org.jboss.system.server.profileservice.attachments
Class DeploymentClassPathMetaData

java.lang.Object
  extended by org.jboss.system.server.profileservice.attachments.DeploymentClassPathMetaData

public class DeploymentClassPathMetaData
extends Object

The DeploymentClassPathMetaData is the xml representation of the ClassPathEntry in ContextInfo.

Version:
$Revision: 85526 $
Author:
Emanuel Muckenhuber

Constructor Summary
DeploymentClassPathMetaData()
           
DeploymentClassPathMetaData(String path, String suffixes)
           
 
Method Summary
 String getPath()
           
 String getSuffixes()
           
 void setPath(String path)
           
 void setSuffixes(String suffixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentClassPathMetaData

public DeploymentClassPathMetaData()

DeploymentClassPathMetaData

public DeploymentClassPathMetaData(String path,
                                   String suffixes)
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getSuffixes

public String getSuffixes()

setSuffixes

public void setSuffixes(String suffixes)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.