Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.remoteworkspace.server | |
aQute.bnd.service.remoteworkspace | |
aQute.bnd.service.specifications |
Modifier and Type | Method and Description |
---|---|
RunSpecification |
Project.getSpecification()
Return a basic type only specification of the run aspect of this project
|
Modifier and Type | Method and Description |
---|---|
RunSpecification |
RemoteWorkspaceServer.Instance.analyzeTestSetup(java.lang.String projectDir) |
RunSpecification |
RemoteWorkspaceServer.Instance.getRun(java.lang.String pathToBndOrBndrun) |
Modifier and Type | Method and Description |
---|---|
RunSpecification |
RemoteWorkspace.analyzeTestSetup(java.lang.String projectDir)
Analyze the project given as a parameter and provide the setup
information.
|
RunSpecification |
RemoteWorkspace.getRun(java.lang.String pathToBndOrBndrun)
Parse a bndrun file (which can also a plain bnd file with -run*
instructions) and provide the resulting run specification.
|
Modifier and Type | Method and Description |
---|---|
RunSpecification |
RunSpecification.clone()
Create a clone of this specification.
|
Modifier and Type | Method and Description |
---|---|
void |
RunSpecification.mergeWith(RunSpecification spec)
Merge this specification with the given spec.
|