public class SectionLine extends Line
| Constructor and Description |
|---|
SectionLine(String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this line.
The specific meaning differs between the different types of lines. |
int |
hashCode() |
String |
toSave() |
StringBuilder |
toSave(StringBuilder b) |
String |
toString() |
public SectionLine(String path)
path - - The path of this line.IllegalArgumentException - If path is null or ends with a dot.public StringBuilder toSave(StringBuilder b)
public String getName()
LineCommentLine - nullEmptyLine - nullCopyright © 2014. All rights reserved.