Class OsgiArchiveDescriptor

  • All Implemented Interfaces:
    ArchiveDescriptor

    public class OsgiArchiveDescriptor
    extends java.lang.Object
    implements ArchiveDescriptor
    ArchiveDescriptor implementation for describing archives in the OSGi sense
    • Constructor Summary

      Constructors 
      Constructor Description
      OsgiArchiveDescriptor​(org.osgi.framework.Bundle persistenceBundle)
      Creates a OsgiArchiveDescriptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visitArchive​(ArchiveContext context)
      Perform visitation using the given context
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OsgiArchiveDescriptor

        public OsgiArchiveDescriptor​(org.osgi.framework.Bundle persistenceBundle)
        Creates a OsgiArchiveDescriptor
        Parameters:
        persistenceBundle - The bundle being described as an archive