Package org.pgpainless.sop
Class VersionImpl
- java.lang.Object
-
- org.pgpainless.sop.VersionImpl
-
- All Implemented Interfaces:
Version
public class VersionImpl extends Object implements Version
-
-
Constructor Summary
Constructors Constructor Description VersionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Return the implementations name.String
getVersion()
Return the implementations version string.
-
-
-
Constructor Detail
-
VersionImpl
public VersionImpl()
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:Version
Return the implementations name.
-
getVersion
public String getVersion()
Description copied from interface:Version
Return the implementations version string.- Specified by:
getVersion
in interfaceVersion
- Returns:
- version string
-
-