org.gcube.common.scan.scanners.resource
Interface ResourceScanner

All Known Implementing Classes:
JarResourceScanner

public interface ResourceScanner


Method Summary
 boolean handles(ClasspathResource resource)
           
 Collection<ClasspathResource> scan(ClasspathResource url)
           
 

Method Detail

handles

boolean handles(ClasspathResource resource)

scan

Collection<ClasspathResource> scan(ClasspathResource url)
                                   throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.