Package org.jboss.as.server.deployment
Class ModelContentReference
- java.lang.Object
-
- org.jboss.as.server.deployment.ModelContentReference
-
public class ModelContentReference extends Object
ContentReference built from the Management Model.- Author:
- Emmanuel Hugonnet (c) 2014 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description ModelContentReference()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentReferencefromDeploymentName(String name, byte[] hash)static ContentReferencefromDeploymentName(String name, String hash)static ContentReferencefromModelAddress(PathAddress address, byte[] hash)
-
-
-
Method Detail
-
fromDeploymentName
public static final ContentReference fromDeploymentName(String name, String hash)
-
fromDeploymentName
public static final ContentReference fromDeploymentName(String name, byte[] hash)
-
fromModelAddress
public static final ContentReference fromModelAddress(PathAddress address, byte[] hash)
-
-