Package | Description |
---|---|
dk.heick.properties.io |
Modifier and Type | Method and Description |
---|---|
static CompositePropertyIO |
CompositePropertyIOFactory.create(File[] files,
boolean readonly,
boolean cached,
boolean mustExists)
Constructs a CompositePropertyIO from a series of filenames.
|
static CompositePropertyIO |
CompositePropertyIOFactory.create(File rootDirectory,
boolean readonly,
boolean cached)
Searches for all the properties files in directory or sub directory of rootDirectory, and returns a CompositePropertyIO with a list of FilePropertyIO.
|
static CompositePropertyIO |
CompositePropertyIOFactory.create(File rootDirectory,
String[] propertyFilenames,
boolean readonly,
boolean cached)
Searches for the propertyFilenames in directory or sub directory of rootDirectory, and returns a CompositePropertyIO with a list of FilePropertyIO.
|
static CompositePropertyIO |
CompositePropertyIOFactory.create(String[] fileNames,
boolean readonly,
boolean cached,
boolean mustExists)
Constructs a CompositePropertyIO from a series of filenames.
|