Package org.apache.camel.component.scp
Class ScpFile
- java.lang.Object
-
- org.apache.camel.component.scp.ScpFile
-
public class ScpFile extends Object
SFTP remote file operations
-
-
Constructor Summary
Constructors Constructor Description ScpFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-