public class FileMetadata<T> extends Object implements Metadata<T>
Constructor and Description |
---|
FileMetadata(T value,
URL file,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
URL |
getFile() |
int |
getLineNumber() |
String |
getLocation()
The location of the metadata, used in error and log messages
|
T |
getValue()
The metadata value
|
String |
toString() |
public String getLocation()
Metadata
getLocation
in interface Metadata<T>
public URL getFile()
public int getLineNumber()
Copyright © 2013 Seam Framework. All Rights Reserved.