All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.analysis.tree.impl.TreeFileImpl.html Maven / Gradle / Ivy






TreeFileImpl (h5jan API)












org.eclipse.dawnsci.analysis.tree.impl

Class TreeFileImpl

    • Constructor Detail

      • TreeFileImpl

        public TreeFileImpl(long oid,
                            java.net.URI uri)
        Construct a tree file with given object ID and URI
        Parameters:
        oid - object ID
        uri -
      • TreeFileImpl

        public TreeFileImpl(long oid,
                            java.lang.String fileName)
        Construct a tree file with given object ID and file name
        Parameters:
        oid - object ID
        fileName -
    • Method Detail

      • getFilename

        public java.lang.String getFilename()
        Specified by:
        getFilename in interface TreeFile
        Returns:
        full path to file (including name)
      • getParentDirectory

        public java.lang.String getParentDirectory()
        Specified by:
        getParentDirectory in interface TreeFile
        Returns:
        full path of parent directory
      • toString

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy