org.ow2.petals.ant.task
Class ListSharedLibrariesTask

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.task.ListSharedLibrariesTask
All Implemented Interfaces:
java.lang.Cloneable

public class ListSharedLibrariesTask
extends AbstractJBIAntTask

Ant task : jbi-list-shared-libraries. This task prints information about all shared libraries installed in JBI environment.

Author:
ddesjardins chamerling - eBMWebsourcing

Field Summary
 
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
ListSharedLibrariesTask()
          Creates a new instance of ListSharedLibrariesTask
 
Method Summary
 void doTask()
          Do the task job
 void setComponentName(java.lang.String componentName)
           
 void setSharedLibraryName(java.lang.String sharedLibraryName)
           
 void setXmlOutput(java.lang.String xmlOutput)
           
 
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

ListSharedLibrariesTask

public ListSharedLibrariesTask()
Creates a new instance of ListSharedLibrariesTask

Method Detail

doTask

public void doTask()
            throws java.lang.Exception
Description copied from class: AbstractJBIAntTask
Do the task job

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

setComponentName

public void setComponentName(java.lang.String componentName)
Parameters:
componentName - the componentName to set

setSharedLibraryName

public void setSharedLibraryName(java.lang.String sharedLibraryName)
Parameters:
sharedLibraryName - the sharedLibraryName to set

setXmlOutput

public void setXmlOutput(java.lang.String xmlOutput)
Parameters:
xmlOutput - the xmlOutput to set


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