Uses of Class
aQute.bnd.service.specifications.RunSpecification
-
Packages that use RunSpecification Package Description aQute.bnd.build aQute.bnd.remoteworkspace.server 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 RunSpecificationProject. getSpecification()Return a basic type only specification of the run aspect of this project -
Uses of RunSpecification in aQute.bnd.remoteworkspace.server
Methods in aQute.bnd.remoteworkspace.server that return RunSpecification Modifier and Type Method Description RunSpecificationRemoteWorkspaceServer.Instance. analyzeTestSetup(java.lang.String projectDir)RunSpecificationRemoteWorkspaceServer.Instance. getRun(java.lang.String pathToBndOrBndrun) -
Uses of RunSpecification in aQute.bnd.service.remoteworkspace
Methods in aQute.bnd.service.remoteworkspace that return RunSpecification Modifier and Type Method Description RunSpecificationRemoteWorkspace. analyzeTestSetup(java.lang.String projectDir)Analyze the project given as a parameter and provide the setup information.RunSpecificationRemoteWorkspace. 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 RunSpecificationRunSpecification. clone()Create a clone of this specification.Methods in aQute.bnd.service.specifications with parameters of type RunSpecification Modifier and Type Method Description voidRunSpecification. mergeWith(RunSpecification spec)Merge this specification with the given spec.
-