Package org.jboss.weld.xml
Class XmlMetadata<T>
- java.lang.Object
-
- org.jboss.weld.metadata.FileMetadata<T>
-
- org.jboss.weld.xml.XmlMetadata<T>
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Metadata<T>
public class XmlMetadata<T> extends FileMetadata<T>
-
-
Constructor Summary
Constructors Constructor Description XmlMetadata(String qName, T value, URL file, int lineNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()-
Methods inherited from class org.jboss.weld.metadata.FileMetadata
getFile, getLineNumber, getValue, toString
-
-
-
-
Method Detail
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceorg.jboss.weld.bootstrap.spi.Metadata<T>- Overrides:
getLocationin classFileMetadata<T>
-
-