INRIA & FluxMedia

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
 
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

debugg

boolean debugg
the mode of transmorpher

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

...