Uses of Interface
org.uberfire.backend.vfs.Path
-
Packages that use Path 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 -
-
Uses of Path in org.uberfire.backend.vfs
Subinterfaces of Path in org.uberfire.backend.vfs Modifier and Type Interface Description interfaceObservablePathClasses in org.uberfire.backend.vfs that implement Path Modifier and Type Class Description static classPathFactory.PathImplMethods in org.uberfire.backend.vfs that return Path Modifier and Type Method Description static PathPathFactory. fromLock(Path lockPath)Returns the path of the locked file for the provided lock.PathObservablePath. getOriginal()PathObservablePath.OnConcurrentDelete. getPath()PathObservablePath.OnConcurrentUpdateEvent. getPath()PathObservablePath.OnConcurrentCopyEvent. getSource()PathObservablePath.OnConcurrentRenameEvent. getSource()PathObservablePath.OnConcurrentCopyEvent. getTarget()PathObservablePath.OnConcurrentRenameEvent. getTarget()static PathPathFactory. newLock(Path path)static PathPathFactory. newLockPath(Path path)Returns a path of a lock for the provided file.static PathPathFactory. newPath(String fileName, String uri)static PathPathFactory. newPath(String fileName, String uri, Map<String,Object> attrs)static PathPathFactory. newPathBasedOn(String fileName, String uri, Path path)Methods in org.uberfire.backend.vfs that return types with arguments of type Path Modifier and Type Method Description List<Path>FileSystem. getRootDirectories()Methods in org.uberfire.backend.vfs with parameters of type Path Modifier and Type Method Description intPathFactory.PathImpl. compareTo(Path another)static PathPathFactory. fromLock(Path lockPath)Returns the path of the locked file for the provided lock.static booleanPathSupport. isVersioned(Path path)static PathPathFactory. newLock(Path path)static PathPathFactory. newLockPath(Path path)Returns a path of a lock for the provided file.static PathPathFactory. newPathBasedOn(String fileName, String uri, Path path)ObservablePathObservablePath. wrap(Path path) -
Uses of Path in org.uberfire.backend.vfs.impl
Classes in org.uberfire.backend.vfs.impl that implement Path Modifier and Type Class Description classObservablePathImplMethods in org.uberfire.backend.vfs.impl that return Path Modifier and Type Method Description PathLockInfo. getFile()PathLockInfo. getLock()PathObservablePathImpl. getOriginal()PathForceUnlockEvent. getPath()Methods in org.uberfire.backend.vfs.impl with parameters of type Path Modifier and Type Method Description static LockResultLockResult. acquired(Path path, String lockedBy)intObservablePathImpl. compareTo(Path o)static LockResultLockResult. released(Path path)ObservablePathObservablePathImpl. wrap(Path path)Constructors in org.uberfire.backend.vfs.impl with parameters of type Path Constructor Description ForceUnlockEvent(Path path)LockInfo(boolean locked, String lockedBy, Path file)LockInfo(boolean locked, String lockedBy, Path file, Path lock) -
Uses of Path in org.uberfire.mvp
Methods in org.uberfire.mvp that return Path Modifier and Type Method Description default PathPlaceRequest. getPath()Returns the path associated with thisPlaceRequest. -
Uses of Path in org.uberfire.mvp.impl
Methods in org.uberfire.mvp.impl that return Path Modifier and Type Method Description PathExternalPathPlaceRequest. getPath()Methods in org.uberfire.mvp.impl with parameters of type Path Modifier and Type Method Description protected ObservablePathPathPlaceRequest. createObservablePath(Path path)Constructors in org.uberfire.mvp.impl with parameters of type Path Constructor Description ExternalPathPlaceRequest(Path path)PathPlaceRequest(Path path)PathPlaceRequest(Path path, String id)PathPlaceRequest(Path path, String id, Map<String,String> parameters)PathPlaceRequest(Path path, Map<String,String> parameters) -
Uses of Path in org.uberfire.paging
Methods in org.uberfire.paging that return Path Modifier and Type Method Description PathAbstractPathPageRow. getPath()Constructors in org.uberfire.paging with parameters of type Path Constructor Description AbstractPathPageRow(Path path) -
Uses of Path in org.uberfire.workbench.events
Methods in org.uberfire.workbench.events that return Path Modifier and Type Method Description PathResourceCopied. getDestinationPath()PathResourceRenamed. getDestinationPath()PathResourceAddedEvent. getPath()PathResourceCopiedEvent. getPath()PathResourceDeletedEvent. getPath()PathResourceEvent. getPath()PathResourceOpenedEvent. getPath()PathResourceRenamedEvent. getPath()PathResourceUpdatedEvent. getPath()Methods in org.uberfire.workbench.events that return types with arguments of type Path Modifier and Type Method Description Collection<Path>ResourceBatchChangesEvent. getAffectedPaths()Map<Path,Collection<ResourceChange>>ResourceBatchChangesEvent. getBatch()Methods in org.uberfire.workbench.events with parameters of type Path Modifier and Type Method Description booleanResourceBatchChangesEvent. containPath(Path path)Collection<ResourceChange>ResourceBatchChangesEvent. getChanges(Path path)Constructors in org.uberfire.workbench.events with parameters of type Path Constructor 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 parameters in org.uberfire.workbench.events with type arguments of type Path Constructor Description ResourceBatchChangesEvent(Map<Path,Collection<ResourceChange>> batch, String message, SessionInfo sessionInfo) -
Uses of Path in org.uberfire.workbench.type
Methods in org.uberfire.workbench.type with parameters of type Path Modifier and Type Method Description booleanAnyResourceTypeDefinition. accept(Path path)booleanDotResourceTypeDefinition. accept(Path path)booleanResourceTypeDefinition. accept(Path path)Indicates if the current parameter path matched the current resource typebooleanTextResourceTypeDefinition. accept(Path path)static StringFileNameUtil. removeExtension(Path path, String extension)static StringFileNameUtil. removeExtension(Path path, ResourceTypeDefinition type)
-