org.jboss.deployers.plugins.annotations
Class AbstractScanningMetaData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractScanningMetaData
public AbstractScanningMetaData()
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.