|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anthonyeden.lib.config.Location
This interface provides information about where the configuration object was located in the configuration file.
| Constructor Summary | |
Location(java.lang.String sourceId,
int lineNumber,
int columnNumber)
Construct a new Location object |
|
| Method Summary | |
int |
getColumnNumber()
Get the column number |
int |
getLineNumber()
Get the line number |
java.lang.String |
getSourceId()
Get the source ID which is used to identify the source of the configuration data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Location(java.lang.String sourceId,
int lineNumber,
int columnNumber)
sourceId - The source IDlineNumber - The line numbercolumnNumber - The column number| Method Detail |
public java.lang.String getSourceId()
public int getLineNumber()
public int getColumnNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||