jBPM Console NG - Process Runtime API 6.0.0.Beta3

org.jbpm.console.ng.pr.model
Class DummyProcessPath

java.lang.Object
  extended by org.jbpm.console.ng.pr.model.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
DummyProcessPath()
           
DummyProcessPath(String fileName)
           
 
Method Summary
 int compareTo(org.uberfire.backend.vfs.Path path)
           
 String getFileName()
           
 org.uberfire.backend.vfs.FileSystem getFileSystem()
           
 String toURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyProcessPath

public DummyProcessPath()

DummyProcessPath

public DummyProcessPath(String fileName)
Method Detail

getFileSystem

public org.uberfire.backend.vfs.FileSystem getFileSystem()
Specified by:
getFileSystem in interface org.uberfire.backend.vfs.Path

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>

jBPM Console NG - Process Runtime API 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.