cz.mallat.uasparser.fileparser
Class Section

java.lang.Object
  extended by cz.mallat.uasparser.fileparser.Section

public class Section
extends Object

JavaBean that holds a section from a parsed file. A section is a row in square brackets, e.g. [main]

Author:
oli

Constructor Summary
Section(String sectionName)
           
 
Method Summary
 List<Entry> getEntries()
           
 String getName()
           
 void setEntries(List<Entry> entries)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section(String sectionName)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getEntries

public List<Entry> getEntries()

setEntries

public void setEntries(List<Entry> entries)


Copyright © 2011. All Rights Reserved.