public interface DeploymentMountProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentMountProvider.Factory |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME
Standard ServiceName under which a service controller for an instance of
{@code Service
|
| Modifier and Type | Method and Description |
|---|---|
Closeable |
mountDeploymentContent(org.jboss.vfs.VirtualFile deploymentContents,
org.jboss.vfs.VirtualFile mountPoint,
MountType mountType)
Requests that the given content be mounted in VFS at the given
mountPoint. |
static final org.jboss.msc.service.ServiceName SERVICE_NAME
Closeable mountDeploymentContent(org.jboss.vfs.VirtualFile deploymentContents, org.jboss.vfs.VirtualFile mountPoint, MountType mountType) throws IOException
mountPoint.deploymentContents - the deployment contents. Cannot be nullmountPoint - VFS location where the content should be mounted. Cannot be nullmountType - The type of mount to performCloseable that can be used to close the mountIOException - if there is an IO problem while mountingCopyright © 2020 JBoss by Red Hat. All rights reserved.