Class DefaultFileSelectorInfo

    • Constructor Detail

      • DefaultFileSelectorInfo

        DefaultFileSelectorInfo()
    • Method Detail

      • setBaseFolder

        public void setBaseFolder​(FileObject baseFolder)
      • setFile

        public void setFile​(FileObject file)
      • getDepth

        public int getDepth()
        Description copied from interface: FileSelectInfo
        Returns the depth of the file relative to the base folder.
        Specified by:
        getDepth in interface FileSelectInfo
        Returns:
        The depth of the file relative to the base folder.
      • setDepth

        public void setDepth​(int depth)
      • toString

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