Uses of Class
aQute.bnd.service.specifications.BuilderSpecification
-
Packages that use BuilderSpecification Package Description aQute.bnd.osgi aQute.bnd.service.remoteworkspace -
-
Uses of BuilderSpecification in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type BuilderSpecification Modifier and Type Method Description Builder
Builder. from(BuilderSpecification spec)
Collect the information from theBuilderSpecification
-
Uses of BuilderSpecification in aQute.bnd.service.remoteworkspace
Methods in aQute.bnd.service.remoteworkspace with parameters of type BuilderSpecification Modifier and Type Method Description byte[]
RemoteWorkspace. build(java.lang.String projectPath, BuilderSpecification spec)
Build a bundle based on a BuilderSpecification.
-