Package | Description |
---|---|
com.google.gwt.dev.resource.impl |
Modifier and Type | Class and Description |
---|---|
class |
FileResource
Represents a resource contained in directory on a file system.
|
class |
UrlResource
Exposes a URL as a resource.
Useful when copying data that was not loaded via the normal resource system (for example .gwt.xml files) into systems that expect a resource object (for example a library builder). |
class |
ZipFileResource
Represents a resource contained in a jar or zip file.
|
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.