|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.io.CopyJob
| Constructor Summary | |
CopyJob()
|
|
| Method Summary | |
java.io.File[] |
getFrom()
Get the from file. |
java.io.InputStream |
getInput()
|
java.lang.String |
getName()
Get the name. |
java.io.OutputStream |
getOutput()
|
java.io.File |
getTo()
Get the to file. |
void |
run()
|
void |
setFrom(java.io.File[] file)
Set the from file. |
void |
setInput(java.io.InputStream in)
Set the InputStream. |
void |
setName(java.lang.String name)
Set the name |
void |
setOutput(java.io.OutputStream out)
Set the OutputStream. |
void |
setTo(java.io.File file)
Set the to file. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CopyJob()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name.public java.io.File[] getFrom()
public void setFrom(java.io.File[] file)
public java.io.File getTo()
public void setTo(java.io.File file)
public void setInput(java.io.InputStream in)
public void setOutput(java.io.OutputStream out)
public void run()
run in interface java.lang.Runnablepublic java.io.InputStream getInput()
public java.io.OutputStream getOutput()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||