fr.fluxmedia.transmorpher.Application
Class jAppli
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Application.jAppli
- public final class jAppli
- extends Object
This is the main class of the applicaton. It run the Process factory
and parse the xml file given in parameter.
- Since:
- SAX 2.0 / jdk 1.2 / XALAN 2.0
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
jAppli
public jAppli()
printHelp
public static final void printHelp(CommandLineArgument arg)
argsAnalyse
public static final CommandLineArgument argsAnalyse(String[] pArgs)
- Analyse the command line arguments
main
public static final void main(String[] argc)
- Process a call to a function.
This is the main function of the application.
...