org.scribble.protocol.util
Class RunUtil

java.lang.Object
  extended by org.scribble.protocol.util.RunUtil

public final class RunUtil
extends Object

This class provides helper functions for the Run construct.


Method Summary
static Protocol getInnerProtocol(Protocol protocol, ProtocolReference protocolRef)
          This method attempts to locate an inner protocol associated with the supplied protocol reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInnerProtocol

public static Protocol getInnerProtocol(Protocol protocol,
                                        ProtocolReference protocolRef)
This method attempts to locate an inner protocol associated with the supplied protocol reference.

Parameters:
protocol - The parent protocol
protocolRef - The protocol reference
Returns:
The inner protocol, or null if not found


Copyright © 2008-Present Scribble.org. All Rights Reserved.