public class ScpFile extends Object
Constructor and Description |
---|
ScpFile() |
Modifier and Type | Method and 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) |
public String header()
public boolean isDirectory()
public void setDirectory(boolean directory)
public int getAttrs()
public void setAttrs(int attrs)
public int getLength()
public void setLength(int length)
public String getName()
public void setName(String name)
public String getParent()
public void setParent(String parent)
Apache Camel