public class ProductBaseImpl extends Object implements Product
Product.Name| Modifier and Type | Field and Description |
|---|---|
protected int |
buildId |
protected boolean |
detected |
protected int |
majorVersion |
protected int |
minorVersion |
protected int |
patchVersion |
protected String |
stringValue |
protected String |
title |
protected String |
version |
| Constructor and Description |
|---|
ProductBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildId() |
int |
getMajorVersion() |
int |
getMinorVersion() |
protected Package |
getPackage() |
int |
getPatchVersion() |
String |
getTitle() |
String |
getVersion() |
protected void |
init(Class<?> clazz,
String expectedTitle) |
protected void |
init(Class<?> clazz,
String expectedTitle,
String pomPropertiesFile) |
protected void |
initVersionInfo(String version) |
boolean |
isDetected() |
protected int |
parseInt(String value) |
String |
toString() |
protected int buildId
protected boolean detected
protected int majorVersion
protected int minorVersion
protected int patchVersion
protected String stringValue
protected String title
protected String version
public int getBuildId()
getBuildId in interface Productpublic int getMajorVersion()
getMajorVersion in interface Productpublic int getMinorVersion()
getMinorVersion in interface Productpublic int getPatchVersion()
getPatchVersion in interface Productpublic String getVersion()
getVersion in interface Productpublic boolean isDetected()
isDetected in interface Productpublic String toString()
protected Package getPackage()
protected void initVersionInfo(String version)
protected int parseInt(String value)
Copyright © 2016 Liferay, Inc.. All rights reserved.