Interface GanNodeDetailsService
-
public interface GanNodeDetailsService
Created on 4/21/15.- Since:
- 1.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GanNodeDetails
getGanNodeDetails()
java.lang.String
getPlatformVersion()
java.lang.String[]
getVersionAndEdition()
-
-
-
Method Detail
-
getGanNodeDetails
GanNodeDetails getGanNodeDetails()
-
getPlatformVersion
java.lang.String getPlatformVersion()
- Returns:
- the Platform version in a parsable format
-
getVersionAndEdition
java.lang.String[] getVersionAndEdition()
- Returns:
- the platform version in the first String and the platform edition in the second String. The edition is an empty string for the platform edition.
-
-