org.jboss.weld.xml
Class XmlMetadata<T>

java.lang.Object
  extended by org.jboss.weld.metadata.FileMetadata<T>
      extended by 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
XmlMetadata(String qName, T value, URL file, int lineNumber)
           
 
Method Summary
 String getLocation()
           
 String getQName()
           
 
Methods inherited from class org.jboss.weld.metadata.FileMetadata
getFile, getLineNumber, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlMetadata

public XmlMetadata(String qName,
                   T value,
                   URL file,
                   int lineNumber)
Method Detail

getLocation

public String getLocation()
Specified by:
getLocation in interface org.jboss.weld.bootstrap.spi.Metadata<T>
Overrides:
getLocation in class FileMetadata<T>

getQName

public String getQName()


Copyright © 2013 Seam Framework. All Rights Reserved.