Class SubsystemExporter

  • All Implemented Interfaces:
    aQute.bnd.service.export.Exporter

    public class SubsystemExporter
    extends java.lang.Object
    implements aQute.bnd.service.export.Exporter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map.Entry<java.lang.String,​aQute.bnd.osgi.Resource> export​(java.lang.String type, aQute.bnd.build.Project project, java.util.Map<java.lang.String,​java.lang.String> options)  
      java.lang.String[] getTypes()  
      • Methods inherited from class java.lang.Object

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

      • SubsystemExporter

        public SubsystemExporter()
    • Method Detail

      • getTypes

        public java.lang.String[] getTypes()
        Specified by:
        getTypes in interface aQute.bnd.service.export.Exporter
      • export

        public java.util.Map.Entry<java.lang.String,​aQute.bnd.osgi.Resource> export​(java.lang.String type,
                                                                                          aQute.bnd.build.Project project,
                                                                                          java.util.Map<java.lang.String,​java.lang.String> options)
                                                                                   throws java.lang.Exception
        Specified by:
        export in interface aQute.bnd.service.export.Exporter
        Throws:
        java.lang.Exception