Class DDRLibraryAdapter
java.lang.Object
com.ibm.j9ddr.libraries.DDRLibraryAdapter
- All Implemented Interfaces:
 LibraryAdapter
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionRetrieve a list of error messages which have been produced during the library collectiongetLibraryList(File coreFile) Return a list of libraries which should be collected for the specified core filebooleanisLibraryCollectionRequired(File coreFile) Determines if library collection is required for the specified core file 
- 
Constructor Details
- 
DDRLibraryAdapter
public DDRLibraryAdapter() 
 - 
 - 
Method Details
- 
getErrorMessages
Description copied from interface:LibraryAdapterRetrieve a list of error messages which have been produced during the library collection- Specified by:
 getErrorMessagesin interfaceLibraryAdapter- Returns:
 - a list of error messages as strings
 
 - 
getLibraryList
Description copied from interface:LibraryAdapterReturn a list of libraries which should be collected for the specified core file- Specified by:
 getLibraryListin interfaceLibraryAdapter- Parameters:
 coreFile- core file to collect the libraries for- Returns:
 - a list of paths, each of which point to a library entry
 
 - 
isLibraryCollectionRequired
Description copied from interface:LibraryAdapterDetermines if library collection is required for the specified core file- Specified by:
 isLibraryCollectionRequiredin interfaceLibraryAdapter- Parameters:
 coreFile- core file to analyse- Returns:
 - true if the libraries need to be collected (Linux/AIX), false if not (Windows/z/OS)
 
 
 -