Interface | Description |
---|---|
ResourceFilter |
Used to decide whether or not a resource name should be included.
|
Class | Description |
---|---|
AbstractResource |
Provides common behavior for Resource implementations.
|
AbstractResourceOracle |
A helper base class for
ResourceOracle implementations. |
ClassPathEntry |
A location that acts as a starting point for finding resources
ResourceOracleImpl . |
DefaultFilters |
A singleton class that provides blazingly fast implementation of the default
excludes of Ant's
DirectoryScanner , assuming
case-sensitiveness. |
DirectoryClassPathEntry |
A
ClassPathEntry for a directory on the file system. |
FileResource |
Represents a resource contained in directory on a file system.
|
PathPrefix |
Represents the abstract path prefix that goes between the
ClassPathEntry and the rest of resource's abstract path. |
PathPrefixSet |
Combines the information conveyed about a set of path prefixes to quickly
answer questions regarding an entire set of path prefixes.
|
ResourceOracleImpl |
The normal implementation of
ResourceOracle . |
ResourceResolution |
Describes how a PathPrefixSet resolved a Resource.
|
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). |
ZipFileClassPathEntry |
A classpath entry that is a jar or zip file.
|
ZipFileResource |
Represents a resource contained in a jar or zip file.
|
Enum | Description |
---|---|
DefaultFilters.FilterFileType |
Constants to represent the type of files that will be filtered.
|
PathPrefix.Judgement |
Represents whether or not a PathPrefix includes a particular file as well
as an indicator of the inclusion/exclusion priority.
|
Copyright © 2018. All rights reserved.