fabric
Class FabricOptions

java.lang.Object
  extended by JifOptions
      extended by fabric.FabricOptions
All Implemented Interfaces:
FabILOptions

public class FabricOptions
extends JifOptions
implements FabILOptions


Field Summary
protected  FabILOptions_c delegate
           
 
Constructor Summary
FabricOptions(ExtensionInfo extension)
           
 
Method Summary
 java.lang.String constructFabILClasspath()
           
 boolean dumpDependencies()
           
 int optLevel()
           
protected  int parseCommand(java.lang.String[] args, int index, java.util.Set source)
           
 void setDefaultValues()
           
 boolean signatureMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fabil.FabILOptions
constructPostCompilerClasspath, constructSignatureClasspath
 

Field Detail

delegate

protected FabILOptions_c delegate
Constructor Detail

FabricOptions

public FabricOptions(ExtensionInfo extension)
Method Detail

setDefaultValues

public void setDefaultValues()

constructFabILClasspath

public java.lang.String constructFabILClasspath()
Specified by:
constructFabILClasspath in interface FabILOptions

dumpDependencies

public boolean dumpDependencies()
Specified by:
dumpDependencies in interface FabILOptions

optLevel

public int optLevel()
Specified by:
optLevel in interface FabILOptions

signatureMode

public boolean signatureMode()
Specified by:
signatureMode in interface FabILOptions

parseCommand

protected int parseCommand(java.lang.String[] args,
                           int index,
                           java.util.Set source)
                    throws UsageError,
                           TerminationException
Throws:
UsageError
TerminationException