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

Packages that use ProtocolPath
org.apache.oodt.cas.pushpull.filerestrictions   
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   
 

Uses of ProtocolPath in org.apache.oodt.cas.pushpull.filerestrictions
 

Methods in org.apache.oodt.cas.pushpull.filerestrictions with parameters of type ProtocolPath
static boolean FileRestrictions.isAllowed(ProtocolPath path, VirtualFile root)
           
 

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

Fields in org.apache.oodt.cas.pushpull.protocol declared as ProtocolPath
protected  ProtocolPath ProtocolFile.path
           
 

Methods in org.apache.oodt.cas.pushpull.protocol that return ProtocolPath
 ProtocolPath ProtocolPath.getParentPath()
           
 ProtocolPath ProtocolFile.getProtocolPath()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol with parameters of type ProtocolPath
protected abstract  void Protocol.chDir(ProtocolPath path)
           
 void ProtocolFile.setPath(ProtocolPath path)
           
 

Constructors in org.apache.oodt.cas.pushpull.protocol with parameters of type ProtocolPath
ProtocolFile(RemoteSite remoteSite, ProtocolPath path)
           
 

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

Methods in org.apache.oodt.cas.pushpull.protocol.ftp with parameters of type ProtocolPath
protected  void CommonsNetFtpClient.chDir(ProtocolPath path)
          
protected  void CogJGlobusFtpClient.chDir(ProtocolPath path)
           
 

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

Subclasses of ProtocolPath in org.apache.oodt.cas.pushpull.protocol.http
 class HttpPath
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.http that return ProtocolPath
 ProtocolPath HttpPath.getParentPath()
           
 

Methods in org.apache.oodt.cas.pushpull.protocol.http with parameters of type ProtocolPath
protected  void HttpClient.chDir(ProtocolPath path)
           
 

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

Methods in org.apache.oodt.cas.pushpull.protocol.imaps with parameters of type ProtocolPath
 void ImapsClient.chDir(ProtocolPath path)
           
 

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

Methods in org.apache.oodt.cas.pushpull.protocol.local with parameters of type ProtocolPath
protected  void LocalClient.chDir(ProtocolPath path)
           
 

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

Methods in org.apache.oodt.cas.pushpull.protocol.sftp with parameters of type ProtocolPath
protected  void JschSftpClient.chDir(ProtocolPath path)
           
 



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