Package | Description |
---|---|
org.uberfire.backend.vfs | |
org.uberfire.backend.vfs.impl | |
org.uberfire.mvp | |
org.uberfire.mvp.impl | |
org.uberfire.paging | |
org.uberfire.workbench.events | |
org.uberfire.workbench.type |
Modifier and Type | Interface and Description |
---|---|
interface |
ObservablePath |
Modifier and Type | Class and Description |
---|---|
static class |
PathFactory.PathImpl |
Modifier and Type | Method and Description |
---|---|
static Path |
PathFactory.fromLock(Path lockPath)
Returns the path of the locked file for the provided lock.
|
Path |
ObservablePath.getOriginal() |
Path |
ObservablePath.OnConcurrentUpdateEvent.getPath() |
Path |
ObservablePath.OnConcurrentDelete.getPath() |
Path |
ObservablePath.OnConcurrentRenameEvent.getSource() |
Path |
ObservablePath.OnConcurrentCopyEvent.getSource() |
Path |
ObservablePath.OnConcurrentRenameEvent.getTarget() |
Path |
ObservablePath.OnConcurrentCopyEvent.getTarget() |
static Path |
PathFactory.newLock(Path path) |
static Path |
PathFactory.newLockPath(Path path)
Returns a path of a lock for the provided file.
|
static Path |
PathFactory.newPath(String fileName,
String uri) |
static Path |
PathFactory.newPath(String fileName,
String uri,
Map<String,Object> attrs) |
static Path |
PathFactory.newPathBasedOn(String fileName,
String uri,
Path path) |
Modifier and Type | Method and Description |
---|---|
List<Path> |
FileSystem.getRootDirectories() |
Modifier and Type | Method and Description |
---|---|
int |
PathFactory.PathImpl.compareTo(Path another) |
static Path |
PathFactory.fromLock(Path lockPath)
Returns the path of the locked file for the provided lock.
|
static boolean |
PathSupport.isVersioned(Path path) |
static Path |
PathFactory.newLock(Path path) |
static Path |
PathFactory.newLockPath(Path path)
Returns a path of a lock for the provided file.
|
static Path |
PathFactory.newPathBasedOn(String fileName,
String uri,
Path path) |
ObservablePath |
ObservablePath.wrap(Path path) |
Modifier and Type | Class and Description |
---|---|
class |
ObservablePathImpl |
Modifier and Type | Method and Description |
---|---|
Path |
LockInfo.getFile() |
Path |
LockInfo.getLock() |
Path |
ObservablePathImpl.getOriginal() |
Path |
ForceUnlockEvent.getPath() |
Modifier and Type | Method and Description |
---|---|
static LockResult |
LockResult.acquired(Path path,
String lockedBy) |
int |
ObservablePathImpl.compareTo(Path o) |
static LockResult |
LockResult.released(Path path) |
ObservablePath |
ObservablePathImpl.wrap(Path path) |
Constructor and Description |
---|
ForceUnlockEvent(Path path) |
LockInfo(boolean locked,
String lockedBy,
Path file) |
LockInfo(boolean locked,
String lockedBy,
Path file,
Path lock) |
Modifier and Type | Method and Description |
---|---|
default Path |
PlaceRequest.getPath()
Returns the path associated with this
PlaceRequest . |
Modifier and Type | Method and Description |
---|---|
Path |
ExternalPathPlaceRequest.getPath() |
Modifier and Type | Method and Description |
---|---|
protected ObservablePath |
PathPlaceRequest.createObservablePath(Path path) |
Constructor and Description |
---|
ExternalPathPlaceRequest(Path path) |
PathPlaceRequest(Path path) |
PathPlaceRequest(Path path,
Map<String,String> parameters) |
PathPlaceRequest(Path path,
String id) |
PathPlaceRequest(Path path,
String id,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Path |
AbstractPathPageRow.getPath() |
Constructor and Description |
---|
AbstractPathPageRow(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
ResourceCopied.getDestinationPath() |
Path |
ResourceRenamed.getDestinationPath() |
Path |
ResourceOpenedEvent.getPath() |
Path |
ResourceEvent.getPath() |
Path |
ResourceAddedEvent.getPath() |
Path |
ResourceDeletedEvent.getPath() |
Path |
ResourceUpdatedEvent.getPath() |
Path |
ResourceRenamedEvent.getPath() |
Path |
ResourceCopiedEvent.getPath() |
Modifier and Type | Method and Description |
---|---|
Collection<Path> |
ResourceBatchChangesEvent.getAffectedPaths() |
Map<Path,Collection<ResourceChange>> |
ResourceBatchChangesEvent.getBatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceBatchChangesEvent.containPath(Path path) |
Collection<ResourceChange> |
ResourceBatchChangesEvent.getChanges(Path path) |
Constructor and Description |
---|
ResourceAddedEvent(Path path,
String message,
SessionInfo sessionInfo) |
ResourceCopied(Path destinationPath,
String message) |
ResourceCopiedEvent(Path sourcePath,
Path destinationPath,
String message,
SessionInfo sessionInfo) |
ResourceDeletedEvent(Path path,
String message,
SessionInfo sessionInfo) |
ResourceOpenedEvent(Path path,
SessionInfo sessionInfo) |
ResourceRenamed(Path destinationPath,
String message) |
ResourceRenamedEvent(Path sourcePath,
Path destinationPath,
String message,
SessionInfo sessionInfo) |
ResourceUpdatedEvent(Path path,
String message,
SessionInfo sessionInfo) |
Constructor and Description |
---|
ResourceBatchChangesEvent(Map<Path,Collection<ResourceChange>> batch,
String message,
SessionInfo sessionInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
TextResourceTypeDefinition.accept(Path path) |
boolean |
DotResourceTypeDefinition.accept(Path path) |
boolean |
ResourceTypeDefinition.accept(Path path)
Indicates if the current parameter path matched the current resource type
|
boolean |
AnyResourceTypeDefinition.accept(Path path) |
static String |
FileNameUtil.removeExtension(Path path,
ResourceTypeDefinition type) |
static String |
FileNameUtil.removeExtension(Path path,
String extension) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.