|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyRepositoryEntry
Nested Class Summary | |
---|---|
static class |
PropertyRepositoryEntry.ItemType
|
Method Summary | |
---|---|
boolean |
addTargetAsSuffix()
indicates whether a target should added as suffix. |
PropertyRepositoryEntry |
createDirSubEntry(String key,
String Directory,
String BaseFile,
String MainEntry,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
|
PropertyRepositoryEntry |
createFileSubEntry(String key,
String Directory,
String BaseFile,
String Prefix,
String ListProperty,
String concatListProperty,
boolean addTargetAsSuffix)
|
String |
getBaseFilename()
returns the filename (without extension) of a basefile |
String |
getConcatListProperty()
indicates whether an property with the generated suffix has to be concatenated with the list property. |
String |
getEntryKey()
returns the key of this entry |
PropertyRepositoryEntry.ItemType |
getItemType()
indicates whether the items are files or subdirectories. |
String |
getKeyPrefix()
returns the property prefix of this entries properties. if this is an static entry it will be taken 1-to-1. if this entry is dynamic, this prefix will be added to the parents entry. |
String |
getListProperty()
returns the property prefix of this entries properties. if this is an static entry it will be taken 1-to-1. if this entry is dynamic, this prefix will be added to the parents entry. |
String |
getMainEntryFilename()
returns the name of the main property file in the directory. |
PropertyRepositoryEntry |
getParentEntry()
returns the parent entry. |
String |
getStaticDirectoryName()
returns the static directory. if Parent is not null, the directory is relative to the parents directoyr |
boolean |
isDynamic()
indicates whether the directory name is dynamic or static. |
int |
read(PropertySupport dest,
File repositoryRoot,
String Extension,
String... targets)
|
Method Detail |
---|
PropertyRepositoryEntry createFileSubEntry(String key, String Directory, String BaseFile, String Prefix, String ListProperty, String concatListProperty, boolean addTargetAsSuffix)
PropertyRepositoryEntry createDirSubEntry(String key, String Directory, String BaseFile, String MainEntry, String Prefix, String ListProperty, String concatListProperty, boolean addTargetAsSuffix)
String getEntryKey()
PropertyRepositoryEntry.ItemType getItemType()
boolean isDynamic()
PropertyRepositoryEntry getParentEntry()
String getBaseFilename()
String getKeyPrefix()
String getListProperty()
String getConcatListProperty()
boolean addTargetAsSuffix()
int read(PropertySupport dest, File repositoryRoot, String Extension, String... targets) throws IOException
IOException
String getMainEntryFilename()
String getStaticDirectoryName()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |