Class LibraryCollector
java.lang.Object
com.ibm.j9ddr.libraries.LibraryCollector
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the type of collection to use.static enumUsed to indicated the overall outcome when invoking the library collection process - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncollectLibrariesFor(File coreFile, LibraryCollector.CollectionType type) Controller for the collection process.collectLibrariesFor(String coreFilePath, LibraryCollector.CollectionType type) Start the library collection process for a given core filecollectLibrariesFor(String coreFilePath, String type) Start the library collection process for a given core filestatic void 
- 
Field Details
- 
PUBLIC_LOGGER_NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
LibraryCollector
public LibraryCollector() 
 - 
 - 
Method Details
- 
main
 - 
collectLibrariesFor
Start the library collection process for a given core file- Parameters:
 coreFilePath- path to the core filetype- the type of library collection to perform- Returns:
 - the result of the collection
 
 - 
collectLibrariesFor
public LibraryCollector.CollectorResult collectLibrariesFor(String coreFilePath, LibraryCollector.CollectionType type) Start the library collection process for a given core file- Parameters:
 coreFilePath- path to the core filetype- the type of library collection to perform- Returns:
 - the result of the collection
 
 - 
collectLibrariesFor
public LibraryCollector.CollectorResult collectLibrariesFor(File coreFile, LibraryCollector.CollectionType type) Controller for the collection process.- Parameters:
 coreFile- core file to processtype- collection type- Returns:
 - collection result
 
 
 -