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 nameMPXJException
IOException
public void process(CleanStrategy strategy, String input, String output) throws MPXJException, IOException
strategy
- strategy used to make anonymousinput
- input file nameoutput
- output file nameMPXJException
IOException
Copyright © 2000–2024 Packwood Software. All rights reserved.