cz.mallat.uasparser.fileparser
Class Section
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section(String sectionName)
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.