Class Props

java.lang.Object
org.eclipse.jetty.start.Props
All Implemented Interfaces:
Iterable<Props.Prop>

public final class Props extends Object implements Iterable<Props.Prop>
Management of Properties.

This is larger in scope than the standard Properties, as it will also handle tracking the origin of each property, if it was overridden, and also allowing for ${property} expansion.