Class ResourcePath


  • public class ResourcePath
    extends java.lang.Object
    Path to a single resource with information about path type.
    • Constructor Detail

      • ResourcePath

        public ResourcePath​(java.lang.String path,
                            java.lang.String module)
      • ResourcePath

        public ResourcePath​(byte type,
                            java.lang.String path,
                            java.lang.String module)
    • Method Detail

      • getType

        public byte getType()
      • isTypeSet

        public boolean isTypeSet()
      • getPath

        public java.lang.String getPath()
      • getModule

        public java.lang.String getModule()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object