cz.vity.freerapid.utilities.os
Class NirCmdUtils

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

final class NirCmdUtils
extends Object
implements SystemCommander

Author:
Ladislav Vitasek

Constructor Summary
NirCmdUtils()
           
 
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

NirCmdUtils

NirCmdUtils()
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