Package org.apache.ivy.ant
Class IvyBuildNumber.Range
- java.lang.Object
-
- org.apache.ivy.ant.IvyBuildNumber.Range
-
- Enclosing class:
- IvyBuildNumber
private static class IvyBuildNumber.Range extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
endIndex
private int
startIndex
-
Constructor Summary
Constructors Constructor Description Range(int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEndIndex()
int
getStartIndex()
-