Uses of Enum Class
com.ibm.j9ddr.libraries.LibraryCollector.CollectionType
Packages that use LibraryCollector.CollectionType
-
Uses of LibraryCollector.CollectionType in com.ibm.j9ddr.libraries
Subclasses with type arguments of type LibraryCollector.CollectionType in com.ibm.j9ddr.librariesModifier and TypeClassDescriptionstatic enum
Specifies the type of collection to use.Methods in com.ibm.j9ddr.libraries that return LibraryCollector.CollectionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LibraryCollector.CollectionType[]
LibraryCollector.CollectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ibm.j9ddr.libraries with parameters of type LibraryCollector.CollectionTypeModifier 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 file