|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.hivemind
Interface Location

- public interface Location
Represents a location within a resource; this is universally used to support error reporting, by relating run-time objects back to specific locations wtihin specific resources.
| Method Summary | |
int |
getColumnNumber()
The column number, or -1 if not known. |
int |
getLineNumber()
The line within the resource containing the location, or -1 if the line number is not known. |
Resource |
getResource()
The resource containing the location. |
| Method Detail |
getResource
public Resource getResource()
- The resource containing the location.
getLineNumber
public int getLineNumber()
- The line within the resource containing the location,
or -1 if the line number is not known.
getColumnNumber
public int getColumnNumber()
- The column number, or -1 if not known.
|
|||||||||
| Home >> All >> org >> apache >> [ hivemind overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC