Package org.luwrain.core
Interface Registry
public interface Registry
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddDirectory(String path) booleandeleteDirectory(String path) booleandeleteValue(String path) booleangetBoolean(String path) String[]getDirectories(String path) intgetInteger(String path) getStringDesignationOfType(int type) intString[]booleanhasDirectory(String path) booleanstatic Stringstatic intnextFreeNum(Registry registry, String path) booleansetBoolean(String path, boolean value) booleansetInteger(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
-