Class SubsystemExporter

java.lang.Object
aQute.bnd.exporter.subsystem.SubsystemExporter
All Implemented Interfaces:
aQute.bnd.service.export.Exporter

public class SubsystemExporter extends Object implements aQute.bnd.service.export.Exporter
  • Constructor Details

    • SubsystemExporter

      public SubsystemExporter()
  • Method Details

    • getTypes

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

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