org.omnaest.utils.propertyfile.content.parser
Class PropertyFileContentParser
java.lang.Object
org.omnaest.utils.propertyfile.content.parser.PropertyFileContentParser
public class PropertyFileContentParser
- extends Object
Parses the content of a PropertyFile and creates a PropertyFileContent object.
- Author:
- Omnaest
- See Also:
PropertyFileContent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyFileContentParser
public PropertyFileContentParser()
parsePropertyFileContent
public static PropertyFileContent parsePropertyFileContent(File file,
String fileEncoding)
- Parameters:
file - fileEncoding -
- Returns:
- See Also:
parsePropertyFileContent(String)
parsePropertyFileContent
public static PropertyFileContent parsePropertyFileContent(String fileContent)
- Parameters:
fileContent -
- Returns:
- See Also:
parsePropertyFileContent(File, String)
Copyright © 2013. All Rights Reserved.