Uses of Class
com.symbian.et.jstat.JStatResult

Packages that use JStatResult
com.symbian.et.jstat   
 

Uses of JStatResult in com.symbian.et.jstat
 

Methods in com.symbian.et.jstat that return JStatResult
static JStatResult JStat.runSwitch(int aStatCommand)
          Switch to run a command with no paramters.
static JStatResult JStat.runSwitch(int aStatCommand, java.lang.String aFirstParam)
           
static JStatResult JStat.runSwitch(int aStatCommand, java.lang.String aFirstParam, java.lang.String aSecondParam)
           
static JStatResult JStat.sendFile(java.lang.String aOriginFile, java.lang.String aDestPathFile)
          Copies a file from the PC to the Symbian device.
static JStatResult JStat.retrieveFile(java.lang.String aOriginPathFile)
          Retrieves a file from the device side to the Stat Work directory.
static JStatResult JStat.retrieveFile(java.lang.String aOriginPathFile, java.lang.String aDestFolder)
          Retrieves a file from the device side to the PC.
static JStatResult JStat.retrieveFile(java.lang.String aOriginPathFile, java.io.File aDestPathFile)
          Retrieves a file from the device side to the PC.
static JStatResult JStat.getScreenCapture()
          Gets a screen capture of the Symbian device.
static JStatResult JStat.installFile(java.lang.String aFile)
          Install a SIS file on the Symbian device.
static JStatResult JStat.uninstallFile(java.lang.String aUid)
          Uninstall a SIS file on the Symbian device.
static JStatResult JStat.listDrives()
          Lists all availbe drives on the Symbian device.
static JStatResult JStat.listFiles(java.lang.String aLocation)
          Lists all files in a directory on the Symbian devices.
static JStatResult JStat.delete(java.lang.String aLocation)
          Deletes a file from the Symbian device.
static JStatResult JStat.createFolder(java.lang.String aLocation)
          Creates a directory on the Symbian device.
static JStatResult JStat.removeFolder(java.lang.String aLocation)
          Removes a folder from the Symbian device.
static JStatResult JStat.run(java.lang.String aExecutable, java.lang.String aArgs)
          Runs a Symbian executable on the Symbian device.
static JStatResult JStat.run(java.lang.String aExecutable)
          Runs a Symbian executable on the Symbain device.
static JStatResult JStat.kill(int aPid)
          Kills a process on the Symbian device.
static JStatResult JStat.kill(java.lang.String aPid)
          Kills a process on the Symbian device.
static JStatResult JStat.poll(int aPid)
          Polls a process on the Symbian device.
static JStatResult JStat.poll(java.lang.String aPid)
          Polls a process on the Symbian device.
static JStatResult JStat.startLogging(java.lang.String aAbsoluteLogFile)
          Starts the logger on the Symbian device.
static JStatResult JStat.stopLogging()
          Stops the logger on the Symbian device.
static JStatResult JStat.rename(java.lang.String aArg0, java.lang.String aArg1)
          Renames a file on the Symbian device.
static JStatResult JStat.checkLocation(java.lang.String aLocation)
          Checks a location for the existance of a file.
static JStatResult JStat.getInfo()
          Gets the Symbian device information
private static JStatResult JStat.doCommand(java.lang.String aCommand)
          Runs a command on the device.