Uses of Enum Class
com.ibm.j9ddr.libraries.LibraryCollector.CollectorResult
-
Uses of LibraryCollector.CollectorResult in com.ibm.j9ddr.libraries
Modifier and TypeClassDescriptionstatic enum
Used to indicated the overall outcome when invoking the library collection processModifier and TypeMethodDescriptionLibraryCollector.collectLibrariesFor
(File coreFile, LibraryCollector.CollectionType type) Controller for the collection process.LibraryCollector.collectLibrariesFor
(String coreFilePath, LibraryCollector.CollectionType type) Start the library collection process for a given core fileLibraryCollector.collectLibrariesFor
(String coreFilePath, String type) Start the library collection process for a given core fileReturns the enum constant of this class with the specified name.static LibraryCollector.CollectorResult[]
LibraryCollector.CollectorResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.