Package org.jboss.weld.metadata
Class FileMetadata<T>
- java.lang.Object
-
- org.jboss.weld.metadata.FileMetadata<T>
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Metadata<T>
- Direct Known Subclasses:
XmlMetadata
public class FileMetadata<T> extends Object implements org.jboss.weld.bootstrap.spi.Metadata<T>
-
-
Constructor Summary
Constructors Constructor Description FileMetadata(T value, URL file, int lineNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLgetFile()intgetLineNumber()StringgetLocation()TgetValue()StringtoString()
-
-
-
Method Detail
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceorg.jboss.weld.bootstrap.spi.Metadata<T>
-
getValue
public T getValue()
- Specified by:
getValuein interfaceorg.jboss.weld.bootstrap.spi.Metadata<T>
-
getFile
public URL getFile()
-
getLineNumber
public int getLineNumber()
-
-