org.jboss.dtf.testframework.testnode
Class ANTInstaller

java.lang.Object
  extended by org.jboss.dtf.testframework.testnode.ANTInstaller

public class ANTInstaller
extends java.lang.Object


Constructor Summary
protected ANTInstaller()
           
 
Method Summary
static RemoteFileReader getDeployLogErrorStream(java.lang.String productName)
           
static RemoteFileReader getDeployLogOutputStream(java.lang.String productName)
           
static boolean install(java.lang.String productName, java.net.URL antScriptURL, java.util.Properties userProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ANTInstaller

protected ANTInstaller()
Method Detail

install

public static boolean install(java.lang.String productName,
                              java.net.URL antScriptURL,
                              java.util.Properties userProperties)

getDeployLogErrorStream

public static RemoteFileReader getDeployLogErrorStream(java.lang.String productName)
                                                throws java.io.IOException
Throws:
java.io.IOException

getDeployLogOutputStream

public static RemoteFileReader getDeployLogOutputStream(java.lang.String productName)
                                                 throws java.io.IOException
Throws:
java.io.IOException