public class ProjectCleanUtility extends Object
| Constructor and Description |
|---|
ProjectCleanUtility() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method.
|
void |
process(CleanStrategy strategy,
String input,
String output)
Process a project file to make it anonymous, allowing a strategy to be supplied.
|
void |
process(String input,
String output)
Process a project file to make it anonymous.
|
public static void main(String[] args)
args - array of command line argumentspublic void process(String input, String output) throws MPXJException, IOException
input - input file nameoutput - output file nameMPXJExceptionIOExceptionpublic void process(CleanStrategy strategy, String input, String output) throws MPXJException, IOException
strategy - strategy used to make anonymousinput - input file nameoutput - output file nameMPXJExceptionIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.