|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.OutOcp
public final class OutOcp
This class provides a main program to print the contents of an ocp file.
The program takes as one argument the name of the ocp file and optionally one file as output file name.
java org.extex.ocpware.Otp2ocp 〈options〉 〈file〉 〈outfile〉The outfile is optional and defaults to the input file with the suffix .otp deleted and .ocp appended.
The following options are recognized:
| 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 | |||||||||