net.sf.crispy.properties
Class FilePropertiesLoader

java.lang.Object
  extended bynet.sf.crispy.properties.FilePropertiesLoader
All Implemented Interfaces:
PropertiesLoader

public class FilePropertiesLoader
extends java.lang.Object
implements PropertiesLoader

Load poperty file from a file path. Example: Under windows: c:/temp/example.properties.

Author:
Linke

Constructor Summary
FilePropertiesLoader(java.lang.String pvFileName)
           
 
Method Summary
 java.util.Properties load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePropertiesLoader

public FilePropertiesLoader(java.lang.String pvFileName)
Method Detail

load

public java.util.Properties load()
Specified by:
load in interface PropertiesLoader


Copyright © 2005-2006 Crispy. All Rights Reserved.