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

Deprecated API

Contents

  • Interfaces
  • Classes
  • Enums
  • 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.Classpath
    aQute.bnd.osgi.Clazz.Assoc
    aQute.bnd.osgi.Clazz.ClassConstant
    aQute.bnd.osgi.Descriptors.Signature
    aQute.bnd.osgi.resource.PersistentResource.RC
  • Deprecated Enums
    Enum
    Description
    aQute.bnd.osgi.Descriptors.SignatureType
  • Deprecated Fields
    Field
    Description
    aQute.bnd.build.Workspace.BNDDIR
    aQute.bnd.differ.Baseline.BundleInfo.version
    aQute.bnd.http.HttpClient.sdf
    aQute.bnd.osgi.Constants.BUILDPACKAGES
    aQute.bnd.osgi.Constants.CACHEDIR
    aQute.bnd.osgi.Constants.COMPILER_SOURCE
    aQute.bnd.osgi.Constants.COMPILER_TARGET
    aQute.bnd.osgi.Constants.DEBUG
    aQute.bnd.osgi.Constants.EXPERIMENTS
    aQute.bnd.osgi.Constants.PACKAGE
    aQute.bnd.osgi.Constants.RUNPATH_LAUNCHER_DIRECTIVE
    aQute.bnd.osgi.Constants.RUNPATH_MAIN_DIRECTIVE
    aQute.bnd.osgi.Constants.RUNREQUIRE
    This is for support of the legacy OBR requirement format, use Constants.RUNREQUIRES for new format.
    aQute.bnd.osgi.Constants.TESTREPORT
    aQute.bnd.osgi.Constants.TESTSUITES
    aQute.bnd.osgi.Constants.VERBOSE
    aQute.bnd.service.specifications.BuilderSpecification.inherit
  • Deprecated Methods
    Method
    Description
    aQute.bnd.build.model.BndEditModel.getBuildPackages()
    aQute.bnd.build.model.BndEditModel.setBuildPackages(List<? extends VersionedClause>)
    aQute.bnd.build.Project.export(String, boolean, File)
    aQute.bnd.build.Project.getSrc()
    aQute.bnd.build.Project.getSubBuilders()
    As of 3.4. Replace with
                 try (ProjectBuilder pb = getBuilder(null)) {
                    for (Builder b : pb.getSubBuilders()) {
                            ...
                    }
                 }
                 
    aQute.bnd.build.ProjectLauncher.getArguments()
    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.Annotation.getElementType()
    aQute.bnd.osgi.Clazz.Def.getAnnotations()
    aQute.bnd.osgi.Clazz.FieldDef.setConstant(Object)
    aQute.bnd.osgi.Clazz.FieldDef.setDeprecated(boolean)
    aQute.bnd.osgi.Clazz.getMethodDef(int, String, String)
    aQute.bnd.osgi.Clazz.parseDescriptor(String, int)
    aQute.bnd.osgi.Clazz.reset()
    aQute.bnd.osgi.Clazz.setDeprecated(boolean)
    aQute.bnd.osgi.Clazz.setInnerAccess(int)
    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.Instructions.select(File)
    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.Annotation(Descriptors.TypeRef, Map<String, Object>, ElementType, RetentionPolicy)
    aQute.bnd.osgi.Clazz.FieldDef(int, String, String)
    aQute.bnd.osgi.Clazz.MethodDef(int, String, String)
    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().