|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceTracker
Interface that can optionally be implemented by metadata to include the source file from which the metadata was originally parsed.
Field Summary | |
---|---|
static int |
SRC_ANNOTATIONS
|
static int |
SRC_OTHER
|
static int |
SRC_XML
|
Method Summary | |
---|---|
String |
getResourceName()
Return the domain-meaningful name of the resource that was loaded from this source. |
File |
getSourceFile()
Return the file from which this instance was parsed. |
Object |
getSourceScope()
Return the domain-dependent scope of this instance within its file. |
int |
getSourceType()
Return the type of source. |
Field Detail |
---|
static final int SRC_OTHER
static final int SRC_ANNOTATIONS
static final int SRC_XML
Method Detail |
---|
File getSourceFile()
Object getSourceScope()
int getSourceType()
String getResourceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |