public class FileMetadata<T> extends Object implements org.jboss.weld.bootstrap.spi.Metadata<T>
Constructor and Description |
---|
FileMetadata(T value,
URL file,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
URL |
getFile() |
int |
getLineNumber() |
String |
getLocation() |
T |
getValue() |
String |
toString() |
public String getLocation()
getLocation
in interface org.jboss.weld.bootstrap.spi.Metadata<T>
public T getValue()
getValue
in interface org.jboss.weld.bootstrap.spi.Metadata<T>
public URL getFile()
public int getLineNumber()
Copyright © 2016. All rights reserved.