Uses of Enum Class
com.ibm.j9ddr.libraries.LibraryCollector.CollectorResult
Packages that use LibraryCollector.CollectorResult
-
Uses of LibraryCollector.CollectorResult in com.ibm.j9ddr.libraries
Subclasses with type arguments of type LibraryCollector.CollectorResult in com.ibm.j9ddr.librariesModifier and TypeClassDescriptionstatic enum
Used to indicated the overall outcome when invoking the library collection processMethods in com.ibm.j9ddr.libraries that return LibraryCollector.CollectorResultModifier 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.