A C F G I L M O P R S T V 

A

AbstractVFS - Class in org.jboss.osgi.vfs
The AbstractVFS is the entry point for VFS abstraction used by the OSGi layer.
AbstractVFS() - Constructor for class org.jboss.osgi.vfs.AbstractVFS
 
adapt(Object) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
adapt(VirtualFile) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
adapt(Object) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt a concrete instance of a jboss-vfs VirtualFile.
adapt(VirtualFile) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt a VirtualFile to a concrete instance of a jboss-vfs VirtualFile.
adapt(Object) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 
adapt(VirtualFile) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 

C

copyStream(InputStream, OutputStream) - Static method in class org.jboss.osgi.vfs.VFSUtils
 

F

findEntries(String, String, boolean) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns entries in this bundle and its attached fragments.

G

getCertificates() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the Certificates for the virtual file.
getChild(String) - Method in interface org.jboss.osgi.vfs.VirtualFile
Get a child
getChildren() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the children
getChildrenRecursively() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get all children recursively
getCodeSigners() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the CodeSigners for a the virtual file.
getEntryPaths(String) - Method in interface org.jboss.osgi.vfs.VirtualFile
Returns an Enumeration of all the paths (String objects) to entries within this bundle whose longest sub-path matches the specified path.
getManifest(VirtualFile) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getName() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the simple VF name (X.java)
getParent() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the parent
getPathFromClassName(String) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getPathFromPackageName(String) - Static method in class org.jboss.osgi.vfs.VFSUtils
 
getPathName() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the VFS relative path name (org/jboss/X.java)
getStreamURL() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the URL used for streaming.

I

illegalArgumentNoVirtualFile(Object) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
illegalArgumentNull(String) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
illegalStateCannotCloseTempFileProvider(Throwable) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
illegalStateCannotCreateAdaptor(Throwable) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
illegalStateCannotCreateTempFileProvider(Throwable) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
illegalStateCannotLoadAdaptor() - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 
isDirectory() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a directory in the VFS.
isFile() - Method in interface org.jboss.osgi.vfs.VirtualFile
Whether it is a file in the VFS.

L

LOGGER - Static variable in interface org.jboss.osgi.vfs.internal.VFSLogger
 

M

MESSAGES - Static variable in interface org.jboss.osgi.vfs.internal.VFSMessages
 

O

openStream() - Method in interface org.jboss.osgi.vfs.VirtualFile
Access the file contents.
org.jboss.osgi.vfs - package org.jboss.osgi.vfs
An abstraction of the JBoss VFS functionality.
org.jboss.osgi.vfs.internal - package org.jboss.osgi.vfs.internal
 
org.jboss.osgi.vfs30 - package org.jboss.osgi.vfs30
 

P

PROPERTY_VFS_LEAK_DEBUGGING - Static variable in interface org.jboss.osgi.vfs.VirtualFile
System property to enable detection of unclosed virtual files: jboss.osgi.vfs.leakDebugging

R

runtimeErrorVistingFile(Throwable, Object) - Method in interface org.jboss.osgi.vfs.internal.VFSMessages
 

S

safeClose(Closeable) - Static method in class org.jboss.osgi.vfs.VFSUtils
Safely close some resource without throwing an exception.

T

toURL() - Method in interface org.jboss.osgi.vfs.VirtualFile
Get the VF URL (vfs:/root/org/jboss/X.java)
toVirtualFile(URI) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(URL) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(String, InputStream) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(InputStream) - Static method in class org.jboss.osgi.vfs.AbstractVFS
 
toVirtualFile(URL) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Get the root virtual file
toVirtualFile(URI) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Get the root virtual file
toVirtualFile(String, InputStream) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt an named InputStream to a virtual file.
toVirtualFile(InputStream) - Method in interface org.jboss.osgi.vfs.VFSAdaptor
Adapt an InputStream to a virtual file.
toVirtualFile(URL) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 
toVirtualFile(URI) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 
toVirtualFile(String, InputStream) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 
toVirtualFile(InputStream) - Method in class org.jboss.osgi.vfs30.VFSAdaptor30
 

V

VFSAdaptor - Interface in org.jboss.osgi.vfs
The basic adaptor for the VFS that needs to be implemented for a specific jboss-vfs version.
VFSAdaptor30 - Class in org.jboss.osgi.vfs30
An adaptor to the jboss-vfs-3.0.x VFS.
VFSAdaptor30() - Constructor for class org.jboss.osgi.vfs30.VFSAdaptor30
 
VFSLogger - Interface in org.jboss.osgi.vfs.internal
Logging Id ranges: 10000-10099 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
VFSMessages - Interface in org.jboss.osgi.vfs.internal
Logging Id ranges: 10100-10199 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
VFSUtils - Class in org.jboss.osgi.vfs
Some VFS utilities that are used by the OSGi layer.
VirtualFile - Interface in org.jboss.osgi.vfs
A basic abstraction of a VirtualFile used by the OSGi layer.
A C F G I L M O P R S T V 

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.