Package org.luwrain.core
Interface Registry
- All Known Implementing Classes:
RegistryImpl
,RegistryImpl
public interface Registry
-
Field 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
static String
static int
nextFreeNum
(Registry registry, String path) boolean
setBoolean
(String path, boolean value) boolean
setInteger
(String path, int value) boolean
-
Field Details
-
INVALID
static final int INVALID- See Also:
-
INTEGER
static final int INTEGER- See Also:
-
STRING
static final int STRING- See Also:
-
BOOLEAN
static final int BOOLEAN- See Also:
-
-
Method Details
-
addDirectory
-
deleteDirectory
-
deleteValue
-
getBoolean
-
getDirectories
-
getInteger
-
getString
-
getStringDesignationOfType
-
getTypeOf
-
getValues
-
hasDirectory
-
hasValue
-
setBoolean
-
setInteger
-
setString
-
join
-
nextFreeNum
-