OptionalallCalled by domain system to inform the interpreter that all initial available domain bundles are interpreted.
OptionalallCalled by the domain system to inform the interpreter that all ordered domain bundles are interpreted. After that the option.isInInitialOrderedBundle will never be true.
Called by domain system if a domain bundle should be interpreted.
the 'domain-config' element to interpret.
additional information for the interpreter.
a disposable. This is responsible to clean up resources on domain-bundle stop.
A ConfigFragmentInterpreter interprets one of the keys of the
domain-configjson of a bundle.ConfigFragmentInterpreters are responsible for cleaning up the created resources, if a domain bundle is stopped. Stopping a domain-bundle will result in a call to
disposeon the result object of the interpret function by the DomainSystem.Interpretation order:
domains-system/Config/domainBundleOrderare interpreted in the listed order, one after the other.allInitialOrderedBundlesInterpretedis called on each interpreter.allInitialBundlesInterpretedis called on each interpreter.Example