|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.lockedfilesreport.FindFilesInUseCommand
public abstract class FindFilesInUseCommand
| Constructor Summary | |
|---|---|
FindFilesInUseCommand()
|
|
| Method Summary | |
|---|---|
abstract hudson.util.ArgumentListBuilder |
getArguments(java.lang.String workspacePath)
Return an argument builder containing the necessaary arguments for the command |
abstract java.util.List<FileUsageDetails> |
parseOutput(int result,
java.io.BufferedReader commandOutput,
java.lang.String workspacePath)
Parses the output from the command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindFilesInUseCommand()
| Method Detail |
|---|
public abstract hudson.util.ArgumentListBuilder getArguments(java.lang.String workspacePath)
workspacePath - path to workspace with OS dependent file chars
public abstract java.util.List<FileUsageDetails> parseOutput(int result,
java.io.BufferedReader commandOutput,
java.lang.String workspacePath)
throws java.io.IOException
result - result code from commandcommandOutput - stream containing the command outputworkspacePath - path to workspace with OS dependent file chars
java.io.IOException - thrown if there was any problems with the stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||