Class RunSpecification

java.lang.Object
aQute.bnd.service.specifications.RunSpecification
All Implemented Interfaces:
Cloneable

public class RunSpecification extends Object implements Cloneable
A specification for the run information to start a framework
  • Field Details

  • Constructor Details

    • RunSpecification

      public RunSpecification()
  • Method Details

    • clone

      public RunSpecification clone()
      Create a clone of this specification.
      Overrides:
      clone in class Object
    • mergeWith

      public void mergeWith(RunSpecification spec)
      Merge this specification with the given spec. The given spec will override the values of this specification if set.
      Parameters:
      spec - the spec that overrides the values in this spec.