Package sop.external.operation
Class VersionExternal
- java.lang.Object
-
- sop.external.operation.VersionExternal
-
- All Implemented Interfaces:
sop.operation.Version
public class VersionExternal extends java.lang.Object implements sop.operation.VersionImplementation of theVersionoperation using an external SOP binary.
-
-
Constructor Summary
Constructors Constructor Description VersionExternal(java.lang.String binaryName, java.util.Properties environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBackendVersion()java.lang.StringgetExtendedVersion()java.lang.StringgetName()java.lang.StringgetVersion()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfacesop.operation.Version
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin interfacesop.operation.Version
-
getBackendVersion
public java.lang.String getBackendVersion()
- Specified by:
getBackendVersionin interfacesop.operation.Version
-
getExtendedVersion
public java.lang.String getExtendedVersion()
- Specified by:
getExtendedVersionin interfacesop.operation.Version
-
-