|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.lockedfilesreport.FindFilesInUseCommand
hudson.plugins.lockedfilesreport.FindFilesInUseWithLsof
public class FindFilesInUseWithLsof
| Constructor Summary | |
|---|---|
FindFilesInUseWithLsof()
|
|
| Method Summary | |
|---|---|
hudson.util.ArgumentListBuilder |
getArguments(java.lang.String workspacePath)
Return an argument builder containing the necessaary arguments for the command |
java.util.List<FileUsageDetails> |
parseOutput(int result,
java.io.BufferedReader reader,
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 FindFilesInUseWithLsof()
| Method Detail |
|---|
public hudson.util.ArgumentListBuilder getArguments(java.lang.String workspacePath)
FindFilesInUseCommand
getArguments in class FindFilesInUseCommandworkspacePath - path to workspace with OS dependent file chars
public java.util.List<FileUsageDetails> parseOutput(int result,
java.io.BufferedReader reader,
java.lang.String workspacePath)
throws java.io.IOException
FindFilesInUseCommand
parseOutput in class FindFilesInUseCommandresult - result code from commandreader - 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 | |||||||||