net.sf.mpxj.sample
Class MpxjConvert
java.lang.Object
net.sf.mpxj.sample.MpxjConvert
public final class MpxjConvert
- extends Object
This is a general utility designed to convert from one project file format
to another. It will typically be used as a command line utility. The
user passes in two arguments, the input file name and the output file name.
The type of each file is determined by its extension.
|
Method Summary |
static void |
main(String[] args)
Main method. |
void |
process(String inputFile,
String outputFile)
Convert one project file format to another. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MpxjConvert
public MpxjConvert()
main
public static void main(String[] args)
- Main method.
- Parameters:
args - array of command line arguments
process
public void process(String inputFile,
String outputFile)
throws Exception
- Convert one project file format to another.
- Parameters:
inputFile - input fileoutputFile - output file
- Throws:
Exception
Copyright © 2012. All Rights Reserved.