Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
282c0e0f1e36c0bc9f5163a318888a506cdf5d4e
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
properties
/
IRegion.java
blob: 2712d71734e4a0bd42d8a343574afef763d57490 [
file
] [
log
] [
blame
]
Stuart McCulloch
39cc9ac
2012-07-16 13:43:38 +0000
[
diff
] [
blame
]
1
package
aQute
.
bnd
.
properties
;
Stuart McCulloch
d482610
2012-06-26 16:34:24 +0000
[
diff
] [
blame
]
2
3
public
interface
IRegion
{
4
5
int
getLength
();
6
7
int
getOffset
();
8
}