Package repast.simphony.batch.ssh
Class OutputPatternPropsParser
java.lang.Object
repast.simphony.batch.ssh.OutputPatternPropsParser
Parses output patterns from a configuration file to a list of OutputPatterns.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionParse the output patterns defined in the specified file into a List of OutputPattern objects.parse
(Properties props) Parse the output patterns defined in the specified properties into a List of OutputPattern objects.
-
Constructor Details
-
OutputPatternPropsParser
public OutputPatternPropsParser()
-
-
Method Details
-
parse
Parse the output patterns defined in the specified file into a List of OutputPattern objects.- Parameters:
file
-- Returns:
- the parsed list.
- Throws:
IOException
-
parse
Parse the output patterns defined in the specified properties into a List of OutputPattern objects.- Parameters:
file
-- Returns:
- the parsed list.
- Throws:
IOException
-