Uses of Class
org.apache.excalibur.source.impl.FTPSource

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

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

Fields in org.apache.excalibur.source.impl declared as FTPSource
private  FTPSource FTPSource.FTPSourceOutputStream.m_source
           
 

Methods in org.apache.excalibur.source.impl that return FTPSource
(package private)  FTPSource FTPSource.FTPSourceOutputStream.getSource()
           
 

Constructors in org.apache.excalibur.source.impl with parameters of type FTPSource
FTPSource.FTPSourceOutputStream(FTPSource source)