org.apache.camel.component.jsch
Class ScpFile

java.lang.Object
  extended by org.apache.camel.component.jsch.ScpFile

public class ScpFile
extends Object

SFTP remote file operations


Constructor Summary
ScpFile()
           
 
Method Summary
 int getAttrs()
           
 int getLength()
           
 String getName()
           
 String getParent()
           
 String header()
           
 boolean isDirectory()
           
 void setAttrs(int attrs)
           
 void setDirectory(boolean directory)
           
 void setLength(int length)
           
 void setName(String name)
           
 void setParent(String parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScpFile

public ScpFile()
Method Detail

header

public String header()

isDirectory

public boolean isDirectory()

setDirectory

public void setDirectory(boolean directory)

getAttrs

public int getAttrs()

setAttrs

public void setAttrs(int attrs)

getLength

public int getLength()

setLength

public void setLength(int length)

getName

public String getName()

setName

public void setName(String name)

getParent

public String getParent()

setParent

public void setParent(String parent)


Apache Camel