Uses of Interface
org.apache.maven.index.reader.ResourceHandler.Resource
-
Packages that use ResourceHandler.Resource Package Description org.apache.maven.index.reader -
-
Uses of ResourceHandler.Resource in org.apache.maven.index.reader
Subinterfaces of ResourceHandler.Resource in org.apache.maven.index.reader Modifier and Type Interface Description static interface
WritableResourceHandler.WritableResource
Resource that is writable.Fields in org.apache.maven.index.reader declared as ResourceHandler.Resource Modifier and Type Field Description private ResourceHandler.Resource
IndexReader.ChunkReaderIterator. currentResource
Methods in org.apache.maven.index.reader that return ResourceHandler.Resource Modifier and Type Method Description ResourceHandler.Resource
ResourceHandler. locate(java.lang.String name)
Methods in org.apache.maven.index.reader with parameters of type ResourceHandler.Resource Modifier and Type Method Description static java.util.Properties
Utils. loadProperties(ResourceHandler.Resource resource)
Creates and loadsProperties
from providedResourceHandler.Resource
if exists, and closes the resource.
-