Package de.oktoflow.platform.cmdTools
Class InspectIndex
java.lang.Object
de.oktoflow.platform.cmdTools.InspectIndex
Inspects class loader indexes.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLists the contents of all indexes in the given directory or the index in the given file.Sorts the contents of an iterable.private static StringTurns multiple locations to a string output.
-
Constructor Details
-
InspectIndex
public InspectIndex()
-
-
Method Details
-
sort
Sorts the contents of an iterable.- Parameters:
iterable- the iterable- Returns:
- the sorted contents
-
main
Lists the contents of all indexes in the given directory or the index in the given file.- Parameters:
args- the first argument indicates the file/directory
-
toString
Turns multiple locations to a string output.- Parameters:
locations- the location(s), may be null- Returns:
- the output
-