org.jboss.deployers.spi.annotations
Interface PathMetaData

All Known Implementing Classes:
AbstractPathMetaData

public interface PathMetaData

Path meta data.

Author:
Ales Justin

Method Summary
 Set<PathEntryMetaData> getExcludes()
          Get excludes.
 Set<PathEntryMetaData> getIncludes()
          Get includes.
 String getPathName()
          Get path name.
 

Method Detail

getPathName

String getPathName()
Get path name.

Returns:
the path name

getIncludes

Set<PathEntryMetaData> getIncludes()
Get includes.

Returns:
the includes

getExcludes

Set<PathEntryMetaData> getExcludes()
Get excludes.

Returns:
the excludes


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