Class Processor.FileLine

  • Enclosing class:
    Processor

    public static class Processor.FileLine
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileLine()  
      FileLine​(java.io.File file, int line, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(aQute.service.reporter.Reporter.SetLocation sl)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • file

        public java.io.File file
      • line

        public int line
      • length

        public int length
      • start

        public int start
      • end

        public int end
    • Constructor Detail

      • FileLine

        public FileLine()
      • FileLine

        public FileLine​(java.io.File file,
                        int line,
                        int length)
    • Method Detail

      • set

        public void set​(aQute.service.reporter.Reporter.SetLocation sl)