Uses of Class
aQute.bnd.build.Project
-
-
Uses of Project in aQute.bnd.aspectj.plugin
Methods in aQute.bnd.aspectj.plugin with parameters of type Project Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>AspectJ. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options) -
Uses of Project in aQute.bnd.build
Subclasses of Project in aQute.bnd.build Modifier and Type Class Description classRunMethods in aQute.bnd.build that return Project Modifier and Type Method Description ProjectWorkspace. createProject(java.lang.String name)Create a project in this workspaceProjectContainer. getProject()ProjectProjectBuilder. getProject()ProjectProjectLauncher. getProject()ProjectProjectTester. getProject()static ProjectWorkspace. getProject(java.io.File projectDir)This static method finds the workspace and creates a project (or returns an existing project)ProjectWorkspace. getProject(java.lang.String bsn)ProjectWorkspace. getProjectFromFile(java.io.File projectDir)static ProjectProject. getUnparented(java.io.File propertiesFile)Methods in aQute.bnd.build that return types with arguments of type Project Modifier and Type Method Description java.util.Collection<Project>Workspace. getAllProjects()java.util.Set<Project>Project. getBuildDependencies()Return the direct build dependencies of this project.java.util.Collection<Project>Workspace. getBuildOrder()java.util.Collection<Project>Workspace. getCurrentProjects()java.util.Set<Project>Project. getDependents()Return the full transitive dependents of this project.java.util.Collection<Project>Project. getDependson()Return the full transitive dependencies of this project.java.util.Set<Project>Project. getTestDependencies()Return the direct test dependencies of this project.Methods in aQute.bnd.build with parameters of type Project Modifier and Type Method Description static ContainerContainer. error(Project project, java.lang.String message)voidReflectAction. execute(Project project, java.lang.Object... args)voidReflectAction. execute(Project project, java.lang.String action)voidScriptAction. execute(Project project, java.lang.Object... args)voidScriptAction. execute(Project project, java.lang.String action)Constructors in aQute.bnd.build with parameters of type Project Constructor Description Container(Project project, java.io.File file)Container(Project project, java.io.File file, java.util.Map<java.lang.String,java.lang.String> attributes)Container(Project project, java.lang.String bsn, java.io.File file, java.util.Map<java.lang.String,java.lang.String> attributes)JUnitLauncher(Project project)ProjectBuilder(Project project)ProjectLauncher(Project project)ProjectTester(Project project) -
Uses of Project in aQute.bnd.build.api
Methods in aQute.bnd.build.api that return Project Modifier and Type Method Description ProjectBuildInfo. getProject()The associated project.Method parameters in aQute.bnd.build.api with type arguments of type Project Modifier and Type Method Description OnWorkspaceOnWorkspace. changedProject(java.util.function.Consumer<? super Project> cb)The properties of a project have changed.OnWorkspaceOnWorkspace. projects(java.util.function.Consumer<? super java.util.Collection<Project>> projects)The set of projects has changed for some reason -
Uses of Project in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return Project Modifier and Type Method Description ProjectBndEditModel. getProject()Methods in aQute.bnd.build.model with parameters of type Project Modifier and Type Method Description voidBndEditModel. setProject(Project project)Constructors in aQute.bnd.build.model with parameters of type Project Constructor Description BndEditModel(Project project) -
Uses of Project in aQute.bnd.exporter.executable
Methods in aQute.bnd.exporter.executable with parameters of type Project Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>ExecutableJarExporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options)static JarExecutableJarExporter. pack(Project project, java.lang.String profile) -
Uses of Project in aQute.bnd.exporter.runbundles
Methods in aQute.bnd.exporter.runbundles with parameters of type Project Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>RunbundlesExporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options) -
Uses of Project in aQute.bnd.junit
Fields in aQute.bnd.junit declared as Project Modifier and Type Field Description ProjectJUnitFramework. projectDeprecated.Methods in aQute.bnd.junit that return Project Modifier and Type Method Description ProjectJUnitFramework. getProject()Deprecated. -
Uses of Project in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type Project Modifier and Type Method Description booleanMavenDeploy. deploy(Project project, java.lang.String jarName, java.io.InputStream jarStream)booleanMavenDeployCmd. deploy(Project project, Jar original) -
Uses of Project in aQute.bnd.osgi.eclipse
Methods in aQute.bnd.osgi.eclipse with parameters of type Project Modifier and Type Method Description static voidEclipseUtil. createClasspath(Project model)Create a classpath for the project, overwriting an existing classpathstatic voidEclipseUtil. createProject(Project model)Create a classpath for the project, overwriting an existing classpathstatic voidEclipseUtil. fixDirectories(Project model)Fix the source & test directories if they are emptystatic java.lang.StringEclipseUtil. getClasspath(Project model)Get the .classpath file for a projectstatic java.lang.StringEclipseUtil. getProjectDescription(Project model) -
Uses of Project in aQute.bnd.plugin.ant
Methods in aQute.bnd.plugin.ant with parameters of type Project Modifier and Type Method Description voidAntPlugin. created(Project p) -
Uses of Project in aQute.bnd.plugin.eclipse
Methods in aQute.bnd.plugin.eclipse with parameters of type Project Modifier and Type Method Description voidEclipsePlugin. created(Project p) -
Uses of Project in aQute.bnd.plugin.git
Methods in aQute.bnd.plugin.git with parameters of type Project Modifier and Type Method Description voidGitPlugin. created(Project p) -
Uses of Project in aQute.bnd.plugin.maven
Methods in aQute.bnd.plugin.maven with parameters of type Project Modifier and Type Method Description voidMavenPlugin. created(Project p)voidMavenPlugin. delete(Project p) -
Uses of Project in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type Project Modifier and Type Method Description voidDependencyContributor. addDependencies(Project project, java.util.Set<java.lang.String> dependencies)voidCommandPlugin. after(Project project, java.lang.String command, java.lang.Throwable outcome)Is run after a command is executed.voidCommandPlugin. before(Project project, java.lang.String command)Is run before a command is executed.voidBndListener. built(Project project, java.util.Collection<java.io.File> files)booleanCompiler. compile(Project project, java.util.Collection<java.io.File> sources, java.util.Collection<Container> buildpath, java.io.File bin)booleanDeploy. deploy(Project project, java.lang.String jarName, java.io.InputStream jarStream)ProjectLauncherLauncherPlugin. getLauncher(Project project)ProjectTesterLauncherPlugin. getTester(Project project) -
Uses of Project in aQute.bnd.service.action
Methods in aQute.bnd.service.action with parameters of type Project Modifier and Type Method Description voidAction. execute(Project project, java.lang.Object... args)voidAction. execute(Project project, java.lang.String action) -
Uses of Project in aQute.bnd.service.export
Methods in aQute.bnd.service.export with parameters of type Project Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>Exporter. export(java.lang.String type, Project project, java.util.Map<java.lang.String,java.lang.String> options) -
Uses of Project in aQute.bnd.service.generate
Methods in aQute.bnd.service.generate that return Project Modifier and Type Method Description ProjectBuildContext. getProject()Constructors in aQute.bnd.service.generate with parameters of type Project Constructor Description BuildContext(Project project, java.util.Map<java.lang.String,java.lang.String> localProperties, java.util.List<java.lang.String> arguments, java.io.InputStream stdin, java.io.OutputStream stdout, java.io.OutputStream stderr) -
Uses of Project in aQute.bnd.service.lifecycle
Methods in aQute.bnd.service.lifecycle with parameters of type Project Modifier and Type Method Description voidLifeCyclePlugin. close(Project project)voidLifeCyclePlugin. created(Project project)voidLifeCyclePlugin. delete(Project project)voidLifeCyclePlugin. opened(Project project) -
Uses of Project in aQute.bnd.service.release
Methods in aQute.bnd.service.release with parameters of type Project Modifier and Type Method Description voidReleaseBracketingPlugin. begin(Project project)Indicate that a release cycle is about to start.voidReleaseBracketingPlugin. end(Project project)Indicate that a release cycle has ended
-