Package | Description |
---|---|
com.google.gwt.dev.resource.impl |
Modifier and Type | Method and Description |
---|---|
ResourceResolution |
PathPrefixSet.includesResource(String resourceAbstractPathName)
Determines whether or not a given resource should be allowed by this path
prefix set and the corresponding filters.
|
ResourceResolution |
PathPrefixSet.includesResource(String resourceAbstractPathName,
String[] parts)
Dives down the package hierarchy looking for the most specific
package that applies to this resource.
|
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.
|
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.
|
Copyright © 2018. All rights reserved.