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 StringgetName()Return the implementations name.StringgetVersion()Return the implementations version string.
-
-
-
Constructor Detail
-
VersionImpl
public VersionImpl()
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:VersionReturn the implementations name.
-
getVersion
public String getVersion()
Description copied from interface:VersionReturn the implementations version string.- Specified by:
getVersionin interfaceVersion- Returns:
- version string
-
-