|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.Application.CommandLineArgument
Field Summary | |
(package private) boolean |
compileMode
|
(package private) int |
debug_mode
True if the debug mode is activate |
(package private) boolean |
execMode
|
(package private) String |
iFilename
The filename parameter |
(package private) boolean |
isOk
True if the command line is syntaxicly correct |
(package private) Parameters |
parameters
The parameters to be passed to the main process |
(package private) String |
reloc
The relocation directory |
(package private) boolean |
roundMode
|
(package private) boolean |
testMode
|
Constructor Summary | |
CommandLineArgument()
The commandLine constructor |
Method Summary | |
void |
argsAnalyse(String[] pArgs)
Analyse the command line arguments |
boolean |
getCompileMode()
|
int |
getDebugMode()
|
boolean |
getExecMode()
|
String |
getFilename()
Get the filename |
Parameters |
getParameters()
|
String |
getRelocation()
|
boolean |
getRoundMode()
Get the filename |
boolean |
getTestMode()
|
boolean |
IsOk()
return true if the command line is syntaxicly correct |
static void |
printHelp()
|
static void |
printVersion()
|
void |
setBadCommandLineArgument()
Set the isOk variable to false |
void |
setDebugMode(int mode)
Set the debug mode |
void |
setFilename(String pFilename)
Set the filename |
Methods inherited from class java.lang.Object |
|
Field Detail |
String iFilename
String reloc
boolean isOk
int debug_mode
boolean roundMode
boolean execMode
boolean compileMode
boolean testMode
Parameters parameters
Constructor Detail |
public CommandLineArgument()
Method Detail |
public final void setFilename(String pFilename)
public final String getFilename()
public final void setDebugMode(int mode)
public final boolean getRoundMode()
public final int getDebugMode()
public final boolean getCompileMode()
public final boolean getExecMode()
public final boolean getTestMode()
public final String getRelocation()
public final Parameters getParameters()
public final boolean IsOk()
public final void setBadCommandLineArgument()
public static final void printHelp()
public static final void printVersion()
public final void argsAnalyse(String[] pArgs)
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |