org.jboss.deployers.plugins.annotations
Class AbstractScanningMetaData

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

public class AbstractScanningMetaData
extends Object
implements ScanningMetaData, Serializable

AbstractScanningMetaData

Author:
Ales Justin
See Also:
Serialized Form

Constructor Summary
AbstractScanningMetaData()
           
 
Method Summary
 List<PathMetaData> getPaths()
          Get the paths.
 void setPaths(List<PathMetaData> paths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScanningMetaData

public AbstractScanningMetaData()
Method Detail

getPaths

public List<PathMetaData> getPaths()
Description copied from interface: ScanningMetaData
Get the paths.

Specified by:
getPaths in interface ScanningMetaData
Returns:
the paths

setPaths

public void setPaths(List<PathMetaData> paths)


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