Uses of Class
org.apache.oodt.cas.pushpull.protocol.ProtocolFile

Packages that use ProtocolFile
org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions   
org.apache.oodt.cas.pushpull.protocol   
org.apache.oodt.cas.pushpull.protocol.ftp   
org.apache.oodt.cas.pushpull.protocol.http   
org.apache.oodt.cas.pushpull.protocol.imaps   
org.apache.oodt.cas.pushpull.protocol.local   
org.apache.oodt.cas.pushpull.protocol.sftp   
org.apache.oodt.cas.pushpull.retrievalsystem   
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions
 

Methods in org.apache.oodt.cas.pushpull.filerestrictions.renamingconventions with parameters of type ProtocolFile
static String RenamingConvention.rename(ProtocolFile fileToGenNewNameFor, String renamingString)
          Generates a unique file name for the given ProtocolFile
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol
 

Methods in org.apache.oodt.cas.pushpull.protocol that return ProtocolFile
protected abstract  ProtocolFile Protocol.getCurrentWorkingDir()
          Returns a string value of current directory -- similar to U*ix pwd()
 ProtocolFile Protocol.getHomeDir()
           
 ProtocolFile ProtocolHandler.getHomeDir(Protocol protocol)
           
 ProtocolFile ProtocolFile.getParentFile()
           
 ProtocolFile ProtocolHandler.getProtocolFileFor(Protocol protocol, String file, boolean isDir)
           
 ProtocolFile Protocol.getProtocolFileFor(String file, boolean isDir)
           
 ProtocolFile Protocol.pwd()
           
 ProtocolFile ProtocolHandler.pwd(Protocol protocol)
           
 

Methods in org.apache.oodt.cas.pushpull.protocol that return types with arguments of type ProtocolFile
protected abstract  List<ProtocolFile> Protocol.listFiles()
           
 List<ProtocolFile> Protocol.ls()
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol)
           
 List<ProtocolFile> Protocol.ls(ProtocolFile dir)
           
 List<ProtocolFile> Protocol.ls(ProtocolFileFilter filter)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol, ProtocolFile dir)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol, ProtocolFileFilter filter)
           
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol)
           
 List<ProtocolFile> ProtocolHandler.nextPage(Protocol protocol, ProtocolFileFilter filter)
           
 

Methods in org.apache.oodt.cas.pushpull.protocol with parameters of type ProtocolFile
 boolean ProtocolFileFilter.accept(ProtocolFile file)
           
 void Protocol.cd(ProtocolFile file)
          Changes directories to the given directory passed in (insures that the correct path goes to the cd(String) method implemented by inheriting classes
 void ProtocolHandler.cd(Protocol protocol, ProtocolFile file)
           
 boolean Protocol.delete(ProtocolFile file)
           
 boolean ProtocolHandler.delete(Protocol protocol, ProtocolFile file)
           
protected abstract  boolean Protocol.deleteFile(ProtocolFile file)
           
 void Protocol.download(ProtocolFile file, File toLocalFile)
           
 void Protocol.download(ProtocolFile file, File toLocalFile, long timeout)
           
 void ProtocolHandler.download(Protocol protocol, ProtocolFile fromFile, File toFile, boolean delete)
           
 Protocol ProtocolHandler.getAppropriateProtocol(ProtocolFile pFile, boolean allowReuse, boolean navigateToPathLoc)
          Returns the appropriate protocol for the given Path
protected abstract  void Protocol.getFile(ProtocolFile file, File toLocalFile)
          Downloads a file from Protocol server to the location specified by the java.io.File passed in.
 List<ProtocolFile> Protocol.ls(ProtocolFile dir)
           
 List<ProtocolFile> ProtocolHandler.ls(Protocol protocol, ProtocolFile dir)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol.ftp
 

Methods in org.apache.oodt.cas.pushpull.protocol.ftp that return ProtocolFile
 ProtocolFile CommonsNetFtpClient.getCurrentWorkingDir()
          Returns a string value of current directory -- similar to U*ix pwd()
 ProtocolFile CogJGlobusFtpClient.getCurrentWorkingDir()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.ftp that return types with arguments of type ProtocolFile
 List<ProtocolFile> CommonsNetFtpClient.listFiles()
           
 List<ProtocolFile> CogJGlobusFtpClient.listFiles()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.ftp with parameters of type ProtocolFile
protected  boolean CommonsNetFtpClient.deleteFile(ProtocolFile file)
           
protected  boolean CogJGlobusFtpClient.deleteFile(ProtocolFile file)
           
 void CommonsNetFtpClient.getFile(ProtocolFile file, File toLocalFile)
          Downloads a file from Protocol server to the location specified by the java.io.File passed in.
 void CogJGlobusFtpClient.getFile(ProtocolFile file, File toLocalFile)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol.http
 

Methods in org.apache.oodt.cas.pushpull.protocol.http that return ProtocolFile
 ProtocolFile HttpClient.getCurrentWorkingDir()
           
 ProtocolFile HttpClient.getProtocolFileFor(String path, boolean isDir)
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.http that return types with arguments of type ProtocolFile
 List<ProtocolFile> HttpClient.listFiles()
           
 LinkedList<ProtocolFile> HttpClient.parseLink(HttpPath path)
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.http with parameters of type ProtocolFile
 boolean HttpClient.deleteFile(ProtocolFile file)
           
 void HttpClient.getFile(ProtocolFile file, File toLocalFile)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol.imaps
 

Methods in org.apache.oodt.cas.pushpull.protocol.imaps that return ProtocolFile
 ProtocolFile ImapsClient.getCurrentWorkingDir()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.imaps that return types with arguments of type ProtocolFile
 List<ProtocolFile> ImapsClient.listFiles()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.imaps with parameters of type ProtocolFile
 boolean ImapsClient.deleteFile(ProtocolFile file)
           
 void ImapsClient.getFile(ProtocolFile file, File toLocalFile)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol.local
 

Methods in org.apache.oodt.cas.pushpull.protocol.local that return ProtocolFile
 ProtocolFile LocalClient.getCurrentWorkingDir()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.local that return types with arguments of type ProtocolFile
 List<ProtocolFile> LocalClient.listFiles()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.local with parameters of type ProtocolFile
protected  boolean LocalClient.deleteFile(ProtocolFile file)
           
 void LocalClient.getFile(ProtocolFile file, File toLocalFile)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.protocol.sftp
 

Methods in org.apache.oodt.cas.pushpull.protocol.sftp that return ProtocolFile
 ProtocolFile JschSftpClient.getCurrentWorkingDir()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.sftp that return types with arguments of type ProtocolFile
 List<ProtocolFile> JschSftpClient.listFiles()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.sftp with parameters of type ProtocolFile
protected  boolean JschSftpClient.deleteFile(ProtocolFile file)
           
 void JschSftpClient.getFile(ProtocolFile file, File toLocalFile)
           
 

Uses of ProtocolFile in org.apache.oodt.cas.pushpull.retrievalsystem
 

Methods in org.apache.oodt.cas.pushpull.retrievalsystem that return ProtocolFile
 ProtocolFile FileRetrievalSystem.getCurrentFile(RemoteSite remoteSite)
           
 ProtocolFile FileRetrievalSystem.getHomeDir(RemoteSite remoteSite)
           
 ProtocolFile RemoteFile.getProtocolFile()
           
 ProtocolFile FileRetrievalSystem.getProtocolFile(RemoteSite remoteSite, String file, boolean isDir)
           
 

Methods in org.apache.oodt.cas.pushpull.retrievalsystem that return types with arguments of type ProtocolFile
 LinkedList<ProtocolFile> FileRetrievalSystem.getCurrentlyDownloadingFiles()
           
 LinkedList<ProtocolFile> DataFileToPropFileLinker.getDownloadingFilesLinkedToPropFile(File propFile)
           
 LinkedList<ProtocolFile> DataFileToPropFileLinker.getFailedToDownloadFilesLinkedToPropFile(File propFile)
           
 LinkedList<ProtocolFile> FileRetrievalSystem.getListOfFailedDownloads()
           
 List<ProtocolFile> FileRetrievalSystem.getNextPage(ProtocolFile dir, ProtocolFileFilter filter)
           
 LinkedList<ProtocolFile> DataFileToPropFileLinker.getSuccessfullyDownloadedFilesLinkedToPropFile(File propFile)
           
 

Methods in org.apache.oodt.cas.pushpull.retrievalsystem with parameters of type ProtocolFile
 void DataFileToPropFileLinker.addPropFileToDataFileLink(File propFile, ProtocolFile pFile)
           
 boolean FileRetrievalSystem.addToDownloadQueue(ProtocolFile file, String renamingString, File downloadToDir, String uniqueMetadataElement, boolean deleteAfterDownload)
           
 void FileRetrievalSystem.changeToDir(ProtocolFile pFile)
           
 void DownloadListener.downloadFailed(ProtocolFile pFile, String errorMsg)
           
 void DataFileToPropFileLinker.downloadFailed(ProtocolFile file, String errorMsg)
           
 void DownloadListener.downloadFinished(ProtocolFile pFile)
           
 void DataFileToPropFileLinker.downloadFinished(ProtocolFile file)
           
 void DownloadListener.downloadStarted(ProtocolFile pFile)
           
 void DataFileToPropFileLinker.downloadStarted(ProtocolFile file)
           
 List<ProtocolFile> FileRetrievalSystem.getNextPage(ProtocolFile dir, ProtocolFileFilter filter)
           
 boolean FileRetrievalSystem.isDownloading(ProtocolFile pFile)
           
 void DataFileToPropFileLinker.markAsFailed(ProtocolFile pFile, String errorMsg)
           
 

Constructors in org.apache.oodt.cas.pushpull.retrievalsystem with parameters of type ProtocolFile
RemoteFile(ProtocolFile pFile)
           
 



Copyright © 1999-2011 Apache Incubator. All Rights Reserved.