Class GlobResolver.ResolvedGlobElement

  • Enclosing class:
    GlobResolver

    public static class GlobResolver.ResolvedGlobElement
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedGlobElement​(java.lang.String path, java.net.URI uri, boolean isDirectory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.net.URI getUri()  
      boolean isDirectory()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolvedGlobElement

        public ResolvedGlobElement​(java.lang.String path,
                                   java.net.URI uri,
                                   boolean isDirectory)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • getUri

        public java.net.URI getUri()
      • isDirectory

        public boolean isDirectory()