Class DummyProcessPath

  • All Implemented Interfaces:
    Comparable<org.uberfire.backend.vfs.Path>, org.uberfire.backend.vfs.Path

    @Portable
    public class DummyProcessPath
    extends Object
    implements org.uberfire.backend.vfs.Path
    • Constructor Detail

      • DummyProcessPath

        public DummyProcessPath()
      • DummyProcessPath

        public DummyProcessPath​(String fileName)
    • Method Detail

      • getFileName

        public String getFileName()
        Specified by:
        getFileName in interface org.uberfire.backend.vfs.Path
      • toURI

        public String toURI()
        Specified by:
        toURI in interface org.uberfire.backend.vfs.Path
      • compareTo

        public int compareTo​(org.uberfire.backend.vfs.Path path)
        Specified by:
        compareTo in interface Comparable<org.uberfire.backend.vfs.Path>