Package | Description |
---|---|
com.jayway.android.robotium.remotecontrol.install | |
org.safs.android.auto.lib |
Modifier and Type | Field and Description |
---|---|
(package private) static AntTool |
SilentInstaller.anttool |
Modifier and Type | Field and Description |
---|---|
protected static AntTool |
DUtilities.anttool
static ant sdk tool to the one appropriate for the OS (Windows or Unix).
|
Modifier and Type | Method and Description |
---|---|
static AntTool |
DUtilities.getAntTool(java.lang.String antToolHome)
Set our static ant sdk tool to the one appropriate for the OS (Windows or Unix).
The routine does nothing if the appropriate sdk instance is already set. For the sdk's tool home, it firstly try to set it to parameter 'antToolHome' If antToolHome is not a valid home path: it will try to get it from the 'VM properties' ANT_HOME_PROP or from 'systeme environment' ANT_HOME_ENV |
static AntTool |
AntTool.instance()
TODO Do we need to keep this tool as a singleton?
If different users call
ConsoleTool.setToolHome(String) to set different tool-path, problem!!!But on one machine, it is rarely that user has different path for one tool. |
Copyright © SAS Institute. All Rights Reserved.