JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UberFire Backend API 0.9.0.CR1
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
I
L
M
N
O
R
S
T
V
W
A
accept(T)
- Method in interface org.uberfire.backend.vfs.
DirectoryStream.Filter
acquireLock(Path)
- Method in interface org.uberfire.backend.vfs.
VFSLockService
Creates a lock file for the specified
Path
, to be held by the currently authenticated user.
aroundInvoke(RemoteCallContext)
- Method in class org.uberfire.backend.vfs.impl.
VFSCacheInterceptor
B
BasicFileAttributes
- Interface in
org.uberfire.backend.vfs
C
copy(Path, Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
createDirectories(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
createDirectories(Path, Map<String, ?>)
- Method in interface org.uberfire.backend.vfs.
VFSService
createDirectory(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
createDirectory(Path, Map<String, ?>)
- Method in interface org.uberfire.backend.vfs.
VFSService
creationTime()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
D
delete(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
deleteIfExists(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
DirectoryStream
<
T
> - Interface in
org.uberfire.backend.vfs
DirectoryStream.Filter
<
T
> - Interface in
org.uberfire.backend.vfs
DirectoryStreamImpl
- Class in
org.uberfire.backend.vfs.impl
DirectoryStreamImpl(List<Path>)
- Constructor for class org.uberfire.backend.vfs.impl.
DirectoryStreamImpl
F
FileSystemFactory
- Class in
org.uberfire.backend.vfs
FileSystemFactory.FileSystemImpl
- Class in
org.uberfire.backend.vfs
FileSystemImpl()
- Constructor for class org.uberfire.backend.vfs.
FileSystemFactory.FileSystemImpl
FileSystemImpl(Map<String, String>, Set<String>)
- Constructor for class org.uberfire.backend.vfs.
FileSystemFactory.FileSystemImpl
forceReleaseLock(Path)
- Method in interface org.uberfire.backend.vfs.
VFSLockService
Deletes the lock file for the specified
Path
even if the requesting user does not own the lock.
G
get(String)
- Method in interface org.uberfire.backend.vfs.
VFSService
getRootDirectories()
- Method in class org.uberfire.backend.vfs.
FileSystemFactory.FileSystemImpl
getTemplateContent(String)
- Method in interface org.uberfire.backend.plugin.
RuntimePluginsService
I
isDirectory()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
isDirectory(String)
- Method in interface org.uberfire.backend.vfs.
VFSService
isDirectory(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
isRegularFile()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
isRegularFile(String)
- Method in interface org.uberfire.backend.vfs.
VFSService
isRegularFile(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
iterator()
- Method in class org.uberfire.backend.vfs.impl.
DirectoryStreamImpl
L
lastAccessTime()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
lastModifiedTime()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
listFramworksContent()
- Method in interface org.uberfire.backend.plugin.
RuntimePluginsService
listPluginsContent()
- Method in interface org.uberfire.backend.plugin.
RuntimePluginsService
loadDefaultEditorsMap()
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
loadPerspective(String)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
loadPerspectives()
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
loadSplashScreenFilter(String)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
M
move(Path, Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
N
newDirectoryStream(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
newDirectoryStream(Path, DirectoryStream.Filter<Path>)
- Method in interface org.uberfire.backend.vfs.
VFSService
newFS(Map<String, String>, Set<String>)
- Static method in class org.uberfire.backend.vfs.
FileSystemFactory
O
org.uberfire.backend.plugin
- package org.uberfire.backend.plugin
org.uberfire.backend.vfs
- package org.uberfire.backend.vfs
org.uberfire.backend.vfs.impl
- package org.uberfire.backend.vfs.impl
org.uberfire.workbench.services
- package org.uberfire.workbench.services
R
readAllString(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
readAttributes(Path)
- Method in interface org.uberfire.backend.vfs.
VFSService
releaseLock(Path)
- Method in interface org.uberfire.backend.vfs.
VFSLockService
Deletes the lock file for the specified
Path
.
removePerspectiveState(String)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
removePerspectiveStates()
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
retrieveLockInfo(Path)
- Method in interface org.uberfire.backend.vfs.
VFSLockService
Retrieves the lock information for the specified
Path
.
retrieveLockInfos(Path, boolean)
- Method in interface org.uberfire.backend.vfs.
VFSLockService
Retrieves all locks for children (files or directories) of the provided path.
RuntimePluginsService
- Interface in
org.uberfire.backend.plugin
S
save(String, PerspectiveDefinition)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
save(SplashScreenFilter)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
saveDefaultEditors(Map<String, String>)
- Method in interface org.uberfire.workbench.services.
WorkbenchServices
setAttributes(Path, Map<String, Object>)
- Method in interface org.uberfire.backend.vfs.
VFSService
size()
- Method in interface org.uberfire.backend.vfs.
BasicFileAttributes
supportedFileAttributeViews()
- Method in class org.uberfire.backend.vfs.
FileSystemFactory.FileSystemImpl
T
toString()
- Method in class org.uberfire.backend.vfs.
FileSystemFactory.FileSystemImpl
V
VFSCacheInterceptor
- Class in
org.uberfire.backend.vfs.impl
VFSCacheInterceptor()
- Constructor for class org.uberfire.backend.vfs.impl.
VFSCacheInterceptor
VFSLockService
- Interface in
org.uberfire.backend.vfs
Provides methods to manage locks in UberFire's virtual file system.
VFSService
- Interface in
org.uberfire.backend.vfs
W
WorkbenchServices
- Interface in
org.uberfire.workbench.services
Workbench services
write(Path, String)
- Method in interface org.uberfire.backend.vfs.
VFSService
write(Path, String, Map<String, ?>)
- Method in interface org.uberfire.backend.vfs.
VFSService
A
B
C
D
F
G
I
L
M
N
O
R
S
T
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
UberFire Backend API 0.9.0.CR1
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2016
JBoss by Red Hat
. All rights reserved.