|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.Otp2Ocp
public final class Otp2Ocp
This class provides a main program to compile the contents of an otp file into an ocp file.
The program takes as one argument the name of the otp file:
java org.extex.ocpware.Otp2ocp 〈file〉
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
This is the command line interface. |
static int |
main(java.lang.String[] args,
java.io.PrintStream out,
java.io.PrintStream err)
Process the command line options and return the exit code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command line arguments
public static int main(java.lang.String[] args,
java.io.PrintStream out,
java.io.PrintStream err)
args - the command line argumentsout - the output streamerr - the error stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||