Class 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 Detail

      • FileMetadata

        public FileMetadata​(T value,
                            URL file,
                            int lineNumber)
    • Method Detail

      • getLocation

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

        public T getValue()
        Specified by:
        getValue in interface org.jboss.weld.bootstrap.spi.Metadata<T>
      • getFile

        public URL getFile()
      • getLineNumber

        public int getLineNumber()