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 class
Run
Methods in aQute.bnd.build that return Project Modifier and Type Method Description Project
Workspace. createProject(java.lang.String name)
Create a project in this workspaceProject
Container. getProject()
Project
ProjectBuilder. getProject()
Project
ProjectLauncher. getProject()
Project
ProjectTester. getProject()
static Project
Workspace. getProject(java.io.File projectDir)
This static method finds the workspace and creates a project (or returns an existing project)Project
Workspace. getProject(java.lang.String bsn)
Project
Workspace. getProjectFromFile(java.io.File projectDir)
static Project
Project. 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 void
ReflectAction. execute(Project project, java.lang.Object... args)
void
ReflectAction. execute(Project project, java.lang.String action)
void
ScriptAction. execute(Project project, java.lang.Object... args)
void
ScriptAction. 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 Project
BndEditModel. getProject()
Methods in aQute.bnd.build.model with parameters of type Project Modifier and Type Method Description void
BndEditModel. 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 Project
JUnitFramework. project
Methods in aQute.bnd.junit that return Project Modifier and Type Method Description Project
JUnitFramework. getProject()
-
Uses of Project in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type Project Modifier and Type Method Description boolean
MavenDeploy. deploy(Project project, java.lang.String jarName, java.io.InputStream jarStream)
boolean
MavenDeployCmd. 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 void
AntPlugin. 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 void
EclipsePlugin. 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 void
GitPlugin. 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 void
MavenPlugin. created(Project p)
void
MavenPlugin. 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 void
DependencyContributor. addDependencies(Project project, java.util.Set<java.lang.String> dependencies)
void
CommandPlugin. after(Project project, java.lang.String command, java.lang.Throwable outcome)
Is run after a command is executed.void
CommandPlugin. before(Project project, java.lang.String command)
Is run before a command is executed.boolean
Compiler. compile(Project project, java.util.Collection<java.io.File> sources, java.util.Collection<Container> buildpath, java.io.File bin)
boolean
Deploy. deploy(Project project, java.lang.String jarName, java.io.InputStream jarStream)
ProjectLauncher
LauncherPlugin. getLauncher(Project project)
ProjectTester
LauncherPlugin. 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 void
Action. execute(Project project, java.lang.Object... args)
void
Action. 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 void
LifeCyclePlugin. close(Project project)
void
LifeCyclePlugin. created(Project project)
void
LifeCyclePlugin. delete(Project project)
void
LifeCyclePlugin. 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 void
ReleaseBracketingPlugin. begin(Project project)
Indicate that a release cycle is about to start.void
ReleaseBracketingPlugin. end(Project p)
Indicate that a release cycle has ended
-