Class MavenProperties.Layout

java.lang.Object
org.apache.maven.cli.props.MavenProperties.Layout
Enclosing class:
MavenProperties

protected static class MavenProperties.Layout extends Object
TODO
  • Constructor Details

    • Layout

      public Layout()
    • Layout

      public Layout(List<String> commentLines, List<String> valueLines)
  • Method Details

    • 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()