Package repast.simphony.batch
Class ClusterOutputCombiner
java.lang.Object
repast.simphony.batch.ClusterOutputCombiner
-
Constructor Summary
ConstructorsConstructorDescriptionClusterOutputCombiner(String workingDir, String outputDir) ClusterOutputCombiner(String workingDir, String configProps, String outputDir) -
Method Summary
-
Constructor Details
-
ClusterOutputCombiner
public ClusterOutputCombiner(String workingDir, String outputDir) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-
ClusterOutputCombiner
public ClusterOutputCombiner(String workingDir, String configProps, String outputDir) throws FileNotFoundException, IOException - Throws:
FileNotFoundExceptionIOException
-
-
Method Details
-
run
public void run() -
findOutput
public List<MatchedFiles> findOutput(String directory) throws StatusException, IOException, XMLStreamException -
main
- Parameters:
args-- Throws:
IOExceptionFileNotFoundException
-