aQute.bnd.properties
Class Region

java.lang.Object
  extended by aQute.bnd.properties.Region
All Implemented Interfaces:
IRegion

public class Region
extends Object
implements IRegion


Constructor Summary
Region(int offset, int length)
           
 
Method Summary
 int getLength()
           
 int getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Region

public Region(int offset,
              int length)
Method Detail

getOffset

public int getOffset()
Specified by:
getOffset in interface IRegion

getLength

public int getLength()
Specified by:
getLength in interface IRegion


Copyright © 2014 aQute SARL. All rights reserved.