Class FolderRegistry.Entry

java.lang.Object
org.kingdoms.utils.fs.FolderRegistry.Entry
Enclosing class:
FolderRegistry

public static final class FolderRegistry.Entry extends Object
  • Constructor Details

    • Entry

      public Entry(@NonNull String name, @NonNull String relativePathLocation, @NonNull Path path, @Nullable Path defaultPath)
  • Method Details

    • getName

      public String getName()
      Normalized version of getRelativeName()
    • getRelativeName

      public String getRelativeName()
    • getDefaultPath

      public Path getDefaultPath()
    • getPath

      public Path getPath()
    • isDefault

      public boolean isDefault()