Uses of Enum Class
org.jboss.as.server.deployment.MountType
Packages that use MountType
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of MountType in org.jboss.as.server.deployment
Methods in org.jboss.as.server.deployment that return MountTypeModifier and TypeMethodDescriptionstatic MountTypeReturns the enum constant of this class with the specified name.static MountType[]MountType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.server.deployment with parameters of type MountTypeModifier and TypeMethodDescriptionDeploymentMountProvider.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 MountTypeModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionServerLogger_$logger.unknownMountType(MountType mountType) ServerLogger.unknownMountType(MountType mountType)