net.sf.mpxj.sample
Class MpxjConvert

java.lang.Object
  extended by 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.


Constructor Summary
MpxjConvert()
           
 
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
 

Constructor Detail

MpxjConvert

public MpxjConvert()
Method Detail

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 file
outputFile - output file
Throws:
Exception


Copyright © 2012. All Rights Reserved.