public class FileMetadata<T> extends Object implements org.jboss.weld.bootstrap.spi.Metadata<T>
| Constructor and Description |
|---|
FileMetadata(T value,
URL file,
int lineNumber) |
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 © 2014 Seam Framework. All Rights Reserved.