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 Details

    • FileMetadata

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

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object