org.ow2.petals.ant.task
Class ConfigureComponentTask

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

public class ConfigureComponentTask
extends AbstractConfigureArchiveAntTask

Ant task : petals-configure-component. This task pre-configure a JBI component (service engine of binding component).

Author:
rnaudin

Nested Class Summary
static class ConfigureComponentTask.SharedLibrary
          SharedLibrary class.
 
Field Summary
 
Fields inherited from class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
file, JBIDESCRIPTOR_ZIPENTRY_NAME, outputFile, overwriteOutputFile
 
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
ConfigureComponentTask()
           
 
Method Summary
 ConfigureComponentTask.SharedLibrary createSharedLibrary()
          A Shared Library to include in the component configuration.
 void execute()
           
 java.lang.String getIdentification()
          Identification getter.
 java.lang.String getSlProperties()
          SlProperties getter.
 void setIdentification(java.lang.String identification)
          Identification setter.
 void setSlProperties(java.lang.String slProperties)
          SlProperties setter.
 
Methods inherited from class org.ow2.petals.ant.AbstractConfigureArchiveAntTask
downloadURL, getFile, getOutputFile, isOverwriteOutputFile, setFile, setOutputFile, setOverwriteOutputFile, validateFileParameter
 
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

ConfigureComponentTask

public ConfigureComponentTask()
Method Detail

createSharedLibrary

public ConfigureComponentTask.SharedLibrary createSharedLibrary()
A Shared Library to include in the component configuration.

Returns:

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class AbstractConfigureArchiveAntTask
Throws:
org.apache.tools.ant.BuildException

getIdentification

public java.lang.String getIdentification()
Identification getter.

Returns:

getSlProperties

public java.lang.String getSlProperties()
SlProperties getter.

Returns:

setIdentification

public void setIdentification(java.lang.String identification)
Identification setter.

Parameters:
identification -

setSlProperties

public void setSlProperties(java.lang.String slProperties)
SlProperties setter.

Parameters:
slProperties -


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