org.ow2.petals.ant.task
Class InstallComponentTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.ow2.petals.ant.AbstractJBIAntTask
              extended by org.ow2.petals.ant.AbstractInstallerAntTask
                  extended by org.ow2.petals.ant.task.InstallComponentTask
All Implemented Interfaces:
java.lang.Cloneable

public class InstallComponentTask
extends AbstractInstallerAntTask

Ant task : jbi-install-component. This task install a JBI component (service engine of binding component) into the JBI environment.

Author:
ddesjardins chamerling - eBMWebsourcing

Nested Class Summary
static class InstallComponentTask.Param
          Parameter class for nested elements
 
Field Summary
 
Fields inherited from class org.ow2.petals.ant.AbstractInstallerAntTask
file
 
Fields inherited from class org.ow2.petals.ant.AbstractJBIAntTask
DEFAULT_JMX_HOST, DEFAULT_JMX_PORT, failOnError, host, password, port, saNamepattern, suResultpattern, username
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
InstallComponentTask()
          Creates a new instance of InstallComponentTask
 
Method Summary
 InstallComponentTask.Param createParam()
           
 void doTask()
          Execute the ant task
 java.lang.String getParams()
           
 void setParams(java.lang.String params)
           
 
Methods inherited from class org.ow2.petals.ant.AbstractInstallerAntTask
setFile, validateFileParameter
 
Methods inherited from class org.ow2.petals.ant.AbstractJBIAntTask
execute, getHost, getJMXClient, getPassword, getPort, getUsername, isFailOnError, setFailOnError, setHost, setPassword, setPort, setUsername
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallComponentTask

public InstallComponentTask()
Creates a new instance of InstallComponentTask

Method Detail

createParam

public InstallComponentTask.Param createParam()
Returns:

doTask

public void doTask()
            throws java.lang.Exception
Execute the ant task

Specified by:
doTask in class AbstractJBIAntTask
Throws:
java.io.IOException
java.lang.Exception

getParams

public java.lang.String getParams()
Returns:
the params

setParams

public void setParams(java.lang.String params)
Parameters:
params -


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.