Modifier and Type | Class and Description |
---|---|
static class |
Version.Builder |
Modifier and Type | Method and Description |
---|---|
static Version.Builder |
builder() |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
com.google.common.base.Optional<String> |
getQualifier() |
boolean |
isSnapshot() |
public static Version.Builder builder()
public int getMajor()
public int getMinor()
public int getPatch()
public com.google.common.base.Optional<String> getQualifier()
public boolean isSnapshot()
Copyright © 2015 The Kuali Foundation. All rights reserved.