org.jtools.props
Class SimplePropertyRepository
java.lang.Object
org.jtools.props.SimplePropertyRepository
- All Implemented Interfaces:
- PropertyRepository
public class SimplePropertyRepository
- extends Object
- implements PropertyRepository
Method Summary |
PropertyRepositoryEntry |
createDirEntry(String key,
String Directory,
String BaseFile,
String MainEntry,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
|
PropertyRepositoryEntry |
createFileEntry(String key,
String Directory,
String BaseFile,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
|
Collection<PropertyRepositoryEntry> |
getEntries()
|
static PropertyRepository.Factory |
getFactory()
|
int |
read(PropertySupport dest,
File repositoryBase,
String Extension)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePropertyRepository
public SimplePropertyRepository()
getFactory
public static PropertyRepository.Factory getFactory()
createDirEntry
public PropertyRepositoryEntry createDirEntry(String key,
String Directory,
String BaseFile,
String MainEntry,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
- Specified by:
createDirEntry
in interface PropertyRepository
createFileEntry
public PropertyRepositoryEntry createFileEntry(String key,
String Directory,
String BaseFile,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
- Specified by:
createFileEntry
in interface PropertyRepository
getEntries
public Collection<PropertyRepositoryEntry> getEntries()
- Specified by:
getEntries
in interface PropertyRepository
read
public int read(PropertySupport dest,
File repositoryBase,
String Extension)
throws IOException
- Specified by:
read
in interface PropertyRepository
- Throws:
IOException
© 2000-2006, JTools.org.