net.sf.mpxj.utility
Class MppClean

java.lang.Object
  extended by net.sf.mpxj.utility.MppClean

public class MppClean
extends Object

This class allows the caller to replace the content of an MPP file to make it anonymous, in such a way that the structure of the project is maintained unchanged. The point of this exercise is to allow end customers who use MPXJ functionality to submit problematic project files obtain support. The fact that the structure of the file is maintained unchanged means that it is likely that the problem with the file will still be apparent. It also means that end users are more likely to submit these files as, along with the removal of sensitive information, this utility means that no user effort is required to modify the file before it is sent to the organisation providing support. Note the following items are made anonymous: - Task Names - Resource Names - Resource Initials - Project Summary Data


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

MppClean

public MppClean()
Method Detail

main

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

Parameters:
args - array of command line arguments


Copyright © 2012. All Rights Reserved.