Package | Description |
---|---|
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.server.logging |
Modifier and Type | Method and Description |
---|---|
static MountType |
MountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountType[] |
MountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Closeable |
DeploymentMountProvider.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 . |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ServerLogger.unknownMountType(MountType mountType) |
IllegalArgumentException |
ServerLogger_$logger.unknownMountType(MountType mountType) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.