Class GenerateOSGiManifest

java.lang.Object
com.webmethods.caf.common.GenerateOSGiManifest

public class GenerateOSGiManifest extends Object
Uses BND tool to generate an OSGi manifests for the various MWS component archive types.
  • Field Details

  • Constructor Details

    • GenerateOSGiManifest

      public GenerateOSGiManifest()
  • Method Details

    • doOSGiManifestGeneration

      public static boolean doOSGiManifestGeneration(String componentLocation, boolean forceManifestUpdate, Map<String,Object> optionsMap) throws Exception
      Do the work to generate an OSGi manifest for the component
      Parameters:
      componentLocation - the component location
      forceManifestUpdate - true to force a manifest generation even if the component already has one
      optionsMap - map of options that affect how the generation is done
      Returns:
      true of a manifest was generated, false otherwise
      Throws:
      Exception