Uses of Class
org.apache.commons.configuration2.plist.XMLPropertyListConfiguration.PListNodeBuilder
Packages that use XMLPropertyListConfiguration.PListNodeBuilder
Package
Description
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.
-
Uses of XMLPropertyListConfiguration.PListNodeBuilder in org.apache.commons.configuration2.plist
Subclasses of XMLPropertyListConfiguration.PListNodeBuilder in org.apache.commons.configuration2.plistModifier and TypeClassDescriptionprivate static class
Container for array elements.Fields in org.apache.commons.configuration2.plist declared as XMLPropertyListConfiguration.PListNodeBuilderModifier and TypeFieldDescriptionprivate final XMLPropertyListConfiguration.PListNodeBuilder
XMLPropertyListConfiguration.XMLPropertyListHandler.resultBuilder
The builder for the resulting node.Fields in org.apache.commons.configuration2.plist with type parameters of type XMLPropertyListConfiguration.PListNodeBuilderModifier and TypeFieldDescriptionprivate final Collection<XMLPropertyListConfiguration.PListNodeBuilder>
XMLPropertyListConfiguration.PListNodeBuilder.childBuilders
A collection with child builders of this builder.private final List<XMLPropertyListConfiguration.PListNodeBuilder>
XMLPropertyListConfiguration.XMLPropertyListHandler.stack
The stack of configuration nodesMethods in org.apache.commons.configuration2.plist that return XMLPropertyListConfiguration.PListNodeBuilderModifier and TypeMethodDescriptionXMLPropertyListConfiguration.XMLPropertyListHandler.getResultBuilder()
Gets the builder for the result node.XMLPropertyListConfiguration.XMLPropertyListHandler.peek()
Return the node on the top of the stack.XMLPropertyListConfiguration.XMLPropertyListHandler.peekNE()
Returns the node on top of the non-empty stack.XMLPropertyListConfiguration.XMLPropertyListHandler.pop()
Remove and return the node on the top of the stack.Methods in org.apache.commons.configuration2.plist with parameters of type XMLPropertyListConfiguration.PListNodeBuilderModifier and TypeMethodDescriptionvoid
XMLPropertyListConfiguration.PListNodeBuilder.addChild
(XMLPropertyListConfiguration.PListNodeBuilder child) Adds the given child builder to this builder.private void
XMLPropertyListConfiguration.XMLPropertyListHandler.push
(XMLPropertyListConfiguration.PListNodeBuilder node) Put a node on the top of the stack.