Package | Description |
---|---|
com.google.gwt.dev.resource.impl |
Modifier and Type | Field and Description |
---|---|
static PathPrefix |
PathPrefix.ALL |
Modifier and Type | Method and Description |
---|---|
PathPrefix |
PathPrefixSet.includesResource(String resourceAbstractPathName)
Determines whether or not a given resource should be allowed by this path
prefix set and the corresponding filters.
|
PathPrefix |
PathPrefixSet.includesResource(String resourceAbstractPathName,
String[] parts)
Implementation of
PathPrefixSet.includesDirectory(String) . |
Modifier and Type | Method and Description |
---|---|
List<Map<AbstractResource,PathPrefix>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,PathPrefix>> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets)
Finds applicable resources for a list of pathPrefixSets, returning a
distinct answer for each set.
|
Map<AbstractResource,PathPrefix> |
ZipFileClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Indexes the zip file on-demand, and only once over the life of the process.
|
Map<AbstractResource,PathPrefix> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet) |
abstract Map<AbstractResource,PathPrefix> |
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.
|
Collection<PathPrefix> |
PathPrefixSet.values() |
Modifier and Type | Method and Description |
---|---|
boolean |
PathPrefixSet.add(PathPrefix prefix) |
void |
PathPrefix.merge(PathPrefix pathPrefix)
Consolidate a given
PathPrefix with this one, such that resources
excluded by neither prefix and included by either are allowed. |
Copyright © 2018. All rights reserved.