Package | Description |
---|---|
com.google.gwt.dev.resource.impl |
Modifier and Type | Method and Description |
---|---|
PathPrefixSet |
ResourceOracleImpl.getPathPrefixes() |
Modifier and Type | Method and Description |
---|---|
Map<AbstractResource,ResourceResolution> |
ZipFileClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Indexes the zip file on-demand, and only once over the life of the process.
|
Map<AbstractResource,ResourceResolution> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet) |
abstract Map<AbstractResource,ResourceResolution> |
ClassPathEntry.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.
|
void |
ResourceOracleImpl.setPathPrefixes(PathPrefixSet pathPrefixSet) |
Modifier and Type | Method and Description |
---|---|
List<Map<AbstractResource,ResourceResolution>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,ResourceResolution>> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets)
Finds applicable resources for a list of pathPrefixSets, returning a
distinct answer for each set.
|
Copyright © 2018. All rights reserved.