|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.ssh.term.AbstractCommand org.crsh.jcr.SCPCommand org.crsh.jcr.SourceCommand
public class SourceCommand
Field Summary | |
---|---|
private boolean |
recursive . |
Fields inherited from class org.crsh.jcr.SCPCommand |
---|
ERROR, log, OK |
Fields inherited from class org.crsh.ssh.term.AbstractCommand |
---|
callback, err, in, out, session |
Constructor Summary | |
---|---|
SourceCommand(String target, boolean recursive) |
Method Summary | |
---|---|
protected void |
execute(javax.jcr.Session session, String path) |
Methods inherited from class org.crsh.jcr.SCPCommand |
---|
ack, destroy, read, readAck, readLine, run, start |
Methods inherited from class org.crsh.ssh.term.AbstractCommand |
---|
setErrorStream, setExitCallback, setInputStream, setOutputStream, setSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Field Detail |
---|
private boolean recursive
Constructor Detail |
---|
public SourceCommand(String target, boolean recursive)
Method Detail |
---|
protected void execute(javax.jcr.Session session, String path) throws Exception
execute
in class SCPCommand
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |