Class CaseInsensitivePathString

java.lang.Object
me.hsgamer.hscore.config.CaseInsensitivePathString

public class CaseInsensitivePathString extends Object
A variant of PathString that is case-insensitive. Useful for config maps that need to be case-insensitive.
  • Constructor Details

    • CaseInsensitivePathString

      public CaseInsensitivePathString(PathString pathString)
      Create a new path string
      Parameters:
      pathString - the path string
    • CaseInsensitivePathString

      public CaseInsensitivePathString(String... path)
      Create a new path
      Parameters:
      path - the path
  • Method Details