INRIA & FluxMedia

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

Constructor Summary
jAppli()
           
 
Method Summary
static CommandLineArgument argsAnalyse(String[] pArgs)
          Analyse the command line arguments
static void main(String[] argc)
          Process a call to a function.
static void printHelp(CommandLineArgument arg)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

jAppli

public jAppli()
Method Detail

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.

INRIA & FluxMedia

...