org.omnaest.utils.propertyfile.content.parser
Class PropertyFileContentParser

java.lang.Object
  extended by 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

Constructor Summary
PropertyFileContentParser()
           
 
Method Summary
static PropertyFileContent parsePropertyFileContent(File file, String fileEncoding)
           
static PropertyFileContent parsePropertyFileContent(String fileContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFileContentParser

public PropertyFileContentParser()
Method Detail

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.