Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
39cc9ac8cbb3e5d8a76793b81b7cb9b04bca85b0
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
properties
/
IRegion.java
blob: 2712d71734e4a0bd42d8a343574afef763d57490 [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
properties
;
public
interface
IRegion
{
int
getLength
();
int
getOffset
();
}