Uses of Interface
org.apache.excalibur.source.Source

Packages that use Source
org.apache.excalibur.source   
org.apache.excalibur.source.impl   
 

Uses of Source in org.apache.excalibur.source
 

Subinterfaces of Source in org.apache.excalibur.source
 interface ModifiableSource
          A Source that can be written to.
 interface ModifiableTraversableSource
          A modifiable traversable source.
 interface MoveableSource
          This class marks a source to be able to moved and copied to serveral other locations.
 interface TraversableSource
          A traversable source is a source that can have children and a parent, like a file system.
 

Uses of Source in org.apache.excalibur.source.impl
 

Classes in org.apache.excalibur.source.impl that implement Source
 class AbstractSource
          Abstract base class for a source implementation.
 class FileSource
          A ModifiableTraversableSource for filesystem objects.
 class FTPSource
          Source implementation for the File Transfer Protocol.
 class HTTPClientSource
          HTTP URL Source object, based on the Jakarta Commons HttpClient project.
 class ResourceSource
          Description of a source which is described by the resource protocol which gets a resource from the classloader.
 class URLSource
          Description of a source which is described by an URL.
 



Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.