Class MainClassNamespace

java.lang.Object
aQute.bnd.osgi.resource.MainClassNamespace

public class MainClassNamespace extends Object
Represents the Manifest Main-Class header.
  • Field Details

    • MAINCLASS_NAMESPACE

      public static final String MAINCLASS_NAMESPACE
      The attribute must be the fully qualified name of the class that acts as main class
      See Also:
    • VERSION_ATTRIBUTE

      public static final String VERSION_ATTRIBUTE
      The version of this bundle as set by Bundle-Version, not set if absent
      See Also:
  • Constructor Details

    • MainClassNamespace

      public MainClassNamespace()
  • Method Details