org.omnaest.utils.propertyfile.content.index
Class Index
java.lang.Object
org.omnaest.utils.propertyfile.content.index.Index
public class Index
- extends Object
Representation of an Index which corresponds strongly to line numbers. The difference is, that Propertys which
are spanning multiple lines have only one index position but two line numbers.
An Index will be created by a IndexManager.
- Author:
- Omnaest
- See Also:
IndexManager,
IndexManager.createNewAppendedIndex(),
IndexManager.createNewPreviousIndex(Index)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineManager
protected IndexManager lineManager
Index
protected Index(IndexManager lineManager)
getLineManager
public IndexManager getLineManager()
setLineManager
public void setLineManager(IndexManager lineManager)
getPreviousLine
public Index getPreviousLine()
removeLine
public void removeLine()
resolveIndexPosition
public int resolveIndexPosition()
getNextLine
public Index getNextLine()
Copyright © 2013. All Rights Reserved.