public class Arguments extends Arguments
Modifier and Type | Field and Description |
---|---|
static int |
All |
static int |
Client |
int |
emit |
boolean |
LocalOptimization |
static int |
None |
Hashtable |
packages |
Hashtable |
packageTranslation |
boolean |
POAServer |
String |
separator |
static int |
Server |
NameModifier |
skeletonNameModifier |
String |
targetDir |
NameModifier |
tieNameModifier |
boolean |
TIEServer |
corbaLevel, cppModule, definedSymbols, emitAll, file, includePaths, keepOldFiles, noWarn, scannerDebugFlag, tokenDebugFlag, verbose, versionRequest
Constructor and Description |
---|
Arguments()
Public, zero-argument constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int |
collectUnknownArg(String[] args,
int i,
Vector unknownArgs) |
protected void |
packageFromProps(Properties props) |
protected void |
parseOtherArgs(String[] args,
Properties properties)
Method parseOtherArgs() is called when the framework detects arguments
which are unknown to it.
|
protected void |
setDefaultEmitter()
d57482
|
protected void |
setNameModifiers(String skeletonPattern,
String tiePattern) |
setDebugFlags
public Hashtable packages
public String separator
public static final int None
public static final int Client
public static final int Server
public static final int All
public int emit
public boolean TIEServer
public boolean POAServer
public boolean LocalOptimization
public NameModifier skeletonNameModifier
public NameModifier tieNameModifier
public Hashtable packageTranslation
public String targetDir
protected void parseOtherArgs(String[] args, Properties properties) throws InvalidArgument
Arguments
parseOtherArgs
in class Arguments
args
- The arguments which are unknown by the framework.properties
- Environment-style properties collected from the
file idl.config.InvalidArgument
protected void packageFromProps(Properties props) throws InvalidArgument
InvalidArgument
protected void setDefaultEmitter()
Copyright © 2016 JBoss by Red Hat. All rights reserved.