wt.fc.manifest
Class AbstractDirectiveDelegate

java.lang.Object
  extended bywt.fc.manifest.AbstractDirectiveDelegate
All Implemented Interfaces:
DirectiveDelegate
Direct Known Subclasses:
QueryAdHocForeignKeyDirectiveDelegate, QueryLinkExistenceDirectiveDelegate

public abstract class AbstractDirectiveDelegate
extends Object
implements DirectiveDelegate



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static boolean verbose
           
 
Constructor Summary
AbstractDirectiveDelegate()
           
 
Method Summary
abstract  void processDirectives(Directive[] dir)
          

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

verbose

private static boolean verbose
Constructor Detail

AbstractDirectiveDelegate

public AbstractDirectiveDelegate()
Method Detail

processDirectives

public abstract void processDirectives(Directive[] dir)
                                throws WTException


Supported API: false

Specified by:
processDirectives in interface DirectiveDelegate
Parameters:
dir -
Throws:
WTException