|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.publish.PublishFileTool
public class PublishFileTool
This tool is used to publish a passphrase for an encrypted upload.
| Field Summary | |
|---|---|
static int |
DEFAULT_THREADS
Default parameters |
| Constructor Summary | |
|---|---|
PublishFileTool()
|
|
| Method Summary | |
|---|---|
PublishFileToolReport |
execute()
|
boolean |
isLocked()
|
boolean |
isPaused()
Gets whether the upload is paused. |
boolean |
isStopped()
|
void |
setPause(boolean paused)
Set whether the upload is paused. |
void |
stop()
Stops the upload. |
void |
throwExceptionIfLocked()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int DEFAULT_THREADS
| Constructor Detail |
|---|
public PublishFileTool()
| Method Detail |
|---|
public boolean isLocked()
public void throwExceptionIfLocked()
public void setPause(boolean paused)
Set whether the upload is paused.
paused - Whether the upload is paused.public boolean isPaused()
Gets whether the upload is paused.
public void stop()
Stops the upload.
public boolean isStopped()
public PublishFileToolReport execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||