Uses of Class
aQute.bnd.osgi.Builder
-
Packages that use Builder Package Description aQute.bnd.build aQute.bnd.junit aQute.bnd.make aQute.bnd.maven.plugin aQute.bnd.osgi aQute.bnd.remoteworkspace.server aQute.bnd.service aQute.bnd.signing -
-
Uses of Builder in aQute.bnd.build
Subclasses of Builder in aQute.bnd.build Modifier and Type Class Description class
ProjectBuilder
Methods in aQute.bnd.build that return Builder Modifier and Type Method Description Builder
Project. getSubBuilder(java.io.File bndFile)
Return a builder associated with the give bnd file or null.Builder
ProjectBuilder. getSubBuilder()
Methods in aQute.bnd.build with parameters of type Builder Modifier and Type Method Description protected void
ProjectBuilder. doneBuild(Builder builder)
Called when we're done with a builder.protected void
ProjectBuilder. startBuild(Builder builder)
Called when we start to build a builder.Constructors in aQute.bnd.build with parameters of type Builder Constructor Description ArtifactInfoImpl(Builder builder)
-
Uses of Builder in aQute.bnd.junit
Subclasses of Builder in aQute.bnd.junit Modifier and Type Class Description class
JUnitFramework.BundleBuilder
Deprecated. -
Uses of Builder in aQute.bnd.make
Fields in aQute.bnd.make declared as Builder Modifier and Type Field Description (package private) Builder
Make. builder
Methods in aQute.bnd.make with parameters of type Builder Modifier and Type Method Description Resource
MakeBnd. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)
Resource
MakeCopy. make(Builder builder, java.lang.String destination, java.util.Map<java.lang.String,java.lang.String> argumentsOnMake)
Constructors in aQute.bnd.make with parameters of type Builder Constructor Description Make(Builder builder)
-
Uses of Builder in aQute.bnd.maven.plugin
Methods in aQute.bnd.maven.plugin with parameters of type Builder Modifier and Type Method Description private void
AbstractBndMavenPlugin. loadParentProjectProperties(Builder builder, org.apache.maven.project.MavenProject currentProject)
private java.io.File
AbstractBndMavenPlugin. loadProjectProperties(Builder builder, org.apache.maven.project.MavenProject bndProject, org.apache.maven.project.MavenProject pomProject, org.codehaus.plexus.util.xml.Xpp3Dom configuration)
private java.io.File
AbstractBndMavenPlugin. loadProperties(Builder builder)
protected void
AbstractBndMavenPlugin. processBuilder(Builder builder)
If a mojo needs to tweak the builder for any particular reason, do it here.protected void
BndMavenTestsPlugin. processBuilder(Builder builder)
protected void
AbstractBndMavenPlugin. reportErrorsAndWarnings(Builder builder)
protected void
BndMavenTestsPlugin. reportErrorsAndWarnings(Builder builder)
-
Uses of Builder in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Builder Modifier and Type Field Description private Builder
PermissionGenerator. builder
(package private) Builder
CommandResource. domain
Methods in aQute.bnd.osgi that return Builder Modifier and Type Method Description Builder
Builder. from(BuilderSpecification spec)
Collect the information from theBuilderSpecification
Builder
Builder. getSubBuilder()
Builder
Builder. getSubBuilder(java.io.File file)
Methods in aQute.bnd.osgi that return types with arguments of type Builder Modifier and Type Method Description java.util.List<Builder>
Builder. getSubBuilders()
Answer a list of builders that represent this file or a list of files specified in -sub.Methods in aQute.bnd.osgi with parameters of type Builder Modifier and Type Method Description protected void
Builder. doneBuild(Builder builder)
Called when we're done with a builderabstract void
PermissionGenerator.Parameter. generate(java.lang.StringBuilder sb, Builder builder)
static java.util.Set<java.lang.String>
PermissionGenerator. getDeclaredServices(Builder builder)
static java.util.Set<java.lang.String>
PermissionGenerator. getReferencedServices(Builder builder)
private static java.util.EnumSet<PermissionGenerator.Parameter>
PermissionGenerator. parseParams(Builder builder, java.lang.String... args)
protected void
Builder. startBuild(Builder builder)
Called when we start to build a builderConstructors in aQute.bnd.osgi with parameters of type Builder Constructor Description Builder(Builder parent)
CommandResource(java.lang.String command, Builder domain, long lastModified, java.io.File wd)
PermissionGenerator(Builder builder, java.lang.String... args)
-
Uses of Builder in aQute.bnd.remoteworkspace.server
Methods in aQute.bnd.remoteworkspace.server that return Builder Modifier and Type Method Description private Builder
RemoteWorkspaceServer.Instance. getBuilder(Project project, java.util.List<java.lang.String> parent)
Calculate the builder with the properly inheritance structure. -
Uses of Builder in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type Builder Modifier and Type Method Description Resource
MakePlugin. make(Builder builder, java.lang.String source, java.util.Map<java.lang.String,java.lang.String> arguments)
This plugin is called when Include-Resource detects a reference to a resource that it can not find in the file system.void
SignerPlugin. sign(Builder builder, java.lang.String alias)
Sign the current jar. -
Uses of Builder in aQute.bnd.signing
Methods in aQute.bnd.signing with parameters of type Builder Modifier and Type Method Description void
JartoolSigner. sign(Builder builder, java.lang.String alias)
-