Package edu.sc.seis.TauP.cmdline.args
Class VersionProvider
- java.lang.Object
-
- edu.sc.seis.TauP.cmdline.args.VersionProvider
-
- All Implemented Interfaces:
CommandLine.IVersionProvider
public class VersionProvider extends java.lang.Object implements CommandLine.IVersionProvider
-
-
Constructor Summary
Constructors Constructor Description VersionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getVersion()
Returns version information for a command.
-
-
-
Method Detail
-
getVersion
public java.lang.String[] getVersion()
Description copied from interface:CommandLine.IVersionProvider
Returns version information for a command.- Specified by:
getVersion
in interfaceCommandLine.IVersionProvider
- Returns:
- version information (each string in the array is displayed on a separate line)
-
-