hudson.plugins.android_emulator
Class Utils

java.lang.Object
  extended by hudson.plugins.android_emulator.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static hudson.util.ArgumentListBuilder getToolCommand(hudson.plugins.android_emulator.AndroidSdk androidSdk, boolean isUnix, hudson.plugins.android_emulator.Tool tool, java.lang.String args)
          Generates a ready-to-use ArgumentListBuilder for one of the Android SDK tools.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getToolCommand

public static hudson.util.ArgumentListBuilder getToolCommand(hudson.plugins.android_emulator.AndroidSdk androidSdk,
                                                             boolean isUnix,
                                                             hudson.plugins.android_emulator.Tool tool,
                                                             java.lang.String args)
Generates a ready-to-use ArgumentListBuilder for one of the Android SDK tools.

Parameters:
androidSdk - The Android SDK to use.
isUnix - Whether the system where this command should run is sane.
tool - The Android tool to run.
args - Any extra arguments for the command.
Returns:
Arguments including the full path to the SDK and any extra Windows stuff required.


Copyright © 2010. All Rights Reserved.