org.jbpm.designer.repository.vfs
Class RepositoryDescriptor
java.lang.Object
org.jbpm.designer.repository.vfs.RepositoryDescriptor
@RequestScoped
public class RepositoryDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryDescriptor
public RepositoryDescriptor()
RepositoryDescriptor
public RepositoryDescriptor(URI repositoryRoot,
org.uberfire.java.nio.file.FileSystem fileSystem,
org.uberfire.java.nio.file.Path repositoryRootPath)
onAnyDocumentEvent
public void onAnyDocumentEvent(@Observes
PathEvent path)
getStringRepositoryRoot
public String getStringRepositoryRoot()
getRepositoryRoot
public URI getRepositoryRoot()
setRepositoryRoot
public void setRepositoryRoot(URI repositoryRoot)
getRepositoryRootPath
public org.uberfire.java.nio.file.Path getRepositoryRootPath()
setRepositoryRootPath
public void setRepositoryRootPath(org.uberfire.java.nio.file.Path repositoryRootPath)
getFileSystem
public org.uberfire.java.nio.file.FileSystem getFileSystem()
setFileSystem
public void setFileSystem(org.uberfire.java.nio.file.FileSystem fileSystem)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.