org.artofsolving.jodconverter.cli
Class Convert

java.lang.Object
  extended by org.artofsolving.jodconverter.cli.Convert

public class Convert
extends Object

Command line interface executable.


Field Summary
static int STATUS_INVALID_ARGUMENTS
           
static int STATUS_MISSING_INPUT_FILE
           
static int STATUS_OK
           
 
Constructor Summary
Convert()
           
 
Method Summary
static void main(String[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_OK

public static final int STATUS_OK
See Also:
Constant Field Values

STATUS_MISSING_INPUT_FILE

public static final int STATUS_MISSING_INPUT_FILE
See Also:
Constant Field Values

STATUS_INVALID_ARGUMENTS

public static final int STATUS_INVALID_ARGUMENTS
See Also:
Constant Field Values
Constructor Detail

Convert

public Convert()
Method Detail

main

public static void main(String[] arguments)
                 throws org.apache.commons.cli.ParseException,
                        org.json.JSONException,
                        IOException
Throws:
org.apache.commons.cli.ParseException
org.json.JSONException
IOException


Copyright © 2003-2011. All Rights Reserved.