Uses of Class
aQute.bnd.build.Project
-
-
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.Collection<Project>Workspace. getBuildOrder()java.util.Collection<Project>Workspace. getCurrentProjects()java.util.Collection<Project>Project. getDependson()Methods in aQute.bnd.build with parameters of type Project Modifier and Type Method Description 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)JUnitLauncher(Project project)ProjectBuilder(Project project)ProjectLauncher(Project project)ProjectTester(Project project) -
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) -
Uses of Project in aQute.bnd.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem with parameters of type Project Modifier and Type Method Description java.util.Map.Entry<java.lang.String,Resource>SubsystemExporter. 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. projectMethods in aQute.bnd.junit that return Project Modifier and Type Method Description ProjectJUnitFramework. getProject() -
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.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.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.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 p)Indicate that a release cycle has ended
-