INRIA & FluxMedia

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
 
Constructor Summary
CommandLineArgument()
          The commandLine constructor
 
Method Summary
 String getFilename()
          Get the filename
 boolean IsOk()
          return true if the command line is syntaxicly correct
 void setBadCommandLineArgument()
          Set the isOk variable to false
 void setFilename(String pFilename)
          Set the filename
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iFilename

String iFilename
The filename parameter

isOk

boolean isOk
True if the command line is syntaxicly correct
Constructor Detail

CommandLineArgument

public CommandLineArgument()
The commandLine constructor
Method Detail

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

INRIA & FluxMedia

...