|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualFile | |
|---|---|
| org.jboss.osgi.deployment.deployer | |
| org.jboss.osgi.deployment.interceptor | |
| org.jboss.osgi.spi.util | A collection of SPI provided utilities. |
| org.jboss.osgi.testing | Test support classes and interfaces. |
| org.jboss.osgi.vfs | An abstraction of the JBoss VFS functionality. |
| Uses of VirtualFile in org.jboss.osgi.deployment.deployer |
|---|
| Methods in org.jboss.osgi.deployment.deployer that return VirtualFile | |
|---|---|
VirtualFile |
Deployment.getRoot()
Get the root virtual file |
| Methods in org.jboss.osgi.deployment.deployer with parameters of type VirtualFile | |
|---|---|
static Deployment |
DeploymentFactory.createDeployment(VirtualFile file)
|
Deployment |
DeployerService.createDeployment(VirtualFile file)
Create a deployment from the given file. |
Deployment |
AbstractDeployerService.createDeployment(VirtualFile file)
|
| Uses of VirtualFile in org.jboss.osgi.deployment.interceptor |
|---|
| Methods in org.jboss.osgi.deployment.interceptor that return VirtualFile | |
|---|---|
VirtualFile |
InvocationContext.getRoot()
Get the root virtual file |
| Uses of VirtualFile in org.jboss.osgi.spi.util |
|---|
| Methods in org.jboss.osgi.spi.util that return VirtualFile | |
|---|---|
VirtualFile |
BundleInfo.getRoot()
Get the bundle root file |
| Methods in org.jboss.osgi.spi.util with parameters of type VirtualFile | |
|---|---|
static BundleInfo |
BundleInfo.createBundleInfo(VirtualFile root)
|
static BundleInfo |
BundleInfo.createBundleInfo(VirtualFile root,
String location)
|
| Uses of VirtualFile in org.jboss.osgi.testing |
|---|
| Methods in org.jboss.osgi.testing that return VirtualFile | |
|---|---|
static VirtualFile |
OSGiTestHelper.toVirtualFile(org.jboss.shrinkwrap.api.Archive archive)
|
protected VirtualFile |
OSGiTest.toVirtualFile(org.jboss.shrinkwrap.api.Archive<?> archive)
Delegates to OSGiTestHelper.toVirtualFile(Archive) |
| Methods in org.jboss.osgi.testing with parameters of type VirtualFile | |
|---|---|
OSGiBundle |
OSGiRuntime.installBundle(VirtualFile vfsfile)
Install an OSGiBundle from the given virtual file. |
protected Bundle |
OSGiFrameworkTest.installBundle(VirtualFile virtualFile)
|
| Uses of VirtualFile in org.jboss.osgi.vfs |
|---|
| Methods in org.jboss.osgi.vfs that return VirtualFile | |
|---|---|
static VirtualFile |
AbstractVFS.adapt(Object virtualFile)
|
VirtualFile |
VFSAdaptor.adapt(Object virtualFile)
Adapt a concrete instance of a jboss-vfs VirtualFile. |
VirtualFile |
VirtualFile.getChild(String string)
Get a child |
VirtualFile |
VirtualFile.getParent()
Get the parent |
static VirtualFile |
AbstractVFS.getRoot(URL url)
|
VirtualFile |
VFSAdaptor.getRoot(URL url)
Get the root virtual file |
| Methods in org.jboss.osgi.vfs that return types with arguments of type VirtualFile | |
|---|---|
List<VirtualFile> |
VirtualFile.getChildrenRecursively()
Get all the children recursively |
| Methods in org.jboss.osgi.vfs with parameters of type VirtualFile | |
|---|---|
static Object |
AbstractVFS.adapt(VirtualFile virtualFile)
|
Object |
VFSAdaptor.adapt(VirtualFile virtualFile)
Adapt a VirtualFile to a concrete instance of a jboss-vfs VirtualFile. |
static Manifest |
VFSUtils.getManifest(VirtualFile archive)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||