cz.vity.freerapid.utilities.os
Class LinuxCmdUtils

java.lang.Object
  extended by cz.vity.freerapid.utilities.os.LinuxCmdUtils
All Implemented Interfaces:
SystemCommander

 class LinuxCmdUtils
extends Object
implements SystemCommander

Author:
Ladislav Vitasek

Constructor Summary
LinuxCmdUtils(File homeDirectory)
           
 
Method Summary
 boolean createShortCut(OSCommand shortCutCommand)
           
 boolean isSupported(OSCommand command)
           
 boolean shutDown(OSCommand shutDownCommand, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxCmdUtils

LinuxCmdUtils(File homeDirectory)
Method Detail

createShortCut

public boolean createShortCut(OSCommand shortCutCommand)
Specified by:
createShortCut in interface SystemCommander

shutDown

public boolean shutDown(OSCommand shutDownCommand,
                        boolean force)
Specified by:
shutDown in interface SystemCommander

isSupported

public boolean isSupported(OSCommand command)
Specified by:
isSupported in interface SystemCommander