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 final classContainer for array elements.Fields in org.apache.commons.configuration2.plist declared as XMLPropertyListConfiguration.PListNodeBuilderModifier and TypeFieldDescriptionprivate final XMLPropertyListConfiguration.PListNodeBuilderXMLPropertyListConfiguration.XMLPropertyListHandler.resultBuilderThe 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.childBuildersA collection with child builders of this builder.private final List<XMLPropertyListConfiguration.PListNodeBuilder> XMLPropertyListConfiguration.XMLPropertyListHandler.stackThe 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 TypeMethodDescriptionvoidXMLPropertyListConfiguration.PListNodeBuilder.addChild(XMLPropertyListConfiguration.PListNodeBuilder child) Adds the given child builder to this builder.private voidXMLPropertyListConfiguration.XMLPropertyListHandler.push(XMLPropertyListConfiguration.PListNodeBuilder node) Put a node on the top of the stack.