TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.automation.client.adapters.ant
Class AutomationClientAdapter.ImportExistingProjects

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.eclipse.hyades.automation.client.adapters.ant.AutomationClientAdapter.Automation
              extended by org.eclipse.hyades.automation.client.adapters.ant.AutomationClientAdapter.ImportExistingProjects
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
AutomationClientAdapter

public static class AutomationClientAdapter.ImportExistingProjects
extends AutomationClientAdapter.Automation

Provisional API: This API is subject to change in the next release.
New functionality added in 4.4.1 release, still considered provisional API
Generated

Constructor Summary
AutomationClientAdapter.ImportExistingProjects()
           
 
Method Summary
 void addFilelist(org.apache.tools.ant.types.FileList list)
          Add a filelist for the directories collection
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Add a set of files for the directories collection
 void execute()
           
 java.lang.String getProjectFile()
           
 void init()
           
 void setProjectFile(java.lang.String projectFile)
           
 
Methods inherited from class org.eclipse.hyades.automation.client.adapters.ant.AutomationClientAdapter.Automation
addConfiguredProperty, addProperty, addProperty, addProperty, addProperty, appendFilelists, appendFilelists, appendFilesets, appendFilesets, getFromProperties, getProperty, putToProperties, setCommand, setIterations, setQuiet, setService, setSynchronicity, setVmArgs
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationClientAdapter.ImportExistingProjects

public AutomationClientAdapter.ImportExistingProjects()
Generated
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class AutomationClientAdapter.Automation
Throws:
org.apache.tools.ant.BuildException
Generated
NOT

init

public void init()
Overrides:
init in class AutomationClientAdapter.Automation
Generated

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Add a set of files for the directories collection

Parameters:
set - the Fileset to add.
Generated

addFilelist

public void addFilelist(org.apache.tools.ant.types.FileList list)
Add a filelist for the directories collection

Parameters:
list - the Filelist to add.
Generated

getProjectFile

public java.lang.String getProjectFile()
Generated

setProjectFile

public void setProjectFile(java.lang.String projectFile)
Generated

TPTP 4.6.0 Platform Project
Public API Specification