Uses of Class
org.kuali.common.util.secure.RemoteFile

Packages that use RemoteFile
org.kuali.common.util.secure   
 

Uses of RemoteFile in org.kuali.common.util.secure
 

Methods in org.kuali.common.util.secure that return RemoteFile
protected  RemoteFile DefaultSecureChannel.clone(RemoteFile file)
           
 RemoteFile DefaultSecureChannel.getMetaData(String absolutePath)
           
 RemoteFile SecureChannel.getMetaData(String absolutePath)
           
 RemoteFile DefaultSecureChannel.getWorkingDirectory()
           
 RemoteFile SecureChannel.getWorkingDirectory()
           
 

Methods in org.kuali.common.util.secure with parameters of type RemoteFile
protected  void DefaultSecureChannel.addFilenameToPath(RemoteFile destination, String filename)
           
protected  RemoteFile DefaultSecureChannel.clone(RemoteFile file)
           
 void DefaultSecureChannel.copyFile(File source, RemoteFile destination)
           
 void SecureChannel.copyFile(File source, RemoteFile destination)
           
 void DefaultSecureChannel.copyFile(RemoteFile source, File destination)
           
 void SecureChannel.copyFile(RemoteFile source, File destination)
           
 void DefaultSecureChannel.copyFile(RemoteFile source, OutputStream out)
           
 void SecureChannel.copyFile(RemoteFile source, OutputStream out)
           
 void DefaultSecureChannel.copyFileToDirectory(File source, RemoteFile destination)
           
 void SecureChannel.copyFileToDirectory(File source, RemoteFile destination)
           
 void DefaultSecureChannel.copyFileToDirectory(RemoteFile source, File destination)
           
 void SecureChannel.copyFileToDirectory(RemoteFile source, File destination)
           
 void DefaultSecureChannel.copyInputStreamToFile(InputStream source, RemoteFile destination)
           
 void SecureChannel.copyInputStreamToFile(InputStream source, RemoteFile destination)
           
 void DefaultSecureChannel.copyLocationToDirectory(String location, RemoteFile destination)
           
 void SecureChannel.copyLocationToDirectory(String location, RemoteFile destination)
           
 void DefaultSecureChannel.copyLocationToFile(String location, RemoteFile destination)
           
 void SecureChannel.copyLocationToFile(String location, RemoteFile destination)
           
 void DefaultSecureChannel.copyStringToFile(String string, RemoteFile destination)
           
 void SecureChannel.copyStringToFile(String string, RemoteFile destination)
           
protected  void DefaultSecureChannel.createDirectories(RemoteFile file)
           
 void DefaultSecureChannel.createDirectory(RemoteFile dir)
           
 void SecureChannel.createDirectory(RemoteFile dir)
           
protected  void DefaultSecureChannel.fillInAttributes(RemoteFile file)
           
protected  void DefaultSecureChannel.fillInAttributes(RemoteFile file, com.jcraft.jsch.SftpATTRS attributes)
           
protected  void DefaultSecureChannel.fillInAttributes(RemoteFile file, String path)
           
protected  String DefaultSecureChannel.getInvalidExistingFileMessage(RemoteFile existing)
           
static String ChannelUtils.getLocation(String username, String hostname, RemoteFile file)
           
protected  void DefaultSecureChannel.handleNoSuchFileException(RemoteFile file, com.jcraft.jsch.SftpException e)
           
protected  boolean DefaultSecureChannel.isStatus(RemoteFile file, Status status)
           
protected  void DefaultSecureChannel.mkdir(RemoteFile dir)
           
protected  void DefaultSecureChannel.setAttributes(RemoteFile file)
           
 String DefaultSecureChannel.toString(RemoteFile source)
           
 String SecureChannel.toString(RemoteFile source)
           
protected  boolean DefaultSecureChannel.validate(RemoteFile file, boolean directoryIndicator)
           
protected  void DefaultSecureChannel.validate(RemoteFile file, Status... allowed)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.