public class ScriptUtil extends SystemUtil
LOG| Constructor and Description |
|---|
ScriptUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ant(String filePath,
String target,
Properties properties)
starts an ant script
|
static void |
antbuild(String filePath,
String target,
Properties properties) |
static void |
antbuild(String filePath,
String target,
Properties properties,
org.apache.tools.ant.BuildListener buildListener) |
static void |
main(String[] args) |
createBatchStream, createInfo, execute, execute, execute, executeRegisteredLinuxBrowser, executeRegisteredWindowsPrg, runAsRoot, setPipedInputpublic static final boolean ant(String filePath, String target, Properties properties)
filePath - build filetarget - targetproperties - propertiespublic static final void antbuild(String filePath, String target, Properties properties)
public static final void antbuild(String filePath, String target, Properties properties, org.apache.tools.ant.BuildListener buildListener)
public static final void main(String[] args)
Copyright © 2012–2018. All rights reserved.