Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Annotation Type Elements
  • Deprecated Interfaces
    Interface
    Description
    aQute.bnd.help.Warnings
  • Deprecated Classes
    Class
    Description
    aQute.bnd.filerepo.FileRepo
    aQute.bnd.junit.ConsoleLogger
    aQute.bnd.junit.JUnitFramework
    aQute.bnd.maven.MavenRepository
    aQute.bnd.osgi.resource.PersistentResource.RC
  • Deprecated Fields
    Field
    Description
    aQute.bnd.differ.Baseline.BundleInfo.version
    aQute.bnd.http.HttpClient.sdf
    aQute.bnd.osgi.Macro._fileHelp
    aQute.bnd.service.specifications.BuilderSpecification.inherit
  • Deprecated Methods
    Method
    Description
    aQute.bnd.build.Project.export(String, boolean, File)
    aQute.bnd.build.Project.getSrc()
    aQute.bnd.component.annotations.Component.servicefactory()
    Since 1.3. Replaced by Component.scope().
    aQute.bnd.header.Attrs.containsKey(Object)
    aQute.bnd.header.Attrs.containsValue(Object)
    aQute.bnd.header.Attrs.equals(Object)
    aQute.bnd.header.Attrs.get(Object)
    aQute.bnd.header.Attrs.hashCode()
    aQute.bnd.header.Attrs.remove(Object)
    aQute.bnd.header.Parameters.containsKey(Object)
    aQute.bnd.header.Parameters.containsValue(Object)
    aQute.bnd.header.Parameters.equals(Object)
    aQute.bnd.header.Parameters.get(Object)
    aQute.bnd.header.Parameters.hashCode()
    aQute.bnd.header.Parameters.remove(Object)
    aQute.bnd.osgi.Instructions.containsKey(Object)
    aQute.bnd.osgi.Instructions.containsValue(Object)
    aQute.bnd.osgi.Instructions.get(Object)
    aQute.bnd.osgi.Instructions.remove(Object)
    aQute.bnd.osgi.Jar.setReproducible(boolean)
    Replaced by Jar.setReproducible(String).
    aQute.bnd.osgi.Packages.containsKey(Object)
    aQute.bnd.osgi.Packages.containsValue(Object)
    aQute.bnd.osgi.Packages.equals(Object)
    aQute.bnd.osgi.Packages.get(Object)
    aQute.bnd.osgi.Packages.hashCode()
    aQute.bnd.osgi.Packages.remove(Object)
    aQute.bnd.osgi.Processor.CL.getURLs()
    aQute.bnd.osgi.Processor.progress(float, String, Object...)
    Use SLF4J Logger.info() instead.
    aQute.bnd.osgi.resource.PersistentResource.getCapabilities(String)
    aQute.bnd.osgi.resource.PersistentResource.getData(Map<String, Object>, Map<String, String>)
    aQute.bnd.osgi.resource.PersistentResource.getRequirements(String)
    aQute.bnd.url.DefaultURLConnectionHandler.progress(float, String, Object...)
    Use SLF4J Logger.info() instead.
    aQute.bnd.url.DefaultURLConnectionHandler.trace(String, Object...)
    Use SLF4J Logger.debug instead.
  • Deprecated Constructors
    Constructor
    Description
    aQute.bnd.http.URLCache.Info(URI)
    aQute.bnd.osgi.resource.PersistentResource(byte[], List<Capability>, List<Requirement>)
    aQute.bnd.service.url.TaggedData(String, InputStream)
    aQute.bnd.service.url.TaggedData(String, InputStream, int)
    aQute.bnd.service.url.TaggedData(String, InputStream, int, long, URI)
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    aQute.bnd.component.annotations.Component.servicefactory()
    Since 1.3. Replaced by Component.scope().