org.apache.felix.utils.properties
Class Properties.Layout

java.lang.Object
  extended by org.apache.felix.utils.properties.Properties.Layout
Enclosing class:
Properties

protected static class Properties.Layout
extends Object

TODO


Constructor Summary
Properties.Layout()
           
Properties.Layout(List<String> commentLines, List<String> valueLines)
           
 
Method Summary
 void clearValue()
           
 List<String> getCommentLines()
           
 List<String> getValueLines()
           
 void setCommentLines(List<String> commentLines)
           
 void setValueLines(List<String> valueLines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties.Layout

public Properties.Layout()

Properties.Layout

public Properties.Layout(List<String> commentLines,
                         List<String> valueLines)
Method Detail

getCommentLines

public List<String> getCommentLines()

setCommentLines

public void setCommentLines(List<String> commentLines)

getValueLines

public List<String> getValueLines()

setValueLines

public void setValueLines(List<String> valueLines)

clearValue

public void clearValue()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.