Package org.luwrain.registry.fsdir
Class RegistryImpl
java.lang.Object
org.luwrain.registry.fsdir.RegistryImpl
- All Implemented Interfaces:
Registry
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addDirectory
(String path) boolean
deleteDirectory
(String path) boolean
deleteValue
(String path) boolean
getBoolean
(String path) String[]
getDirectories
(String path) int
getInteger
(String path) getStringDesignationOfType
(int type) int
String[]
boolean
hasDirectory
(String path) boolean
boolean
setBoolean
(String path, boolean value) boolean
setInteger
(String path, int value) boolean
-
Constructor Details
-
RegistryImpl
-
-
Method Details
-
addDirectory
- Specified by:
addDirectory
in interfaceRegistry
-
deleteDirectory
- Specified by:
deleteDirectory
in interfaceRegistry
-
deleteValue
- Specified by:
deleteValue
in interfaceRegistry
-
getBoolean
- Specified by:
getBoolean
in interfaceRegistry
-
getDirectories
- Specified by:
getDirectories
in interfaceRegistry
-
getInteger
- Specified by:
getInteger
in interfaceRegistry
-
getString
-
getStringDesignationOfType
- Specified by:
getStringDesignationOfType
in interfaceRegistry
-
getTypeOf
-
getValues
-
hasDirectory
- Specified by:
hasDirectory
in interfaceRegistry
-
hasValue
-
setBoolean
- Specified by:
setBoolean
in interfaceRegistry
-
setInteger
- Specified by:
setInteger
in interfaceRegistry
-
setString
-