A B C D E F G H I J K L M N O P R S T U V W

A

AbstractContextFactory - Class in org.jboss.virtual.plugins.context
Abstract context factory.
AbstractContextFactory(String...) - Constructor for class org.jboss.virtual.plugins.context.AbstractContextFactory
 
AbstractJarHandler - Class in org.jboss.virtual.plugins.context.jar
AbstractJarHandler.
AbstractJarHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create a new JarHandler.
AbstractURIHandler - Class in org.jboss.virtual.plugins.context
URIHandler stub.
AbstractURIHandler(VFSContext, VirtualFileHandler, URI, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractURIHandler
Create a newURLHandler.
AbstractURLHandler - Class in org.jboss.virtual.plugins.context
URLHandler.
AbstractURLHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractURLHandler
Create a newURLHandler.
AbstractVFSContext - Class in org.jboss.virtual.plugins.context
AbstractVFSContext.
AbstractVFSContext(URI) - Constructor for class org.jboss.virtual.plugins.context.AbstractVFSContext
Create a new AbstractVFSContext.
AbstractVFSContext(URL) - Constructor for class org.jboss.virtual.plugins.context.AbstractVFSContext
Create a new AbstractVFSContext.
AbstractVirtualFileFilterWithAttributes - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileFilterWithAttributes
AbstractVirtualFileFilterWithAttributes() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes, using VisitorAttributes.DEFAULT
AbstractVirtualFileFilterWithAttributes(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
Create a new AbstractVirtualFileFilterWithAttributes.
AbstractVirtualFileHandler - Class in org.jboss.virtual.plugins.context
AbstractVirtualFileHandler.
AbstractVirtualFileHandler(VFSContext, VirtualFileHandler, String) - Constructor for class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Create a new handler
AbstractVirtualFileHandlerVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileVisitor.
AbstractVirtualFileHandlerVisitor() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileHandlerVisitor(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
AbstractVirtualFileVisitor.
AbstractVirtualFileVisitor() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
AbstractVirtualFileVisitor(VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
Create a new AbstractVirtualFileVisitor using the default visitor attributes
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
If the filename matches any string in the prefix, suffix, or matches array, return false.
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.MatchAllVirtualFileFilter
 
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.SuffixesExcludeFilter
 
accepts(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Accept any file that ends with one of the filter suffixes.
accepts(VirtualFile) - Method in interface org.jboss.virtual.VirtualFileFilter
Match the virtual file
add(VirtualFile) - Method in class org.jboss.embedded.DeploymentGroup
Schedule a VirtualFile to be deployed
add(URL) - Method in class org.jboss.embedded.DeploymentGroup
schedules a URL to be deployed
addBaseResource(URL, String) - Method in class org.jboss.embedded.DeploymentGroup
 
addBytes(byte[], String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add raw bytes as a file to this assembled directory
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
Add a child to an entry
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Add a child to an entry
addChild(String, MemoryContextHandler) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
addChild(VirtualFile) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a VirtualFile as a child to this AssembledDirectory.
addChild(VirtualFile, String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a VirtualFile as a child to this AssembledDirectory.
addChild(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
addClass(Class) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addClass(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addClass(String, ClassLoader) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Find the underlying .class file representing this class and create it within this directory, along with its packages.
addClasspath() - Method in class org.jboss.embedded.DeploymentGroup
Scan all paths/jars in Java CLasspath (found with java.class.path System Property) schedule these jars to be deployed
addClasspath(String) - Method in class org.jboss.embedded.DeploymentGroup
Scan Java Classpath (found with java.class.path) for a specified list of files you want to deploy The files listed should be only the filename.
addDirectory(URL, boolean) - Method in class org.jboss.embedded.DeploymentGroup
 
addDirectoryByResource(String, boolean) - Method in class org.jboss.embedded.DeploymentGroup
Searches for a directory as described in the getDirFromResource() method of this class.
addFileByResource(String) - Method in class org.jboss.embedded.DeploymentGroup
Searches for a file based on the location of an existing classloader resource as described in the getDirFromResource() method of this class.
addJarSuffix(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Add a jar suffix
addManifestLocations(VirtualFile, List<VirtualFile>) - Static method in class org.jboss.virtual.VFSUtils
Add manifest paths
addMultipleResources(String) - Method in class org.jboss.embedded.DeploymentGroup
Search for resources using the group's configured classloader if no classloader, then Thread.currentThread().getContextClassLoader() is used.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.embedded.adapters.JMXKernel
 
addPrefix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addResource(String) - Method in class org.jboss.embedded.DeploymentGroup
Search for the resource using the group's configured classloader if no classloader, then Thread.currentThread().getContextClassLoader() is used.
addResource(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(String, String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(String, ClassLoader) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResource(URL) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a resource identified by the URL as a child to this AssembledDirectory.
addResource(String, ClassLoader, String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Add a classloader found resource to as a child to this AssembledDirectory.
addResourceBase(String) - Method in class org.jboss.embedded.DeploymentGroup
Deploy the classpath directory or .jar file a classloader resource is located in.
addResourceBase(Class) - Method in class org.jboss.embedded.DeploymentGroup
Find the .class file resource of provided class Return a URL pointing to the classpath the resource is located in.
addResourceBases(String) - Method in class org.jboss.embedded.DeploymentGroup
Deploy the classpath directories or .jar files a classloader resource is located in.
addResources(Class, String[], String[]) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Locate the .class resource of baseResource.
addResources(String, String[], String[]) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
From the baseResource, determine the base of that resource i.e.
addResources(String, String[], String[], ClassLoader) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
From the baseResource, determine the base of that resource i.e.
addSuffix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
addToEnvironment(String, Object) - Method in class org.jboss.embedded.jndi.WrappingContext
 
addUrls(List<URL>) - Method in class org.jboss.embedded.DeploymentGroup
schedules a list of urls to be deployed
addVirtualFiles(List<VirtualFile>) - Method in class org.jboss.embedded.DeploymentGroup
schedules a list of virtual files to be deployed
antMatch(String, String) - Static method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Determine whether a given file path matches an Ant pattern.
applyReversePaths(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Apply any ..
Assembled - Annotation Type in org.jboss.virtual.plugins.context.vfs
Marker annotation
AssembledContext - Class in org.jboss.virtual.plugins.context.vfs
AssembledContext.
AssembledContext(String, String) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
AssembledContextFactory - Class in org.jboss.virtual.plugins.context.vfs
Factory for creating AssembledDirectory.
AssembledContextFactory() - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
 
AssembledDirectory - Class in org.jboss.virtual.plugins.context.vfs
Extension of VirtualFile that represents a virtual directory that can be composed of arbitrary files and resources spread throughout the file system or embedded in jar files.
AssembledDirectory(VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
 
AssembledDirectoryHandler - Class in org.jboss.virtual.plugins.context.vfs
The assembled directory handler.
AssembledDirectoryHandler(AssembledContext, AssembledDirectoryHandler, String) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
AssembledFileHandler - Class in org.jboss.virtual.plugins.context.vfs
The assembled file handler.
AssembledFileHandler(AssembledContext, AssembledDirectoryHandler, String, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
AssembledUrlStreamHandler - Class in org.jboss.virtual.plugins.context.vfs
Used when creating VFS urls so we don't have to go through the handlers all the time
AssembledUrlStreamHandler(AssembledContext) - Constructor for class org.jboss.virtual.plugins.context.vfs.AssembledUrlStreamHandler
 

B

BaseTestCase - Class in org.jboss.embedded.junit
This base TestCase class will automatically 1.
BaseTestCase() - Constructor for class org.jboss.embedded.junit.BaseTestCase
 
BaseTestCase(String) - Constructor for class org.jboss.embedded.junit.BaseTestCase
 
BeanCompiler - Class in org.jboss.embedded
comment
BeanCompiler() - Constructor for class org.jboss.embedded.BeanCompiler
 
begin() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
BinaryBootstrap - Class in org.jboss.embedded
comment
BinaryBootstrap(Kernel) - Constructor for class org.jboss.embedded.BinaryBootstrap
 
bind(Name, Object) - Method in class org.jboss.embedded.jndi.WrappingContext
 
bind(String, Object) - Method in class org.jboss.embedded.jndi.WrappingContext
 
Bootstrap - Class in org.jboss.embedded
Basic bootstrap class for embeddable JBoss
Bootstrap() - Constructor for class org.jboss.embedded.Bootstrap
 
Bootstrap(Kernel) - Constructor for class org.jboss.embedded.Bootstrap
 
bootstrap(String) - Method in class org.jboss.embedded.Bootstrap
Specify top classpath resource directory where base JBoss Embedded directory structure is.
bootstrap() - Method in class org.jboss.embedded.Bootstrap
Will obtain resource path from jboss.embedded.bootstrap.resource.path System Property.
BOOTSTRAP_RESOURCE_FILE - Static variable in class org.jboss.embedded.Bootstrap
 
BOOTSTRAP_RESOURCE_PATH - Static variable in class org.jboss.embedded.Bootstrap
 
BOOTSTRAP_RESOURCE_PATH - Static variable in class org.jboss.embedded.jndi.KernelInitializingContextFactory
 
bootstrapEmbeddedKernel(Hashtable) - Static method in class org.jboss.embedded.jndi.KernelInitializingContextFactory
 
bootstrapURL(URL) - Method in class org.jboss.embedded.Bootstrap
 
BridgeContext - Class in org.jboss.embedded.jndi
This class is the Context interface handler and performs the failed lookup delegation from the primary to secondary naming Context.
BridgeHandlerFactory - Class in org.jboss.embedded.url
comment
BridgeHandlerFactory(List<URLStreamHandlerFactory>) - Constructor for class org.jboss.embedded.url.BridgeHandlerFactory
 
buildParents(String, Map<String, VirtualFileHandler>, JarEntry) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create any missing parents.
ByteArrayHandler - Class in org.jboss.virtual.plugins.context.vfs
comment
ByteArrayHandler(AssembledContext, VirtualFileHandler, String, byte[]) - Constructor for class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 

C

cachedLastModified - Variable in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The cached last modified
checkClosed() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Check whether we are closed
ClassLoaderDeployer - Class in org.jboss.embedded
comment
ClassLoaderDeployer() - Constructor for class org.jboss.embedded.ClassLoaderDeployer
 
ClasspathBasedTestServices - Class in org.jboss.embedded.junit
comment
ClasspathBasedTestServices(String) - Constructor for class org.jboss.embedded.junit.ClasspathBasedTestServices
 
ClasspathBasedTestServices(Class) - Constructor for class org.jboss.embedded.junit.ClasspathBasedTestServices
 
clearSuffixes() - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Clear the list of suffixes
close() - Method in class org.jboss.embedded.jndi.WrappingContext
 
close() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
close() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
close() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
close() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Close the resources
close() - Method in class org.jboss.virtual.VirtualFile
Close the file resources (stream, etc.)
closeStreams() - Method in class org.jboss.virtual.VirtualFile
Close the streams
commit() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
compile(String) - Static method in class org.jboss.embedded.BeanCompiler
 
composeName(Name, Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
composeName(String, String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
config - Variable in class org.jboss.embedded.adapters.ServerConfig
 
connect() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.embedded.ServletContextResourceScanner
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.embedded.WebInfLibScanner
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.embedded.ServletContextResourceScanner
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.embedded.WebInfLibScanner
 
create(VFSContext, VirtualFileHandler, JarFile, JarEntry, URL, String) - Static method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
create(String, String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Creates an assembly returning the root AssembledDirectory .
create(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Creates an assembly returning the root AssembledDirectory .
create(URL, ArchiveBrowser.Filter) - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
Deprecated.  
createBridge(Context, Context) - Static method in class org.jboss.embedded.jndi.BridgeContext
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
TODO: synchronization on lazy entryMap creation
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Create a child handler for the given name.
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
Called by structuredFindChild
createChildHandler(String) - Method in interface org.jboss.virtual.plugins.context.StructuredVirtualFileHandler
Create a virtual file context
createChildHandler(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
createDeploymentGroup() - Method in class org.jboss.embedded.Bootstrap
 
createDirectory(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a 'directory' within the context determined by the url host part
createJarURL(URL) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Create a jar url from a normal url
createKernel() - Static method in class org.jboss.embedded.Bootstrap
 
createLinkHandler(VirtualFileHandler, String, URI) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
createRoot(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a new root MemoryContext, or returns an already exixting one of one already exists for the name
createSubcontext(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
createSubcontext(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
createTopLevelClassLoader(DeploymentContext) - Method in class org.jboss.embedded.ClassLoaderDeployer
 
createURLStreamHandler(String) - Method in class org.jboss.embedded.url.BridgeHandlerFactory
 
createVirtualFileHandler(VirtualFileHandler, File) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, File, URI) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, JarEntry, String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create a new virtual file handler
createVirtualFileHandler(VirtualFileHandler, URL) - Method in class org.jboss.virtual.plugins.context.jar.JarContext
Create a new virtual file handler

D

decrement() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Decrement the reference count
DEFAULT - Static variable in class org.jboss.virtual.VisitorAttributes
The default attributes - visit nothing both leaves, non-leaves, no recursion
DEFAULT_FACTORY_PROPERTY - Static variable in class org.jboss.virtual.spi.VFSContextFactoryLocator
The system property that defines the default file factory
DelegatingContextFactory - Class in org.jboss.embedded.jndi
abstract class that delegates to a different initial context factory Allows you to reuse other JBoss context factories like the security one.
DelegatingContextFactory() - Constructor for class org.jboss.embedded.jndi.DelegatingContextFactory
 
DelegatingHandler - Class in org.jboss.virtual.plugins.context
A delegating VirtualFileHandler that allows for overriding the delegate parent and name.
DelegatingHandler(VFSContext, VirtualFileHandler, String, VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.context.DelegatingHandler
Create a DelegatingHandler
delete(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Deletes a 'file' or a 'directory'
deleteRoot(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Deletes a root MemoryContext
delPrefix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delSuffix(String) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
delSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
deploy(URL) - Method in class org.jboss.embedded.Bootstrap
 
deploy(VirtualFile) - Method in class org.jboss.embedded.Bootstrap
 
deploy(String) - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
deployBaseBootstrapUrl(URL) - Method in class org.jboss.embedded.BinaryBootstrap
 
deployBaseBootstrapUrl(URL) - Method in class org.jboss.embedded.Bootstrap
 
deployClasspath(Class, String) - Static method in class org.jboss.embedded.junit.EmbeddedTestSetup
Returns a wrapper that will only bootstrap embedded if VM hasn't already bootstrapped Deploys items represented in classpath as staed in DeploymentGroup.addClasspath
deployDirectory(URL, boolean) - Method in class org.jboss.embedded.Bootstrap
Define a deploy directory and deploy all files within it.
deployDirectoryFromResource(String, boolean) - Method in class org.jboss.embedded.Bootstrap
Find a deploy directory from a base resource
DeploymentGroup - Class in org.jboss.embedded
comment
DeploymentGroup() - Constructor for class org.jboss.embedded.DeploymentGroup
 
DeploymentScanner - Class in org.jboss.embedded
Bean so that you can create a DeploymentGroup from the Microcontainer
DeploymentScanner() - Constructor for class org.jboss.embedded.DeploymentScanner
 
deployResource(String) - Method in class org.jboss.embedded.Bootstrap
Deploy a resource found by getResource() on the kernel's classloader
deployResource(Class, String...) - Static method in class org.jboss.embedded.junit.EmbeddedTestSetup
Returns a wrapper that will only bootstrap embedded if VM hasn't already bootstrapped Deploys items represented in resource list
deployResourceBase(String) - Method in class org.jboss.embedded.Bootstrap
Deploy the classpath directories or .jar files a classloader resource is located in.
deployResourceBase(Class) - Method in class org.jboss.embedded.Bootstrap
Find the .class resource of the given class Deploy a URL pointing to the classpath the resource is located in.
deployResourceBases(String) - Method in class org.jboss.embedded.Bootstrap
 
destroySubcontext(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
destroySubcontext(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
doClose() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The real close
doClose() - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
doClose() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 

E

EmbeddedJBossBootstrapListener - Class in org.jboss.embedded.tomcat
Tomcat Listener that initializes embedded jboss.
EmbeddedJBossBootstrapListener() - Constructor for class org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener
 
EmbeddedTestCase - Class in org.jboss.embedded.junit
Base test class that extends JBossTestCase
EmbeddedTestCase(String) - Constructor for class org.jboss.embedded.junit.EmbeddedTestCase
 
EmbeddedTestSetup - Class in org.jboss.embedded.junit
comment
EmbeddedTestSetup(Test) - Constructor for class org.jboss.embedded.junit.EmbeddedTestSetup
 
ENCFactory - Class in org.jboss.embedded.tomcat.jndi
We look to see if a threadlocal tag is set, if so, just use JBoss java:comp resolving.
ENCFactory() - Constructor for class org.jboss.embedded.tomcat.jndi.ENCFactory
 
entryPath(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarContext
 
equals(Object) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
equals(Object) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
equals(Object) - Method in class org.jboss.virtual.VFS
 
equals(Object) - Method in class org.jboss.virtual.VirtualFile
 
exists() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Basis existence on URLConnection.getLastModified() != 0.
exists() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
TODO: removing the entry/jar that resulted in this needs to be detected.
exists() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
exists() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
exists() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Tests whether the underlying implementation file still exists.
exists() - Method in class org.jboss.virtual.VirtualFile
Tests whether the underlying implementation file still exists.
exit(int) - Method in class org.jboss.embedded.adapters.JMXKernel
 
exit() - Method in class org.jboss.embedded.adapters.JMXKernel
 
ExtensibleFilter - Class in org.jboss.virtual.plugins.vfs.helpers
An extensible filter for VFS files.
ExtensibleFilter() - Constructor for class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
Use the default values for suffixes, prefixes, and matches
ExtensibleFilter(String[], String[], String[]) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
Create using a custom set of matches, prefixes, and suffixes.
extractJarName(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarContext
 

F

file - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
FileHandler - Class in org.jboss.virtual.plugins.context.file
FileHandler.
FileHandler(FileSystemContext, VirtualFileHandler, File, URL) - Constructor for class org.jboss.virtual.plugins.context.file.FileHandler
Create a new FileHandler.
FileHandler(FileSystemContext, VirtualFileHandler, File, URI) - Constructor for class org.jboss.virtual.plugins.context.file.FileHandler
Create a new FileHandler
FileSystemContext - Class in org.jboss.virtual.plugins.context.file
FileSystemContext.
FileSystemContext(URL) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContext(URI) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContext(File) - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContext
Create a new FileSystemContext.
FileSystemContextFactory - Class in org.jboss.virtual.plugins.context.file
A file system context factory
FileSystemContextFactory() - Constructor for class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
FilterVirtualFileVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
A visitor based on a virtual file filter
FilterVirtualFileVisitor(VirtualFileFilter) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor with default attributes
FilterVirtualFileVisitor(VirtualFileFilter, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Create a new FilterVirtualFileVisitor.
finalize() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
finalize() - Method in class org.jboss.virtual.plugins.context.jar.JarContext
 
find(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Gets hold of a root MemoryContext
find(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Find an assembly.
findChild(VirtualFileHandler, String) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
findChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
findChild(VirtualFileHandler, String) - Method in interface org.jboss.virtual.spi.VFSContext
Find a child
findChild(String) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Find a child
findChild(String) - Method in class org.jboss.virtual.VFS
Find a child from the root
findChild(String) - Method in class org.jboss.virtual.VirtualFile
Find a child
findChildFromRoot(String) - Method in class org.jboss.virtual.VFS
Deprecated. 
fixName(String) - Static method in class org.jboss.virtual.VFSUtils
Fix a name (removes any trailing slash)
fromURL(URL) - Static method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Convert a URL into a JarFIle
fromVFS(URL) - Static method in class org.jboss.virtual.plugins.context.AbstractContextFactory
Check if URL param is already VFS URL.
fromVFS(URI) - Static method in class org.jboss.virtual.plugins.context.AbstractContextFactory
Check if URI param is already VFS URI.

G

getAdaptedSetup(Class, String) - Static method in class org.jboss.embedded.junit.EmbeddedTestCase
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileFilterWithAttributes
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileHandlerVisitor
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.AbstractVirtualFileVisitor
 
getAttributes() - Method in class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
 
getAttributes() - Method in interface org.jboss.virtual.spi.VirtualFileHandlerVisitor
Get the search attribues for this visitor
getAttributes() - Method in interface org.jboss.virtual.VirtualFileFilterWithAttributes
Get the attributes for this filter
getAttributes() - Method in interface org.jboss.virtual.VirtualFileVisitor
Get the search attribues for this visitor
getBlockingShutdown() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getBootstrapURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getBuildDate() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getBuildID() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getBuildJVM() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getBuildNumber() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getBuildOS() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getChild(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getChildren(VirtualFileHandler, boolean) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
getChildren(boolean) - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getChildren(VirtualFileHandler, boolean) - Method in interface org.jboss.virtual.spi.VFSContext
Get the children
getChildren(boolean) - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the children
getChildren() - Method in class org.jboss.virtual.VFS
Get the children
getChildren(VirtualFileFilter) - Method in class org.jboss.virtual.VFS
Get the children
getChildren() - Method in class org.jboss.virtual.VirtualFile
Get the children
getChildren(VirtualFileFilter) - Method in class org.jboss.virtual.VirtualFile
Get the children
getChildrenRecursively() - Method in class org.jboss.virtual.VFS
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Method in class org.jboss.virtual.VFS
Get all the children recursively
getChildrenRecursively() - Method in class org.jboss.virtual.VirtualFile
Get all the children recursively
getChildrenRecursively(VirtualFileFilter) - Method in class org.jboss.virtual.VirtualFile
Get all the children recursively
getClassPaths() - Static method in class org.jboss.embedded.DeploymentGroup
 
getClassPaths(String) - Static method in class org.jboss.embedded.DeploymentGroup
 
getConfig() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getContent() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getContents(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getContents() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getDelegate(Hashtable) - Method in class org.jboss.embedded.jndi.DelegatingContextFactory
 
getDelegate(Class) - Static method in class org.jboss.embedded.junit.EmbeddedTestCase
Overriden to return JBossTestServices as the test delegate.
getDeployerDirUrls(VirtualFileFilter, URL, boolean) - Static method in class org.jboss.embedded.DeploymentGroup
 
getDeployerDirUrlsFromResource(VirtualFileFilter, ClassLoader, String, boolean) - Static method in class org.jboss.embedded.DeploymentGroup
 
getDeployments() - Method in class org.jboss.embedded.DeploymentGroup
 
getDeploymentUnits() - Method in class org.jboss.embedded.DeploymentGroup
Get the deployment units
getDirFromResource(ClassLoader, String) - Static method in class org.jboss.embedded.DeploymentGroup
Find the directory that contains a given resource.
getEntries() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getEntry() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
Get the entry
getEntry(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getEntry() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getEntry() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
Get the entry
getEntry() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
Get the entry
getEntryName(JarEntry) - Static method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Get a jar entry name
getEnvironment() - Method in class org.jboss.embedded.jndi.WrappingContext
 
getExitOnShutdown() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getFactories() - Method in class org.jboss.embedded.url.HandlerFactoryHack
 
getFactory(URL) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Return the VFSContextFactory for the VFS mount point specified by the rootURL.
getFactory(URI) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Return the VFSContextFactory for the VFS mount point specified by the rootURI.
getFile() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
Get the file for this file handler
getHandler() - Method in class org.jboss.virtual.VirtualFile
Get the virtual file handler
getHomeDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getHomeURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getIdentity() - Method in class org.jboss.embedded.tomcat.security.TomcatLoginModule
 
getInitialContext(Hashtable) - Method in class org.jboss.embedded.jndi.DelegatingContextFactory
 
getInitialContext(Hashtable) - Method in class org.jboss.embedded.jndi.KernelInitializingContextFactory
 
getInitialContext(Hashtable) - Method in class org.jboss.embedded.tomcat.jndi.KernelInitializingContextFactory
Get a new (writable) initial context.
getInitialContext(Hashtable) - Method in class org.jboss.embedded.tomcat.jndi.TomcatBridgeContextFactory
Get a new (writable) initial context.
getInitialContext(Hashtable) - Method in class org.jboss.naming.JBossRemotingContextFactory
 
getInputStream() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getInstance() - Static method in class org.jboss.embedded.BinaryBootstrap
For those applications that need a singelton Bootstrap instance
getInstance() - Static method in class org.jboss.embedded.Bootstrap
For those applications that need a singelton Bootstrap instance
getInstance() - Static method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Gets the singleton instance
getInstance() - Static method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
 
getJar() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Get the jar.
getJarEntry(String) - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getKernel() - Method in class org.jboss.embedded.Bootstrap
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
getLastModified() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getLastModified() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
When the file was last modified
getLastModified() - Method in class org.jboss.virtual.VirtualFile
When the file was last modified
getLibraryURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getLinkTarget() - Method in class org.jboss.virtual.spi.LinkInfo
 
getLoader() - Method in class org.jboss.embedded.Bootstrap
 
getManifest(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Get a manifest from a virtual file, assuming the virtual file is the root of an archive
getManifest(VFS) - Static method in class org.jboss.virtual.VFSUtils
Get a manifest from a virtual file system, assuming the root of the VFS is the root of an archive
getMatched() - Method in class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
Get the matched files
getMatches() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getMbeanServer() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getName() - Method in class org.jboss.embedded.util.SystemProperty
 
getName() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getName() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getName() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getName() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
getName() - Method in class org.jboss.virtual.spi.LinkInfo
 
getName() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the simple VF name (X.java)
getName(URI) - Static method in class org.jboss.virtual.VFSUtils
 
getName() - Method in class org.jboss.virtual.VirtualFile
Get the simple VF name (X.java)
getNameInNamespace() - Method in class org.jboss.embedded.jndi.WrappingContext
 
getNameParser(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
getNameParser(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
getNamingContext() - Method in class org.jboss.embedded.jndi.WrappingContext
 
getNotificationInfo() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.embedded.tomcat.jndi.ENCFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.embedded.tomcat.jndi.java.javaURLContextFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.naming.JBossRemotingContextFactory
 
getOptions() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getOptions() - Method in interface org.jboss.virtual.spi.VFSContext
Get the context option settings
getParent() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getParent() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the parent
getParent() - Method in class org.jboss.virtual.VirtualFile
Get the parent
getPatchURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getPathName() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getPathName() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getPathName() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getPathName() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VFS relative path name (org/jboss/X.java)
getPathName() - Method in class org.jboss.virtual.VirtualFile
Get the VFS relative path name (org/jboss/X.java)
getPathsString(Collection<VirtualFile>) - Static method in class org.jboss.virtual.VFSUtils
Get the paths string for a collection of virtual files
getPattern(String) - Static method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Create a regular expression pattern from an Ant file matching pattern
getPkgs() - Method in class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
getPlatformMBeanServer() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getPrefixes() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getProperties() - Method in class org.jboss.embedded.util.SystemProperties
 
getProtocols() - Method in class org.jboss.virtual.plugins.context.AbstractContextFactory
 
getProtocols() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getProtocols() - Method in interface org.jboss.virtual.spi.VFSContextFactory
Get the URL protocols/URI schemes this factory supports
getRecurseFilter() - Method in class org.jboss.virtual.VisitorAttributes
Get the recurse filter.
getRemainingPath(String[], int, int) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the remaining path from some tokens
getRemainingPath(String[], int) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the remaining path from some tokens
getRequireJBossURLStreamHandlerFactory() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getResources(VirtualFileFilter) - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
getRoleSets() - Method in class org.jboss.embedded.tomcat.security.TomcatLoginModule
 
getRoot() - Method in class org.jboss.virtual.plugins.context.file.FileSystemContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.jar.JarContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContext
 
getRoot() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContext
 
getRoot() - Method in interface org.jboss.virtual.spi.VFSContext
Return the root virtual file
getRoot(URI) - Static method in class org.jboss.virtual.VFS
Get the root virtual file
getRoot(URL) - Static method in class org.jboss.virtual.VFS
Get the root virtual file
getRoot() - Method in class org.jboss.virtual.VFS
Get the root file of this VFS
getRootDeploymentFilename() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getRootURI() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getRootURI() - Method in interface org.jboss.virtual.spi.VFSContext
Get the root uri
getServer() - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
getServerBaseDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerBaseURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerConfig() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getServerConfigURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerDataDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerHomeDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerHomeURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerLibraryURL() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerLogDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerName() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerNativeDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerTempDeployDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServerTempDir() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getServiceController() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getSize() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
getSize() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
getSize() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the size
getSize() - Method in class org.jboss.virtual.VirtualFile
Get the size
getSpecificationVersion() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getSpecificationVersion() - Method in class org.jboss.embedded.adapters.ServerConfig
 
getStartDate() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getStatus() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
getSuffixes() - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Get the lis of jar suffixes
getSuffixes() - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
getTokens(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Get the tokens
getURI() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
Get the uri
getURL() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
Get the url
getURL(VirtualFileHandler, String, boolean) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Create the URL for the entry represented by path.
getValue() - Method in class org.jboss.embedded.util.SystemProperty
 
getVersion() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getVersionName() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getVersionNumber() - Method in class org.jboss.embedded.adapters.JMXKernel
 
getVFS() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.file.FileSystemContextFactory
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
getVFS(URL) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getVFS(URI) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
 
getVFS() - Method in interface org.jboss.virtual.spi.VFSContext
Get the VFS for this context
getVFS(URL) - Method in interface org.jboss.virtual.spi.VFSContextFactory
Obtain a vfs context for the given root url.
getVFS(URI) - Method in interface org.jboss.virtual.spi.VFSContextFactory
Obtain a vfs context for the given root uri.
getVFS(URI) - Static method in class org.jboss.virtual.VFS
Get the virtual file system for a root uri
getVFS(URL) - Static method in class org.jboss.virtual.VFS
Get the virtual file system for a root url
getVFS() - Method in class org.jboss.virtual.VirtualFile
Get the VFS instance for this virtual file
getVFSContext() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getVFSContext() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
getVFSContext() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VFSContext this file belongs to
getVirtualFile(URL) - Static method in class org.jboss.embedded.DeploymentGroup
 
getVirtualFile() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
getVirtualFile() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
getVirtualFile() - Method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
getVirtualFile() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the virtual file wrapper
getVirtualFile(URI, String) - Static method in class org.jboss.virtual.VFS
Get a virtual file
getVirtualFile(URL, String) - Static method in class org.jboss.virtual.VFS
Get a virtual file
getWrapper(Class) - Static method in class org.jboss.embedded.junit.EmbeddedTestSetup
Returns a wrapper that will only bootstrap embedded if VM hasn't already bootstrapped

H

hack() - Method in class org.jboss.embedded.url.HandlerFactoryHack
 
halt(int) - Method in class org.jboss.embedded.adapters.JMXKernel
 
halt() - Method in class org.jboss.embedded.adapters.JMXKernel
 
Handler - Class in org.jboss.virtual.protocol.vfs
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfs.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsfile
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsfile.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsjar
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsjar.Handler
 
Handler - Class in org.jboss.virtual.protocol.vfsmemory
URLStreamHandler for VFS
Handler() - Constructor for class org.jboss.virtual.protocol.vfsmemory.Handler
 
HandlerFactoryHack - Class in org.jboss.embedded.url
Tries to set URL.setURLStreamHandlerFactory() with the provided factory.
HandlerFactoryHack() - Constructor for class org.jboss.embedded.url.HandlerFactoryHack
 
hasBeenModified() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
hasBeenModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
hasBeenModified() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
hasBeenModified() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Returns true if the file has been modified since this method was last called Last modified time is initialized at handler instantiation.
hasBeenModified() - Method in class org.jboss.virtual.VirtualFile
Returns true if the file has been modified since this method was last called Last modified time is initialized at handler instantiation.
hashCode() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
hashCode() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
hashCode() - Method in class org.jboss.virtual.VFS
 
hashCode() - Method in class org.jboss.virtual.VirtualFile
 
hasNext() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  

I

ignoreShutdownErrors - Variable in class org.jboss.embedded.Bootstrap
 
increment() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Increment the reference count
init(Properties) - Method in class org.jboss.embedded.adapters.JMXKernel
 
init() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
init() - Static method in class org.jboss.virtual.VFS
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
initCacheLastModified() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
INITIAL_CONTEXT_FACTORY_DEFAULT - Static variable in class org.jboss.embedded.jndi.DelegatingContextFactory
 
INITIAL_CONTEXT_FACTORY_DELEGATE - Static variable in class org.jboss.embedded.jndi.DelegatingContextFactory
 
initializeByFile(String) - Method in class org.jboss.embedded.adapters.ServerConfig
 
initializeByUnknown() - Method in class org.jboss.embedded.adapters.ServerConfig
Creates base JBoss Embedded directory structure under java.io.tmpdir
initialized - Static variable in class org.jboss.embedded.jndi.KernelInitializingContextFactory
 
initJarFile(JarFile) - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
Initialise the jar file
initURLs() - Method in class org.jboss.embedded.adapters.ServerConfig
 
innerStart() - Method in class org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener
 
innerStop() - Method in class org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener
 
INSTANCE - Static variable in class org.jboss.virtual.plugins.vfs.helpers.MatchAllVirtualFileFilter
The instance
invoke(Object, Method, Object[]) - Method in class org.jboss.embedded.jndi.BridgeContext
 
invoke(Request, Response) - Method in class org.jboss.embedded.tomcat.security.SecurityAssociationValve
 
isArchive(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Whether this is an archive
isHidden() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
isHidden() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
isHidden() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
isHidden() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Whether it is hidden
isHidden() - Method in class org.jboss.virtual.VirtualFile
Whether it is hidden
isIgnoreErrors() - Method in class org.jboss.virtual.VisitorAttributes
Whether to ignore individual errors
isIgnoreShutdownErrors() - Method in class org.jboss.embedded.Bootstrap
 
isIncludeHidden() - Method in class org.jboss.virtual.VisitorAttributes
Whether to include hidden files
isIncludeRoot() - Method in class org.jboss.virtual.VisitorAttributes
Whether to include the root of the visit
isInShutdown() - Method in class org.jboss.embedded.adapters.JMXKernel
 
isInstallLifeThread() - Method in class org.jboss.embedded.adapters.ServerConfig
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.file.LinkHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.AbstractJarHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
isLeaf() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
isLeaf() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Whether it is a simple leaf of the VFS, i.e.
isLeaf() - Method in class org.jboss.virtual.VirtualFile
Whether it is a simple leaf of the VFS, i.e.
isLeavesOnly() - Method in class org.jboss.virtual.VisitorAttributes
Whether to visit leaves only
isLink(String) - Static method in class org.jboss.virtual.VFSUtils
Does a vf name contain the VFS link prefix
isRecurse(VirtualFile) - Method in class org.jboss.virtual.VisitorAttributes
Whether to recurse into the non-leaf file
isReverseToken(String) - Static method in class org.jboss.virtual.plugins.vfs.helpers.PathTokenizer
Is reverse token.
isStarted() - Method in class org.jboss.embedded.adapters.JMXKernel
 
isStarted() - Method in class org.jboss.embedded.Bootstrap
 

J

JarContext - Class in org.jboss.virtual.plugins.context.jar
JarContext.
JarContext(URL) - Constructor for class org.jboss.virtual.plugins.context.jar.JarContext
Create a new JarContext.
JarContextFactory - Class in org.jboss.virtual.plugins.context.jar
A jar context factory
JarContextFactory() - Constructor for class org.jboss.virtual.plugins.context.jar.JarContextFactory
 
JarEntryHandler - Class in org.jboss.virtual.plugins.context.jar
JarEntryHandler.
JarEntryHandler(VFSContext, VirtualFileHandler, JarFile, JarEntry, String, URL) - Constructor for class org.jboss.virtual.plugins.context.jar.JarEntryHandler
Create a new JarHandler.
JarHandler - Class in org.jboss.virtual.plugins.context.jar
JarHandler.
JarHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.JarHandler
Create a new JarHandler.
JarHandler(VFSContext, VirtualFileHandler, File, URL, String) - Constructor for class org.jboss.virtual.plugins.context.jar.JarHandler
 
JarUtils - Class in org.jboss.virtual.plugins.context.jar
JarUtils.
JavaProtocolHandlerPkgs - Class in org.jboss.embedded.url
Adds handler string to current System.getProperty("java.protocol.handler.pkgs")
JavaProtocolHandlerPkgs() - Constructor for class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
javaURLContextFactory - Class in org.jboss.embedded.tomcat.jndi.java
comment
javaURLContextFactory() - Constructor for class org.jboss.embedded.tomcat.jndi.java.javaURLContextFactory
 
JBossRemotingContextFactory - Class in org.jboss.naming
Creating a JNDI connection using JBoss Remoting.
JBossRemotingContextFactory() - Constructor for class org.jboss.naming.JBossRemotingContextFactory
 
JMXClassLoader - Class in org.jboss.embedded.adapters
comment
JMXClassLoader(ClassLoader) - Constructor for class org.jboss.embedded.adapters.JMXClassLoader
 
JMXClassLoaderMBean - Interface in org.jboss.embedded.adapters
comment
JMXKernel - Class in org.jboss.embedded.adapters
A pojo that creates a legacy jmx kernel ala the jboss-4.x server bootstrap.
JMXKernel() - Constructor for class org.jboss.embedded.adapters.JMXKernel
 
JMXKernelMBean - Interface in org.jboss.embedded.adapters
comment

K

kernel - Variable in class org.jboss.embedded.Bootstrap
 
kernel - Variable in class org.jboss.embedded.DeploymentGroup
 
KernelInitializingContextFactory - Class in org.jboss.embedded.jndi
InitialContextFactory that will bootstrap embedded jboss.
KernelInitializingContextFactory() - Constructor for class org.jboss.embedded.jndi.KernelInitializingContextFactory
 
KernelInitializingContextFactory - Class in org.jboss.embedded.tomcat.jndi
comment
KernelInitializingContextFactory() - Constructor for class org.jboss.embedded.tomcat.jndi.KernelInitializingContextFactory
 

L

LEAVES_ONLY - Static variable in class org.jboss.virtual.VisitorAttributes
Visit leaves only and do not recurse non-leaf files
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.embedded.tomcat.security.SecuritySetupListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.embedded.tomcat.WebinfScanner
 
LinkHandler - Class in org.jboss.virtual.plugins.context.file
A handler for link directories.
LinkHandler(FileSystemContext, VirtualFileHandler, URI, String, List<LinkInfo>) - Constructor for class org.jboss.virtual.plugins.context.file.LinkHandler
Create a new LinkHandler.
LinkInfo - Class in org.jboss.virtual.spi
A class representing the information for a VFS link.
LinkInfo(String, URI) - Constructor for class org.jboss.virtual.spi.LinkInfo
Create a LinkInfo
list(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
list(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
listBindings(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
listBindings(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
load(File) - Static method in class org.jboss.embedded.BinaryBootstrap
 
loader - Variable in class org.jboss.embedded.Bootstrap
 
LocalOnlyUserTransaction - Class in org.jboss.embedded.adapters
Simple, local-only UserTransaction adapter
LocalOnlyUserTransaction() - Constructor for class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
log - Static variable in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
log - Variable in class org.jboss.virtual.plugins.context.AbstractVFSContext
The log
log - Static variable in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The log
login() - Method in class org.jboss.embedded.tomcat.security.TomcatLoginModule
 
lookup(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
lookup(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
lookupLink(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
lookupLink(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 

M

main(String[]) - Static method in class org.jboss.embedded.BeanCompiler
 
main(String[]) - Static method in class org.jboss.embedded.Bootstrap
 
main(String[]) - Static method in class org.jboss.virtual.protocol.vfsjar.Handler
 
main(String[]) - Static method in class org.jboss.virtual.protocol.vfsmemory.Handler
 
mainDeployer - Variable in class org.jboss.embedded.Bootstrap
 
mainDeployer - Variable in class org.jboss.embedded.DeploymentGroup
 
MatchAllVirtualFileFilter - Class in org.jboss.virtual.plugins.vfs.helpers
MatchAllVirtualFileFilter.
MemoryContext - Class in org.jboss.virtual.plugins.context.memory
Virtual memory context.
MemoryContext(URL) - Constructor for class org.jboss.virtual.plugins.context.memory.MemoryContext
 
MemoryContextFactory - Class in org.jboss.virtual.plugins.context.memory
Singelton implementation of a MemoryContextFactory.
MemoryContextHandler - Class in org.jboss.virtual.plugins.context.memory
Virtual memory context handler.
MemoryContextHandler(VFSContext, VirtualFileHandler, URL, String) - Constructor for class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
mkdir(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Create a directory within this directory.
mkdirs(String) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectory
Make any directories for the give path to a file.

N

NestedJarFromStream - Class in org.jboss.virtual.plugins.context.jar
A nested jar implementation used to represent a jar within a jar.
NestedJarFromStream(VFSContext, VirtualFileHandler, ZipInputStream, URL, ZipEntry) - Constructor for class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
Create a nested jar from the parent zip inputstream/zip entry.
NestedJarFromStream.JarEntryContents - Class in org.jboss.virtual.plugins.context.jar
 
NestedJarHandler - Class in org.jboss.virtual.plugins.context.jar
Nested Jar Handler.
NestedJarHandler(VFSContext, VirtualFileHandler, JarFile, JarEntry, URL, File, String) - Constructor for class org.jboss.virtual.plugins.context.jar.NestedJarHandler
Create a new NestedJarHandler.
next() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
NoCopyNestedJarHandler - Class in org.jboss.virtual.plugins.context.jar
Nested Jar Handler.
NoCopyNestedJarHandler(VFSContext, VirtualFileHandler, JarFile, JarEntry, URL) - Constructor for class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
Create a new NestedJarHandler.

O

openConnection(URL) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledUrlStreamHandler
 
openConnection(URL) - Method in class org.jboss.virtual.plugins.vfs.VirtualFileUrlStreamHandler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfs.Handler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfsfile.Handler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfsjar.Handler
 
openConnection(URL) - Method in class org.jboss.virtual.protocol.vfsmemory.Handler
 
openStream() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.JarEntryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarHandler
Overriden to return the raw tmp jar file stream
openStream() - Method in class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
openStream() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
openStream() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Access the file contents.
openStream() - Method in class org.jboss.virtual.VirtualFile
Access the file contents.
org.jboss.embedded - package org.jboss.embedded
 
org.jboss.embedded.adapters - package org.jboss.embedded.adapters
 
org.jboss.embedded.jndi - package org.jboss.embedded.jndi
 
org.jboss.embedded.junit - package org.jboss.embedded.junit
 
org.jboss.embedded.tomcat - package org.jboss.embedded.tomcat
 
org.jboss.embedded.tomcat.jndi - package org.jboss.embedded.tomcat.jndi
 
org.jboss.embedded.tomcat.jndi.java - package org.jboss.embedded.tomcat.jndi.java
 
org.jboss.embedded.tomcat.security - package org.jboss.embedded.tomcat.security
 
org.jboss.embedded.url - package org.jboss.embedded.url
 
org.jboss.embedded.util - package org.jboss.embedded.util
 
org.jboss.naming - package org.jboss.naming
 
org.jboss.virtual - package org.jboss.virtual
 
org.jboss.virtual.plugins.context - package org.jboss.virtual.plugins.context
 
org.jboss.virtual.plugins.context.file - package org.jboss.virtual.plugins.context.file
 
org.jboss.virtual.plugins.context.jar - package org.jboss.virtual.plugins.context.jar
 
org.jboss.virtual.plugins.context.memory - package org.jboss.virtual.plugins.context.memory
 
org.jboss.virtual.plugins.context.vfs - package org.jboss.virtual.plugins.context.vfs
 
org.jboss.virtual.plugins.vfs - package org.jboss.virtual.plugins.vfs
 
org.jboss.virtual.plugins.vfs.helpers - package org.jboss.virtual.plugins.vfs.helpers
 
org.jboss.virtual.protocol.vfs - package org.jboss.virtual.protocol.vfs
 
org.jboss.virtual.protocol.vfsfile - package org.jboss.virtual.protocol.vfsfile
 
org.jboss.virtual.protocol.vfsjar - package org.jboss.virtual.protocol.vfsjar
 
org.jboss.virtual.protocol.vfsmemory - package org.jboss.virtual.protocol.vfsmemory
 
org.jboss.virtual.spi - package org.jboss.virtual.spi
 

P

parse(File) - Static method in class org.jboss.embedded.BeanCompiler
 
parse(URL) - Static method in class org.jboss.embedded.BinaryBootstrap
 
parseLinkProperties(InputStream, List<LinkInfo>, Properties) - Static method in class org.jboss.virtual.VFSUtils
Parse a properties link file
parseURLQuery(String) - Static method in class org.jboss.virtual.VFSUtils
Take a URL.getQuery string and parse it into name=value pairs
PathTokenizer - Class in org.jboss.virtual.plugins.vfs.helpers
PathTokenizer.
preProcessedTest(Class) - Static method in class org.jboss.embedded.junit.BaseTestCase
Use this in a static suite() method in your test class to bootstrap and deploy your modules before any tests run.
process() - Method in class org.jboss.embedded.DeploymentGroup
Ask the mainDeployer to process the set of files you added to the group this will also check the processing
props - Variable in class org.jboss.embedded.adapters.ServerConfig
 
putFile(URL, byte[]) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextFactory
Creates a 'file' within the context determined by the url host part

R

readExternal(ObjectInput) - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
readLinkInfo(InputStream, String, Properties) - Static method in class org.jboss.virtual.VFSUtils
Read the link information from the stream based on the type as determined from the name suffix.
readManifest(VirtualFile) - Static method in class org.jboss.virtual.VFSUtils
Read the manifest from given manifest VirtualFile.
rebind(Name, Object) - Method in class org.jboss.embedded.jndi.WrappingContext
 
rebind(String, Object) - Method in class org.jboss.embedded.jndi.WrappingContext
 
rebindComp(Context) - Static method in class org.jboss.embedded.tomcat.jndi.ENCFactory
Convience function.
RECURSE - Static variable in class org.jboss.virtual.VisitorAttributes
Recurse and visit all non-leaf files
RECURSE_ALL - Static variable in class org.jboss.virtual.VisitorAttributes
A VirtualFileFilter than accepts any file
RECURSE_LEAVES_ONLY - Static variable in class org.jboss.virtual.VisitorAttributes
Recurse all non-leaf files but only visit leaves
redeploy(String) - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
registerFactory(VFSContextFactory) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Register a new VFSContextFactory
relativePath - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
remove(AssembledDirectory) - Method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
Remove an assembly
remove() - Method in class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
removeFromEnvironment(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
removeJarSuffix(String) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Remove a jar suffix
removeMBeans() - Method in class org.jboss.embedded.adapters.JMXKernel
The removeMBeans method uses the mbean mbeanServer to unregister all the mbeans registered here.
removeNotificationListener(NotificationListener) - Method in class org.jboss.embedded.adapters.JMXKernel
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.embedded.adapters.JMXKernel
 
rename(Name, Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
rename(String, String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
resolveCachedVirtualFile(URL, String) - Static method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
resolveVirtualFile(URL, String) - Static method in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
rollback() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
runFinalization() - Method in class org.jboss.embedded.adapters.JMXKernel
 
runGarbageCollector() - Method in class org.jboss.embedded.adapters.JMXKernel
 

S

scan(ServletContextEvent, String) - Method in class org.jboss.embedded.WebInfLibScanner
 
scanClasspath(String) - Method in class org.jboss.embedded.Bootstrap
Look in java.class.path for any .jar or class directories whose base file/dir match any base file/dir names in the comma delimited path parameter If classpath is: /home/wburke/jars/foo.jar and path is: "foo.jar" This will be a match and that .jar file will be deployed
SecurityAssociationValve - Class in org.jboss.embedded.tomcat.security
comment
SecurityAssociationValve() - Constructor for class org.jboss.embedded.tomcat.security.SecurityAssociationValve
 
SecurityAssociationValve(Container) - Constructor for class org.jboss.embedded.tomcat.security.SecurityAssociationValve
 
SecuritySetupListener - Class in org.jboss.embedded.tomcat.security
comment
SecuritySetupListener() - Constructor for class org.jboss.embedded.tomcat.security.SecuritySetupListener
 
sendNotification(Notification) - Method in class org.jboss.embedded.adapters.JMXKernel
 
ServerConfig - Class in org.jboss.embedded.adapters
comment
ServerConfig() - Constructor for class org.jboss.embedded.adapters.ServerConfig
 
SERVICES_PATH - Static variable in class org.jboss.virtual.spi.VFSContextFactoryLocator
The path used to load services from the classpath
ServletContextResourceScanner - Class in org.jboss.embedded
This listener takes in the init parameter "jboss.embedded.resources" which is a comma delimited list of ServletContext resources that you want deployed within the WAR file.
ServletContextResourceScanner() - Constructor for class org.jboss.embedded.ServletContextResourceScanner
 
setBlockingShutdown(boolean) - Method in class org.jboss.embedded.adapters.ServerConfig
 
setClassLoader(ClassLoader) - Method in class org.jboss.embedded.DeploymentGroup
 
setContents(byte[]) - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
setDirectoriesByResource(List<String>) - Method in class org.jboss.embedded.DeploymentScanner
 
setExitOnShutdown(boolean) - Method in class org.jboss.embedded.adapters.ServerConfig
 
setFactories(List<URLStreamHandlerFactory>) - Method in class org.jboss.embedded.url.HandlerFactoryHack
 
setFilesByResource(List<String>) - Method in class org.jboss.embedded.DeploymentScanner
 
setFilter(VirtualFileFilter) - Method in class org.jboss.embedded.DeploymentGroup
File filter that will be used when scanning a directory
setIgnoreErrors(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the ignoreErrors.
setIgnoreShutdownErrors(boolean) - Method in class org.jboss.embedded.Bootstrap
 
setIncludeHidden(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the includeHidden.
setIncludeRoot(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the includeRoot.
setInstance(AssembledContextFactory) - Static method in class org.jboss.virtual.plugins.context.vfs.AssembledContextFactory
 
setJarSuffixes(Set<String>) - Static method in class org.jboss.virtual.plugins.context.jar.JarUtils
Sets the jar suffixes
setKernel(Kernel) - Method in class org.jboss.embedded.adapters.JMXKernel
 
setKernel(Kernel) - Method in class org.jboss.embedded.Bootstrap
 
setKernel(Kernel) - Method in class org.jboss.embedded.DeploymentGroup
 
setLeavesOnly(boolean) - Method in class org.jboss.virtual.VisitorAttributes
Set the leaves only.
setLoader(ClassLoader) - Method in class org.jboss.embedded.Bootstrap
 
setMainDeployer(MainDeployer) - Method in class org.jboss.embedded.DeploymentGroup
 
setMatches(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setMultipleResources(List<String>) - Method in class org.jboss.embedded.DeploymentScanner
 
setName(String) - Method in class org.jboss.embedded.util.SystemProperty
 
setPathName(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
todo This is a hack until we can fix http://jira.jboss.com/jira/browse/JBMICROCONT-164
setPkgs(String) - Method in class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
setPrefixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setProperties(Map<String, String>) - Method in class org.jboss.embedded.util.SystemProperties
 
setRecurseFilter(VirtualFileFilter) - Method in class org.jboss.virtual.VisitorAttributes
Set the recurse filter.
setRequireJBossURLStreamHandlerFactory(boolean) - Method in class org.jboss.embedded.adapters.ServerConfig
 
setResources(List<String>) - Method in class org.jboss.embedded.DeploymentScanner
 
setRollbackOnly() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
setRootDeploymentFilename(String) - Method in class org.jboss.embedded.adapters.ServerConfig
 
setServerConfig(ServerConfig) - Method in class org.jboss.embedded.adapters.JMXKernel
 
setSuffixes(String[]) - Method in class org.jboss.virtual.plugins.vfs.helpers.ExtensibleFilter
 
setTransactionTimeout(int) - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
Set the transaction timeout value for new transactions started by this instance.
setUp() - Method in class org.jboss.embedded.junit.BaseTestCase
 
setUp() - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
setUp() - Method in class org.jboss.embedded.junit.EmbeddedTestSetup
 
setupHandlerPkgs(String) - Static method in class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
setupHandlerPkgs(String[]) - Static method in class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
setupUrlHandlers() - Static method in class org.jboss.embedded.adapters.JMXKernel
 
setUrls(List<URL>) - Method in class org.jboss.embedded.DeploymentScanner
 
setValue(String) - Method in class org.jboss.embedded.util.SystemProperty
 
shutdown() - Method in class org.jboss.embedded.adapters.JMXKernel
 
shutdown() - Method in class org.jboss.embedded.Bootstrap
Shutdown the kernel and all deployments
shutdownServices() - Method in class org.jboss.embedded.adapters.JMXKernel
The shutdownServices method calls the one and only ServiceController to shut down all the mbeans registered with it.
simpleFindChild(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Simple implementation of findChild
start() - Method in class org.jboss.embedded.adapters.JMXKernel
 
start() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
start() - Method in class org.jboss.embedded.adapters.ServerConfig
 
start() - Method in class org.jboss.embedded.DeploymentScanner
 
start() - Method in class org.jboss.embedded.url.HandlerFactoryHack
 
start() - Method in class org.jboss.embedded.url.JavaProtocolHandlerPkgs
 
start() - Method in class org.jboss.embedded.util.SystemProperties
 
start() - Method in class org.jboss.embedded.util.SystemProperty
 
started - Variable in class org.jboss.embedded.Bootstrap
 
stop() - Method in class org.jboss.embedded.adapters.JMXKernel
Stop the mbeans
stop() - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 
stop() - Method in class org.jboss.embedded.DeploymentScanner
 
store(KernelDeployment, File) - Static method in class org.jboss.embedded.BinaryBootstrap
 
structuredFindChild(String) - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
Structured implementation of find child
StructuredVirtualFileHandler - Interface in org.jboss.virtual.plugins.context
A handler that has structure, i.e.
SuffixesExcludeFilter - Class in org.jboss.virtual.plugins.vfs.helpers
Filters out a set of suffixes
SuffixesExcludeFilter(Collection<String>) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixesExcludeFilter
Create a new SuffixMatchFilter,
SuffixMatchFilter - Class in org.jboss.virtual.plugins.vfs.helpers
Matches a file name against a list of suffixes.
SuffixMatchFilter(String) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter, using VisitorAttributes.DEFAULT
SuffixMatchFilter(String, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SuffixMatchFilter(Collection<String>, VisitorAttributes) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.SuffixMatchFilter
Create a new SuffixMatchFilter.
SynthenticDirEntryHandler - Class in org.jboss.virtual.plugins.context.jar
SynthenticDirEntryHandler represents non-existent directory jar entry.
SynthenticDirEntryHandler(VFSContext, VirtualFileHandler, String, long, URL) - Constructor for class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler
Create a new SynthenticDirEntryHandler.
SystemProperties - Class in org.jboss.embedded.util
little class to set system properties
SystemProperties() - Constructor for class org.jboss.embedded.util.SystemProperties
 
SystemProperty - Class in org.jboss.embedded.util
little class to set system properties
SystemProperty() - Constructor for class org.jboss.embedded.util.SystemProperty
 

T

tearDown() - Method in class org.jboss.embedded.junit.BaseTestCase
 
tearDown() - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
tearDown() - Method in class org.jboss.embedded.junit.EmbeddedTestSetup
 
testSetup() - Static method in class org.jboss.embedded.junit.EmbeddedTestSetup
 
testTearDown() - Static method in class org.jboss.embedded.junit.EmbeddedTestSetup
 
TomcatBridgeContextFactory - Class in org.jboss.embedded.tomcat.jndi
comment
TomcatBridgeContextFactory() - Constructor for class org.jboss.embedded.tomcat.jndi.TomcatBridgeContextFactory
 
TomcatLoginModule - Class in org.jboss.embedded.tomcat.security
comment
TomcatLoginModule() - Constructor for class org.jboss.embedded.tomcat.security.TomcatLoginModule
 
toString() - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
toString() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toString() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
toString() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
toString() - Method in class org.jboss.virtual.VFS
 
toString() - Method in class org.jboss.virtual.VirtualFile
 
toURI() - Method in class org.jboss.virtual.plugins.context.AbstractURIHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream.JarEntryContents
 
toURI() - Method in class org.jboss.virtual.plugins.context.jar.NestedJarFromStream
 
toURI() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
toURI() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
toURI() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VF URI (file://root/org/jboss/X.java)
toURI(URL) - Static method in class org.jboss.virtual.VFSUtils
Deal with urls that may include spaces.
toURI() - Method in class org.jboss.virtual.VirtualFile
Get the VF URI (file://root/org/jboss/X.java)
toURL() - Method in class org.jboss.virtual.plugins.context.AbstractURLHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.DelegatingHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler
 
toURL() - Method in class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler
 
toURL() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get the VF URL (file://root/org/jboss/X.java)
toURL() - Method in class org.jboss.virtual.VirtualFile
Get the VF URL (file://root/org/jboss/X.java)
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
 
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.file.FileHandler
 
toVfsUrl() - Method in class org.jboss.virtual.plugins.context.memory.MemoryContextHandler
 
toVfsUrl() - Method in interface org.jboss.virtual.spi.VirtualFileHandler
Get a VFS-based URL
traceInstructions(Boolean) - Method in class org.jboss.embedded.adapters.JMXKernel
 
traceMethodCalls(Boolean) - Method in class org.jboss.embedded.adapters.JMXKernel
 

U

unbind(Name) - Method in class org.jboss.embedded.jndi.WrappingContext
 
unbind(String) - Method in class org.jboss.embedded.jndi.WrappingContext
 
undeploy(URL) - Method in class org.jboss.embedded.Bootstrap
 
undeploy(VirtualFile) - Method in class org.jboss.embedded.Bootstrap
 
undeploy() - Method in class org.jboss.embedded.DeploymentGroup
Ask the mainDeployer to undeploy the set of files in the group
undeploy(String) - Method in class org.jboss.embedded.junit.ClasspathBasedTestServices
 
undeployClasspath(String) - Method in class org.jboss.embedded.Bootstrap
Undeploy something deployed via scanSclasspath()
undeployDirectory(URL, boolean) - Method in class org.jboss.embedded.Bootstrap
 
undeployDirectoryFromResource(String, boolean) - Method in class org.jboss.embedded.Bootstrap
 
undeployResource(String) - Method in class org.jboss.embedded.Bootstrap
opposite of deployResource
undeployResourceBase(String) - Method in class org.jboss.embedded.Bootstrap
opposite of deployResourceBase()
undeployResourceBase(Class) - Method in class org.jboss.embedded.Bootstrap
opposite of deployResourceBase()
undeployResourceBases(String) - Method in class org.jboss.embedded.Bootstrap
 
unregisterFactory(VFSContextFactory) - Static method in class org.jboss.virtual.spi.VFSContextFactoryLocator
Unregister a VFSContextFactory
urlCache - Static variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 

V

VFS - Class in org.jboss.virtual
Virtual File System
VFS(VFSContext) - Constructor for class org.jboss.virtual.VFS
Create a new VFS.
VFS_LINK_NAME - Static variable in class org.jboss.virtual.VFSUtils
 
VFS_LINK_PREFIX - Static variable in class org.jboss.virtual.VFSUtils
 
VFS_LINK_TARGET - Static variable in class org.jboss.virtual.VFSUtils
 
VfsArchiveBrowser - Class in org.jboss.virtual.plugins.context
Deprecated.  
VfsArchiveBrowser(ArchiveBrowser.Filter, VirtualFile) - Constructor for class org.jboss.virtual.plugins.context.VfsArchiveBrowser
Deprecated.  
VfsArchiveBrowserFactory - Class in org.jboss.virtual.plugins.context
Deprecated.  
VfsArchiveBrowserFactory() - Constructor for class org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory
Deprecated.  
VFSContext - Interface in org.jboss.virtual.spi
A virtual file context
VFSContextFactory - Interface in org.jboss.virtual.spi
The entry point to obtaining a VFSContext for a given URL/URI root mount point
VFSContextFactoryLocator - Class in org.jboss.virtual.spi
A singleton factory for locating VFSContextFactory instances given VFS root URIs.
VFSContextFactoryLocator() - Constructor for class org.jboss.virtual.spi.VFSContextFactoryLocator
 
vfsUrl - Variable in class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler
The vfs URL
vfsurl - Variable in class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VFSUtils - Class in org.jboss.virtual
VFS Utilities
VFSUtils() - Constructor for class org.jboss.virtual.VFSUtils
 
VirtualFile - Class in org.jboss.virtual
A virtual file as seen by the user
VirtualFile(VirtualFileHandler) - Constructor for class org.jboss.virtual.VirtualFile
Create a new VirtualFile.
VirtualFileFilter - Interface in org.jboss.virtual
A filter for virtual files
VirtualFileFilterWithAttributes - Interface in org.jboss.virtual
A filter for virtual files with attributes
VirtualFileHandler - Interface in org.jboss.virtual.spi
A virtual file handler
VirtualFileHandlerVisitor - Interface in org.jboss.virtual.spi
Visits a virtual file and its children
VirtualFileURLConnection - Class in org.jboss.virtual.plugins.vfs
Implements basic URLConnection for a VirtualFile
VirtualFileURLConnection(URL, URL, String) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VirtualFileURLConnection(URL, VirtualFile) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileURLConnection
 
VirtualFileUrlStreamHandler - Class in org.jboss.virtual.plugins.vfs
Used when creating VFS urls so we don't have to go through the handlers all the time
VirtualFileUrlStreamHandler(VirtualFileHandler) - Constructor for class org.jboss.virtual.plugins.vfs.VirtualFileUrlStreamHandler
 
VirtualFileVisitor - Interface in org.jboss.virtual
Visits a virtual file and its children
visit(VirtualFileHandler, VirtualFileHandlerVisitor) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
 
visit(VirtualFileHandler, VirtualFileHandlerVisitor, boolean, boolean, boolean, boolean, VirtualFileFilter) - Method in class org.jboss.virtual.plugins.context.AbstractVFSContext
Visit.
visit(VirtualFile) - Method in class org.jboss.virtual.plugins.vfs.helpers.FilterVirtualFileVisitor
 
visit(VirtualFileHandler) - Method in class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
 
visit(VirtualFileHandler, VirtualFileHandlerVisitor) - Method in interface org.jboss.virtual.spi.VFSContext
Visit the virtual file system
visit(VirtualFileHandler) - Method in interface org.jboss.virtual.spi.VirtualFileHandlerVisitor
Visit a virtual file
visit(VirtualFileVisitor) - Method in class org.jboss.virtual.VFS
Visit the virtual file system from the root
visit(VirtualFile, VirtualFileVisitor) - Method in class org.jboss.virtual.VFS
Visit the virtual file system
visit(VirtualFileVisitor) - Method in class org.jboss.virtual.VirtualFile
Visit the virtual file system
visit(VirtualFile) - Method in interface org.jboss.virtual.VirtualFileVisitor
Visit a virtual file
VisitorAttributes - Class in org.jboss.virtual
Attributes used when visiting a virtual file system
VisitorAttributes() - Constructor for class org.jboss.virtual.VisitorAttributes
 

W

WebInfLibScanner - Class in org.jboss.embedded
Deploy all jars in WEB-INF/lib.
WebInfLibScanner() - Constructor for class org.jboss.embedded.WebInfLibScanner
 
WebinfScanner - Class in org.jboss.embedded.tomcat
Searches for WAR's WEB-INF directory and deploys that directory.
WebinfScanner() - Constructor for class org.jboss.embedded.tomcat.WebinfScanner
 
WrappingContext - Class in org.jboss.embedded.jndi
comment
WrappingContext(Context) - Constructor for class org.jboss.embedded.jndi.WrappingContext
 
WrappingVirtualFileHandlerVisitor - Class in org.jboss.virtual.plugins.vfs.helpers
A handler visitor that wraps a normal file visitor
WrappingVirtualFileHandlerVisitor(VirtualFileVisitor) - Constructor for class org.jboss.virtual.plugins.vfs.helpers.WrappingVirtualFileHandlerVisitor
Create a new WrappingVirtualFileHandlerVisitor.
writeExternal(ObjectOutput) - Method in class org.jboss.embedded.adapters.LocalOnlyUserTransaction
 

A B C D E F G H I J K L M N O P R S T U V W