fr.fluxmedia.transmorpher.Application
Class CommandLineArgument
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Application.CommandLineArgument
- public final class CommandLineArgument
- extends Object
This is an utily class for the command line analysis
- Since:
- SAX 2.0 / jdk 1.2 / XALAN 2.0
Field Summary |
(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
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
...