fr.fluxmedia.transmorpher.Application
Class CommandLineArgument
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Application.CommandLineArgument
- public final class CommandLineArgument
- extends Object
Field Summary |
(package private) boolean |
debugg
the mode of transmorpher |
(package private) String |
iFilename
The filename parameter |
(package private) boolean |
isOk
True if the command line is syntaxicly correct |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
iFilename
String iFilename
- The filename parameter
debugg
boolean debugg
- the mode of transmorpher
isOk
boolean isOk
- True if the command line is syntaxicly correct
CommandLineArgument
public CommandLineArgument()
- The commandLine constructor
setFilename
public final void setFilename(String pFilename)
- Set the filename
getFilename
public final String getFilename()
- Get the filename
IsOk
public final boolean IsOk()
- return true if the command line is syntaxicly correct
setBadCommandLineArgument
public final void setBadCommandLineArgument()
- Set the isOk variable to false
...