Uses of Class
org.omnaest.utils.propertyfile.content.Element

Packages that use Element
org.omnaest.utils.propertyfile.content   
org.omnaest.utils.propertyfile.content.element   
 

Uses of Element in org.omnaest.utils.propertyfile.content
 

Fields in org.omnaest.utils.propertyfile.content with type parameters of type Element
protected  List<Element> PropertyFileContent.elementList
           
 

Methods in org.omnaest.utils.propertyfile.content that return Element
 Element PropertyFileContent.getElementByIndexPosition(int index)
          Returns the element at the given index position.
 

Methods in org.omnaest.utils.propertyfile.content that return types with arguments of type Element
 List<Element> PropertyFileContent.getElementList()
          Gets a new list instance of all Elements managed by this PropertyFileContent instance.
 List<Element> PropertyFileContent.getElementListAscendingByIndexPosition()
          Returns a new list instance of all Elements managed by this PropertyFileContent instance sorted in ascending order by their index position (which has the same order as the line numbers).
 

Methods in org.omnaest.utils.propertyfile.content with parameters of type Element
 void PropertyFileContent.appendElement(Element element)
           
 void PropertyFileContent.insertElementAfter(Element element, Element elementBefore)
           
 void PropertyFileContent.removeElement(Element element)
           
 void PropertyFileContent.replaceElement(Element elementOld, Element elementNew)
          Replaces an old Element by a new Element.
 

Uses of Element in org.omnaest.utils.propertyfile.content.element
 

Subclasses of Element in org.omnaest.utils.propertyfile.content.element
 class BlankLineElement
          Representation of a line filled with blanks.
 class Comment
          A Comment within a PropertyFileContent
 class Property
           
 



Copyright © 2013. All Rights Reserved.