Package org.jboss.as.server.deployment
Class DeploymentModelUtils
- java.lang.Object
-
- org.jboss.as.server.deployment.DeploymentModelUtils
-
@Deprecated public class DeploymentModelUtils extends Object
Deprecated.- Author:
- Emanuel Muckenhuber
-
-
Field Summary
Fields Modifier and Type Field Description static AttachmentKey<Resource>DEPLOYMENT_RESOURCEDeprecated.static AttachmentKey<ManagementResourceRegistration>MUTABLE_REGISTRATION_ATTACHMENTDeprecated.
-
Constructor Summary
Constructors Constructor Description DeploymentModelUtils()Deprecated.
-
-
-
Field Detail
-
DEPLOYMENT_RESOURCE
public static final AttachmentKey<Resource> DEPLOYMENT_RESOURCE
Deprecated.
-
MUTABLE_REGISTRATION_ATTACHMENT
public static final AttachmentKey<ManagementResourceRegistration> MUTABLE_REGISTRATION_ATTACHMENT
Deprecated.
-
-