org.jboss.errai.reflections.scanners
Class ResourcesScanner
java.lang.Object
org.jboss.errai.reflections.scanners.AbstractScanner
org.jboss.errai.reflections.scanners.ResourcesScanner
- All Implemented Interfaces:
- Scanner
public class ResourcesScanner
- extends AbstractScanner
collects all resources that are not classes in a collection
key: value - {web.xml: WEB-INF/web.xml}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcesScanner
public ResourcesScanner()
acceptsInput
public boolean acceptsInput(String file)
- Specified by:
acceptsInput
in interface Scanner
- Overrides:
acceptsInput
in class AbstractScanner
scan
public void scan(Vfs.File file)
- Specified by:
scan
in interface Scanner
- Overrides:
scan
in class AbstractScanner
scan
public void scan(Object cls)
- Specified by:
scan
in class AbstractScanner
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.