Uses of Class
org.jboss.as.server.deployment.MountType
-
Packages that use MountType Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.logging -
-
Uses of MountType in org.jboss.as.server.deployment
Methods in org.jboss.as.server.deployment that return MountType Modifier and Type Method Description static MountTypeMountType. 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.Methods in org.jboss.as.server.deployment with parameters of type MountType Modifier and Type Method Description CloseableDeploymentMountProvider. mountDeploymentContent(org.jboss.vfs.VirtualFile deploymentContents, org.jboss.vfs.VirtualFile mountPoint, MountType mountType)Requests that the given content be mounted in VFS at the givenmountPoint. -
Uses of MountType in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type MountType Modifier and Type Method Description IllegalArgumentExceptionServerLogger_$logger. unknownMountType(MountType mountType)IllegalArgumentExceptionServerLogger. unknownMountType(MountType mountType)
-