Class DummyProcessPath
- java.lang.Object
-
- org.jbpm.workbench.pr.client.util.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 Summary
Constructors Constructor Description DummyProcessPath()DummyProcessPath(String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(org.uberfire.backend.vfs.Path path)StringgetFileName()StringtoURI()
-
-
-
Constructor Detail
-
DummyProcessPath
public DummyProcessPath()
-
DummyProcessPath
public DummyProcessPath(String fileName)
-
-
Method Detail
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceorg.uberfire.backend.vfs.Path
-
toURI
public String toURI()
- Specified by:
toURIin interfaceorg.uberfire.backend.vfs.Path
-
compareTo
public int compareTo(org.uberfire.backend.vfs.Path path)
- Specified by:
compareToin interfaceComparable<org.uberfire.backend.vfs.Path>
-
-