public class PomVersion extends Object
| Constructor and Description |
|---|
PomVersion(boolean isSnapshot,
int major,
int minor,
int patch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
int |
hashCode() |
boolean |
isSnapshot() |
static PomVersion |
parse(String s) |
String |
toString() |
public PomVersion(boolean isSnapshot,
int major,
int minor,
int patch)
public boolean isSnapshot()
public int getMajor()
public int getMinor()
public int getPatch()
public static PomVersion parse(String s)
Copyright © 2015. All rights reserved.