public abstract class ClassPathEntry extends Object
ResourceOracleImpl
.Constructor and Description |
---|
ClassPathEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<Map<AbstractResource,ResourceResolution>> |
findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets)
Finds applicable resources for a list of pathPrefixSets, returning a
distinct answer for each set.
|
abstract Map<AbstractResource,ResourceResolution> |
findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Finds every resource at abstract path P within this classpath such that P
begins with a prefix X from the path prefix set and P is allowed by the
filter associated with X.
|
abstract String |
getLocation()
Gets a URL string that describes this class path entry.
|
int |
hashCode() |
String |
toString() |
public List<Map<AbstractResource,ResourceResolution>> findApplicableResources(TreeLogger logger, List<PathPrefixSet> pathPrefixSets)
public abstract Map<AbstractResource,ResourceResolution> findApplicableResources(TreeLogger logger, PathPrefixSet pathPrefixSet)
public abstract String getLocation()
Copyright © 2018. All rights reserved.