cz.vity.freerapid.utilities.os
Interface SystemCommander

All Known Implementing Classes:
LinuxCmdUtils, NirCmdUtils

public interface SystemCommander

Author:
Ladislav Vitasek

Method Summary
 boolean createShortCut(OSCommand shortCutCommand)
           
 boolean isSupported(OSCommand command)
           
 boolean shutDown(OSCommand shutDownCommand, boolean force)
           
 

Method Detail

createShortCut

boolean createShortCut(OSCommand shortCutCommand)

shutDown

boolean shutDown(OSCommand shutDownCommand,
                 boolean force)

isSupported

boolean isSupported(OSCommand command)