Uses of Class
org.apache.excalibur.source.SourceException

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

Uses of SourceException in org.apache.excalibur.source
 

Subclasses of SourceException in org.apache.excalibur.source
 class SourceNotFoundException
          This Exception should be thrown if the source could not be found.
 

Methods in org.apache.excalibur.source that throw SourceException
static void SourceUtil.copy(Source source, Source destination)
          Copy the source to a specified destination.
 void MoveableSource.copyTo(Source destination)
          Copy the current source to a specified destination.
 void ModifiableSource.delete()
          Delete the source
 Source TraversableSource.getChild(String name)
          Get a child of this source, given its name.
 Collection TraversableSource.getChildren()
          Get the children of this source if this source is traversable.
 Source TraversableSource.getParent()
          Get the parent of this source as a Source object.
 void ModifiableTraversableSource.makeCollection()
          If it doesn't already exist, ensure this source is traversable (equivalent to File.mkdirs())
static void SourceUtil.move(Source source, Source destination)
          Move the source to a specified destination.
 void MoveableSource.moveTo(Source destination)
          Move the current source to a specified destination.
 

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

Methods in org.apache.excalibur.source.impl that throw SourceException
 void FileSource.cancel(OutputStream stream)
          Cancel the data sent to an OutputStream returned by FileSource.getOutputStream().
 void FileSource.copyTo(Source destination)
           
 void HTTPClientSource.delete()
          Deletes the referenced resource.
 void FileSource.delete()
          Delete the source.
 void CommonsVFSSource.delete()
          Deletes the source.
 void FTPSource.delete()
          Delete the source.
 Source FileSource.getChild(String name)
           
 Collection FileSource.getChildren()
           
 InputStream AbstractSource.getInputStream()
          Return an InputStream object to read from the source.
 InputStream ResourceSource.getInputStream()
          Return an InputStream object to read from the source.
 InputStream CommonsVFSSource.getInputStream()
          Obtain an InputStream for this source.
 InputStream URLSource.getInputStream()
          Return an InputStream object to read from the source.
 Source FileSource.getParent()
           
 Source ResourceSourceFactory.getSource(String location, Map parameters)
          Get a Source object.
 void FileSource.makeCollection()
           
 void FileSource.moveTo(Source destination)
           
 Source SourceResolverImpl.resolveURI(String location)
          Get a Source object.
 Source SourceResolverImpl.resolveURI(String location, String baseURI, Map parameters)
          Get a Source object.
 

Constructors in org.apache.excalibur.source.impl that throw SourceException
FileSource(String uri)
          Builds a FileSource given an URI, which doesn't necessarily have to start with "file:"
FileSource(String scheme, File file)
          Builds a FileSource, given an URI scheme and a File.
 



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