Nuxeo Enterprise Platform 5.4

org.nuxeo.connect.update.impl.task.ant
Class AntRunner

java.lang.Object
  extended by org.nuxeo.connect.update.impl.task.ant.AntRunner

public class AntRunner
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
AntRunner()
           
AntRunner(java.lang.ClassLoader loader)
           
 
Method Summary
 org.apache.tools.ant.Project getProject()
           
 void run(org.nuxeo.connect.update.LocalPackage pkg, java.io.File buildFile)
           
 void run(org.nuxeo.connect.update.LocalPackage pkg, java.io.File buildFile, java.util.List<java.lang.String> targets)
           
 void setGlobalProperties(java.util.Map<java.lang.String,java.lang.String> globalProperties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntRunner

public AntRunner()

AntRunner

public AntRunner(java.lang.ClassLoader loader)
Method Detail

setGlobalProperties

public void setGlobalProperties(java.util.Map<java.lang.String,java.lang.String> globalProperties)

getProject

public org.apache.tools.ant.Project getProject()

run

public void run(org.nuxeo.connect.update.LocalPackage pkg,
                java.io.File buildFile)
         throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

run

public void run(org.nuxeo.connect.update.LocalPackage pkg,
                java.io.File buildFile,
                java.util.List<java.lang.String> targets)
         throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.