Package | Description |
---|---|
de.bensoft.acis.core.language |
Contains the part of the system that deals with language.
|
de.bensoft.acis.utils |
Contains helpful utilities that are used by the
de.bensoft.acis.core
package and others. |
Modifier and Type | Method and Description |
---|---|
IOUtils.SavingConfig |
WordCache.getSavingConfig()
Returns the used
IOUtils.SavingConfig . |
Constructor and Description |
---|
WordCache(IOUtils.SavingConfig config)
Creates a new instance using the given
IOUtils.SavingConfig . |
Modifier and Type | Class and Description |
---|---|
static class |
Logging.LoggingConfig
Represents the way to save a logging file.
|
Modifier and Type | Method and Description |
---|---|
IOUtils.SavingConfig |
Preferences.getPreferenceConfig()
Returns the used
IOUtils.SavingConfig . |
Modifier and Type | Method and Description |
---|---|
void |
Preferences.setPreferenceConfig(IOUtils.SavingConfig config)
Sets the
IOUtils.SavingConfig . |
Constructor and Description |
---|
Preferences(IOUtils.SavingConfig config)
Creates a new Preferences Object using the file in the
IOUtils.SavingConfig . |