Class BundleMetadata

java.lang.Object
org.eclipse.jetty.osgi.BundleMetadata

public class BundleMetadata extends Object
Metadata useful for a deployment that will result in a ContextHandler
  • Field Details

  • Constructor Details

    • BundleMetadata

      public BundleMetadata(org.osgi.framework.Bundle bundle) throws Exception
      Throws:
      Exception
    • BundleMetadata

      public BundleMetadata(org.osgi.framework.Bundle bundle, String pathToResourceBase) throws Exception
      Throws:
      Exception
  • Method Details

    • getBundle

      public org.osgi.framework.Bundle getBundle()
    • getContextPath

      public String getContextPath()
    • getPath

      public Path getPath()
    • getPathToResourceBase

      public String getPathToResourceBase()
    • getAttributes

      public Attributes getAttributes()