org.hyperic.sigar.cmd
Class FileVersionInfo
java.lang.Object
org.hyperic.sigar.shell.ShellCommandBase
org.hyperic.sigar.cmd.SigarCommandBase
org.hyperic.sigar.cmd.FileVersionInfo
- All Implemented Interfaces:
- ShellCommandHandler, GetlineCompleter
public class FileVersionInfo
- extends SigarCommandBase
Display process file information.
Method Summary |
java.lang.String |
getUsageShort()
Get a very brief (40 character) description of the command |
static void |
main(java.lang.String[] args)
|
void |
output(java.lang.String exe)
|
void |
output(java.lang.String[] args)
|
protected boolean |
validateArgs(java.lang.String[] args)
|
Methods inherited from class org.hyperic.sigar.cmd.SigarCommandBase |
complete, completePid, flush, getCompleter, getCompletions, getFormatter, isPidCompleter, printf, printf, printf, println, processCommand, setOutputFormat, sprintf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileVersionInfo
public FileVersionInfo(Shell shell)
FileVersionInfo
public FileVersionInfo()
validateArgs
protected boolean validateArgs(java.lang.String[] args)
- Overrides:
validateArgs
in class SigarCommandBase
getUsageShort
public java.lang.String getUsageShort()
- Description copied from interface:
ShellCommandHandler
- Get a very brief (40 character) description of the command
- Specified by:
getUsageShort
in interface ShellCommandHandler
- Overrides:
getUsageShort
in class ShellCommandBase
- Returns:
- A description of the command.
output
public void output(java.lang.String[] args)
throws SigarException
- Specified by:
output
in class SigarCommandBase
- Throws:
SigarException
output
public void output(java.lang.String exe)
throws SigarException
- Throws:
SigarException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright ? 2004-2009 Hyperic. All Rights Reserved.