Package org.apache.tools.ant.types.resources


package org.apache.tools.ant.types.resources
  • Interface Summary
    Interface
    Description
    Interface to be implemented by "appendable" resources.
    Interface describing a collection of Resources, to which elements can be appended.
    This is an interface that resources that can provide a file should implement.
    Interface to be implemented by "touchable" resources; that is, those whose modification time can be altered.
    This is an interface that resources that can provide an URL should implement.
  • Class Summary
    Class
    Description
    A 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 last count elements, a la the UNIX head command with parameter -n -count.
    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.
    A Resource representation of a File.
    Iterator of FileResources from filenames.
    ResourceCollection implementation; like AbstractFileSet with absolute paths.
    ResourceCollection that contains the first count elements of another ResourceCollection, a la the UNIX head command.
    A GZip compressed 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 last count elements of another ResourceCollection, a la the UNIX tail command.
    Resource collection which load underlying resource collection only on demand with support for caching
    Output-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.
    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.
    Generic ResourceCollection: Either stores nested ResourceCollections, making no attempt to remove duplicates, or references another ResourceCollection.
    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.
    ResourceCollection representing the union of multiple nested ResourceCollections.
    Exposes a URL as a Resource.
    A Resource representation of an entry in a zipfile.
  • Enum Class Summary
    Enum Class
    Description
    What to return from the set: files, directories or both.
  • Exception Summary
    Exception
    Description
    Exception thrown when an attempt is made to get an OutputStream from an immutable Resource.