public class AppVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
static AppVersion |
EmptyVersion |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuild() |
int |
getMajor() |
int |
getMinor() |
String |
getOriginal() |
boolean |
isSnapshot() |
static AppVersion |
parse(String versionString) |
void |
setBuild(int build) |
String |
toString() |
public static final AppVersion EmptyVersion
public static AppVersion parse(String versionString)
public int getMajor()
public int getMinor()
public String getOriginal()
public boolean isSnapshot()
public void setBuild(int build)
public int getBuild()
Copyright © 2004-2014. All Rights Reserved.