|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.delete.DeleteFileTool
public class DeleteFileTool
This tool is used to delete an upload from the repository.
| Field Summary | |
|---|---|
static int |
DEFAULT_THREADS
Default parameters |
| Constructor Summary | |
|---|---|
DeleteFileTool()
|
|
| Method Summary | |
|---|---|
DeleteFileToolReport |
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 DeleteFileTool()
| 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 DeleteFileToolReport execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||