Interface LibraryAdapter
- All Known Implementing Classes:
 DDRLibraryAdapter, DTFJLibraryAdapter
public interface LibraryAdapter
- 
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 
- 
Method Details
- 
getLibraryList
 - 
getErrorMessages
 - 
isLibraryCollectionRequired
Determines if library collection is required for the specified core file- Parameters:
 coreFile- core file to analyse- Returns:
 - true if the libraries need to be collected (Linux/AIX), false if not (Windows/z/OS)
 
 
 -