Uses of Class
aQute.bnd.service.specifications.RunSpecification
-
Packages that use RunSpecification Package Description aQute.bnd.build aQute.bnd.service.remoteworkspace aQute.bnd.service.specifications -
-
Uses of RunSpecification in aQute.bnd.build
Methods in aQute.bnd.build that return RunSpecification Modifier and Type Method Description RunSpecification
Project. getSpecification()
Return a basic type only specification of the run aspect of this project -
Uses of RunSpecification in aQute.bnd.service.remoteworkspace
Methods in aQute.bnd.service.remoteworkspace that return RunSpecification Modifier and Type Method 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. -
Uses of RunSpecification in aQute.bnd.service.specifications
Methods in aQute.bnd.service.specifications that return RunSpecification Modifier and Type Method Description RunSpecification
RunSpecification. clone()
Create a clone of this specification.Methods in aQute.bnd.service.specifications with parameters of type RunSpecification Modifier and Type Method Description void
RunSpecification. mergeWith(RunSpecification spec)
Merge this specification with the given spec.
-