net.sf.mpxj.sample
Class MpxjCreate

java.lang.Object
  extended by net.sf.mpxj.sample.MpxjCreate

public class MpxjCreate
extends Object

This example illustrates creation of an MPX or an MSPDI file from scratch. The output type of the file generated by this class depends on the file name extension supplied by the user. A .xml extension will generate an MSPDI file, anything else will generate an MPX file.


Constructor Summary
MpxjCreate()
           
 
Method Summary
static void main(String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpxjCreate

public MpxjCreate()
Method Detail

main

public static void main(String[] args)
Main method.

Parameters:
args - array of command line arguments


Copyright © 2012. All Rights Reserved.