Verwendungen von Klasse
com.kscs.util.jaxb.PropertyTree
Packages, die PropertyTree verwenden
-
Verwendungen von PropertyTree in com.kscs.util.jaxb
Methoden in com.kscs.util.jaxb, die PropertyTree zurückgebenModifizierer und TypMethodeBeschreibungPropertyTree.Builder.build()Selector.build()Builds a property tree specified by this selectorSelector.init()This is only used by builders and other implementational detailsMethoden in com.kscs.util.jaxb, die Typen mit Argumenten vom Typ PropertyTree zurückgebenModifizierer und TypMethodeBeschreibungSelector.buildChildren()This is only used by builders and other implementational detailsMethoden in com.kscs.util.jaxb mit Parametern vom Typ PropertyTreeModifizierer und TypMethodeBeschreibungPartialCopyable.copyExcept(PropertyTree propertyTree) Clones this instances partially, the parts to be EXCLUDED will be defined by propertyTreePartialCopyable.copyOnly(PropertyTree propertyTree) Clones this instances partially, the parts to be INCLUDED will be defined by propertyTree, all other parts will be excluded.PartialCopyable.createCopy(PropertyTree propertyTree, PropertyTreeUse propertyTreeUse) Clones this instances partially, the parts will be defined by propertyTreeKonstruktorparameter in com.kscs.util.jaxb mit Typargumenten vom Typ PropertyTreeModifiziererKonstruktorBeschreibungPropertyTree(String propertyName, Map<String, PropertyTree> children)