public class CompositeProcessRegistry extends Object implements ProcessRegistry
CompositeProcessRegistry. This is
kind of the proxy implementation of the registry delegating properties resolution to the list of the real
registries.
null.| Constructor and Description |
|---|
CompositeProcessRegistry(List<ProcessRegistry> registries) |
CompositeProcessRegistry(ProcessRegistry... registries) |
public CompositeProcessRegistry(ProcessRegistry... registries)
public CompositeProcessRegistry(List<ProcessRegistry> registries)
public String readProperty(String key)
ProcessRegistryreadProperty in interface ProcessRegistrykey - identifies uniquely property to be resolved.null if property is not availableCopyright © 2011–2014 Red Hat. All rights reserved.