Interface Registry

All Known Implementing Classes:
RegistryImpl, RegistryImpl

public interface Registry
  • Field Details

  • Method Details

    • addDirectory

      boolean addDirectory(String path)
    • deleteDirectory

      boolean deleteDirectory(String path)
    • deleteValue

      boolean deleteValue(String path)
    • getBoolean

      boolean getBoolean(String path)
    • getDirectories

      String[] getDirectories(String path)
    • getInteger

      int getInteger(String path)
    • getString

      String getString(String path)
    • getStringDesignationOfType

      String getStringDesignationOfType(int type)
    • getTypeOf

      int getTypeOf(String path)
    • getValues

      String[] getValues(String path)
    • hasDirectory

      boolean hasDirectory(String path)
    • hasValue

      boolean hasValue(String path)
    • setBoolean

      boolean setBoolean(String path, boolean value)
    • setInteger

      boolean setInteger(String path, int value)
    • setString

      boolean setString(String path, String value)
    • join

      static String join(String part1, String part2)
    • nextFreeNum

      static int nextFreeNum(Registry registry, String path)