Package org.apache.tools.ant.types.resources
package org.apache.tools.ant.types.resources
-
ClassDescriptionA Resource representation of anything that is accessed via a Java classloader.Base class for a ResourceCollection that wraps a single nested ResourceCollection.ResourceCollection that contains all resources of another collection except for the first
count
elements, a la the UNIX tail command with parameter-n +count
.ResourceCollection that contains all resources of another collection except for the lastcount
elements, a la the UNIX head command with parameter-n -count
.Interface to be implemented by "appendable" resources.Interface describing a collection of Resources, to which elements can be appended.A Resource representation of an entry inside an archive.A resource collection that treats all nested resources as archives and returns the contents of the archives as its content.Base class for ResourceCollections that nest multiple ResourceCollections.Base class for a ResourceCollection that wraps a single nested ResourceCollection.Utility FileSet that includes directories for backwards-compatibility with certain tasks e.g.A Bzip2 compressed resource.A compressed resource.A resource that transforms the content of another resource.ResourceCollection representing the difference between two or more nested ResourceCollections.This is an interface that resources that can provide a file should implement.A Resource representation of a File.Iterator of FileResources from filenames.ResourceCollection implementation; like AbstractFileSet with absolute paths.ResourceCollection that contains the firstcount
elements of another ResourceCollection, a la the UNIX head command.A GZip compressed resource.Exception thrown when an attempt is made to get an OutputStream from an immutable Resource.ResourceCollection representing the intersection of multiple nested ResourceCollections.A resource that is a java constant.A Resource representation of something loadable via a Java classloader.ResourceCollection that contains the lastcount
elements of another ResourceCollection, a la the UNIX tail command.Resource collection which load underlying resource collection only on demand with support for cachingOutput-only Resource that always appends to Ant's log.A decorator around a different resource that uses a mapper to dynamically remap the resource's name.Wrapper around a resource collections that maps the names of the other collection using a configured mapper.Union of file/dirsets that share the same patterns and selectors but have different roots.What to return from the set: files, directories or both.Exposes an Ant property as a Resource.Abstract class that delegates all reading methods of Resource to its wrapped resource and deals with reference handling.Reads a resource as text document and creates a resource for each line.GenericResourceCollection
: Either stores nestedResourceCollection
s, making no attempt to remove duplicates, or references anotherResourceCollection
.ResourceCollection that allows a number of selectors to be applied to a single ResourceCollection for the purposes of restricting or narrowing results.ResourceCollection that imposes a size limit on another ResourceCollection.ResourceCollection that sorts another ResourceCollection.Exposes a string as a Resource.A Resource representation of an entry in a tar archive.ResourceCollection consisting of StringResources gathered from tokenizing another ResourceCollection with a Tokenizer implementation.Interface to be implemented by "touchable" resources; that is, those whose modification time can be altered.ResourceCollection representing the union of multiple nested ResourceCollections.This is an interface that resources that can provide an URL should implement.Exposes a URL as a Resource.A Resource representation of an entry in a zipfile.