TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core.loader
Class ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective

java.lang.Object
  extended byorg.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective
      extended byorg.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective
Enclosing class:
org.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective

public static class ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective
extends org.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective

The identify control directive, supports the visitor pattern for type differentiating behavior


Nested Class Summary
static class ScopedChannelClassLoader.AbstractControlDirective.BeginControlDirective
          The begin control directive, supports the visitor pattern for type differentiating behavior
static class ScopedChannelClassLoader.AbstractControlDirective.EndControlDirective
          The end control directive, supports the visitor pattern for type differentiating behavior
static class ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective
          The identify control directive, supports the visitor pattern for type differentiating behavior
 
Constructor Summary
ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective()
           
 
Method Summary
 boolean accept(org.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective.ControlDirectiveVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective

public ScopedChannelClassLoader.AbstractControlDirective.IdentifyControlDirective()
Method Detail

accept

public boolean accept(org.eclipse.hyades.execution.core.loader.ScopedChannelClassLoader.AbstractControlDirective.ControlDirectiveVisitor visitor)
               throws java.io.IOException
Parameters:
visitor - the visitor to be called back on (call dispatched per type)
Returns:
a boolean interpreted by the visitor instantiating context
Throws:
java.io.IOException

TPTP 4.1.0 Platform Project
Public API Specification