Class LibraryExtractor


  • public class LibraryExtractor
    extends Object
    Helper class to extract the declaration of a library from its implementation.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Constructor Detail

      • LibraryExtractor

        public LibraryExtractor()
    • Method Detail

      • extractLibrary

        public Library extractLibrary​(Class<? extends LibraryImplementation> c)
        Extract the declaration of a library from its implementation in a class.