Class OsgiScanner

  • All Implemented Interfaces:
    Scanner

    public class OsgiScanner
    extends AbstractScannerImpl
    OSGi-specific implementation of the Scanner contract. Scans the persistence unit Bundle for classes and resources.
    • Constructor Detail

      • OsgiScanner

        public OsgiScanner​(org.osgi.framework.Bundle persistenceBundle)
        Constructs the scanner for finding things in a OSGi bundle
        Parameters:
        persistenceBundle - The OSGi Bundle to scan