aQute.bnd.osgi
Class Processor.FileLine

java.lang.Object
  extended by aQute.bnd.osgi.Processor.FileLine
Enclosing class:
Processor

public static class Processor.FileLine
extends Object


Field Summary
static Processor.FileLine DUMMY
           
 File file
           
 int length
           
 int line
           
 
Constructor Summary
Processor.FileLine(File file, int line, int length)
           
 
Method Summary
 void set(Reporter.SetLocation sl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY

public static final Processor.FileLine DUMMY

file

public final File file

line

public final int line

length

public final int length
Constructor Detail

Processor.FileLine

public Processor.FileLine(File file,
                          int line,
                          int length)
Method Detail

set

public void set(Reporter.SetLocation sl)


Copyright © 2014 aQute SARL. All rights reserved.