@RequestScoped public class RepositoryDescriptor extends Object
Constructor and Description |
---|
RepositoryDescriptor() |
RepositoryDescriptor(URI repositoryRoot,
org.uberfire.java.nio.file.FileSystem fileSystem,
org.uberfire.java.nio.file.Path repositoryRootPath) |
Modifier and Type | Method and Description |
---|---|
org.uberfire.java.nio.file.FileSystem |
getFileSystem() |
URI |
getRepositoryRoot() |
org.uberfire.java.nio.file.Path |
getRepositoryRootPath() |
String |
getStringRepositoryRoot() |
void |
onAnyDocumentEvent(PathEvent path) |
void |
setFileSystem(org.uberfire.java.nio.file.FileSystem fileSystem) |
void |
setRepositoryRoot(URI repositoryRoot) |
void |
setRepositoryRootPath(org.uberfire.java.nio.file.Path repositoryRootPath) |
public RepositoryDescriptor()
public RepositoryDescriptor(URI repositoryRoot, org.uberfire.java.nio.file.FileSystem fileSystem, org.uberfire.java.nio.file.Path repositoryRootPath)
public void onAnyDocumentEvent(@Observes PathEvent path)
public String getStringRepositoryRoot()
public URI getRepositoryRoot()
public void setRepositoryRoot(URI repositoryRoot)
public org.uberfire.java.nio.file.Path getRepositoryRootPath()
public void setRepositoryRootPath(org.uberfire.java.nio.file.Path repositoryRootPath)
public org.uberfire.java.nio.file.FileSystem getFileSystem()
public void setFileSystem(org.uberfire.java.nio.file.FileSystem fileSystem)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.