Uses of Interface
org.gcube.common.scan.resources.ClasspathResource

Packages that use ClasspathResource
org.gcube.common.scan   
org.gcube.common.scan.matchers   
org.gcube.common.scan.resources   
org.gcube.common.scan.scanners   
org.gcube.common.scan.scanners.resource   
org.gcube.common.scan.scanners.url   
 

Uses of ClasspathResource in org.gcube.common.scan
 

Methods in org.gcube.common.scan that return types with arguments of type ClasspathResource
 Collection<ClasspathResource> DefaultScanner.scan(ResourceMatcher matcher)
           
 Collection<ClasspathResource> ClasspathScanner.scan(ResourceMatcher matcher)
          Returns ClasspathResources that match a given ResourceMatcher.
 

Uses of ClasspathResource in org.gcube.common.scan.matchers
 

Methods in org.gcube.common.scan.matchers with parameters of type ClasspathResource
 boolean PathMatcher.match(ClasspathResource resource)
           
 boolean NameMatcher.match(ClasspathResource resource)
           
 boolean ResourceMatcher.match(ClasspathResource resource)
           
 

Uses of ClasspathResource in org.gcube.common.scan.resources
 

Classes in org.gcube.common.scan.resources that implement ClasspathResource
 class FileResource
          A ClasspathResource that lives in a directory archive.
 class JarEntryResource
           
 

Uses of ClasspathResource in org.gcube.common.scan.scanners
 

Methods in org.gcube.common.scan.scanners that return types with arguments of type ClasspathResource
 Collection<ClasspathResource> JarScanner.scan(JarFile file)
           
 

Uses of ClasspathResource in org.gcube.common.scan.scanners.resource
 

Methods in org.gcube.common.scan.scanners.resource that return types with arguments of type ClasspathResource
 Collection<ClasspathResource> ResourceScanner.scan(ClasspathResource url)
           
 Collection<ClasspathResource> JarResourceScanner.scan(ClasspathResource resource)
           
 

Methods in org.gcube.common.scan.scanners.resource with parameters of type ClasspathResource
 boolean ResourceScanner.handles(ClasspathResource resource)
           
 boolean JarResourceScanner.handles(ClasspathResource resource)
           
 Collection<ClasspathResource> ResourceScanner.scan(ClasspathResource url)
           
 Collection<ClasspathResource> JarResourceScanner.scan(ClasspathResource resource)
           
 

Uses of ClasspathResource in org.gcube.common.scan.scanners.url
 

Methods in org.gcube.common.scan.scanners.url that return types with arguments of type ClasspathResource
 Collection<ClasspathResource> URLScanner.scan(URL url)
          Scans a given URL for ClasspathResources.
 Set<ClasspathResource> ExcludeScanner.scan(URL url)
           
 Collection<ClasspathResource> AbstractJarURLScanner.scan(URL url)
           
 Set<ClasspathResource> DirScanner.scan(URL url)
           
 



Copyright © 2014. All Rights Reserved.