Class XmlMetadata<T>

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.spi.Metadata<T>

    public class XmlMetadata<T>
    extends FileMetadata<T>
    • 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>