Interface FunnelbackVersionI
-
public interface FunnelbackVersionI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMajor()
int
getMinor()
int
getRevision()
String
toString()
Version in human readable form.
-