org.jboss.deployers.plugins.annotations
Class AbstractPathMetaData

java.lang.Object
  extended by org.jboss.deployers.plugins.annotations.AbstractPathMetaData
All Implemented Interfaces:
Serializable, PathMetaData

public class AbstractPathMetaData
extends Object
implements PathMetaData, Serializable

AbstractPathMetaData

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
AbstractPathMetaData()
           
 
Method Summary
 Set<PathEntryMetaData> getExcludes()
          Get excludes.
 Set<PathEntryMetaData> getIncludes()
          Get includes.
 String getPathName()
          Get path name.
 void setExcludes(Set<PathEntryMetaData> excludes)
           
 void setIncludes(Set<PathEntryMetaData> includes)
           
 void setPathName(String pathName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPathMetaData

public AbstractPathMetaData()
Method Detail

getPathName

public String getPathName()
Description copied from interface: PathMetaData
Get path name.

Specified by:
getPathName in interface PathMetaData
Returns:
the path name

setPathName

public void setPathName(String pathName)

getIncludes

public Set<PathEntryMetaData> getIncludes()
Description copied from interface: PathMetaData
Get includes.

Specified by:
getIncludes in interface PathMetaData
Returns:
the includes

setIncludes

public void setIncludes(Set<PathEntryMetaData> includes)

getExcludes

public Set<PathEntryMetaData> getExcludes()
Description copied from interface: PathMetaData
Get excludes.

Specified by:
getExcludes in interface PathMetaData
Returns:
the excludes

setExcludes

public void setExcludes(Set<PathEntryMetaData> excludes)


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