org.gcube.common.scan
Interface ClasspathScanner

All Known Implementing Classes:
DefaultScanner

public interface ClasspathScanner

Scans archives of classpath resources and extracts those that satify given conditions.

The archives scanned over are properties of implementations.

Author:
Fabio Simeoni

Method Summary
 Collection<ClasspathResource> scan(ResourceMatcher matcher)
          Returns ClasspathResources that match a given ResourceMatcher.
 

Method Detail

scan

Collection<ClasspathResource> scan(ResourceMatcher matcher)
Returns ClasspathResources that match a given ResourceMatcher.

Parameters:
matcher - the matcher
Returns:
the matching resources


Copyright © 2014. All Rights Reserved.