org.jboss.system.server.profileservice.attachments
Class DeploymentStructureMetaData
java.lang.Object
org.jboss.system.server.profileservice.attachments.DeploymentStructureMetaData
public class DeploymentStructureMetaData
- extends Object
Basic xml representation helper class of the StructureMetaData.
- Version:
- $Revision: 85526 $
- Author:
- Emanuel Muckenhuber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentStructureMetaData
public DeploymentStructureMetaData()
getMetaDataPaths
public List<String> getMetaDataPaths()
setMetaDataPaths
public void setMetaDataPaths(List<String> metaDataPaths)
getClassPaths
public List<DeploymentClassPathMetaData> getClassPaths()
setClassPaths
public void setClassPaths(List<DeploymentClassPathMetaData> classPaths)
getComparatorClass
public String getComparatorClass()
setComparatorClass
public void setComparatorClass(String comparatorClass)
getRelatativeOrder
public int getRelatativeOrder()
setRelatativeOrder
public void setRelatativeOrder(int relatativeOrder)
getModificationType
public String getModificationType()
setModificationType
public void setModificationType(String modificationType)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.