org.apache.servicemix.jbi.deployer.descriptor
Class Target

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.descriptor.Target

public class Target
extends Object

The <jbi:target> element.


Constructor Summary
Target()
           
 
Method Summary
 String getArtifactsZip()
           
 String getComponentName()
           
 void setArtifactsZip(String artifactsZip)
           
 void setComponentName(String componentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Target

public Target()
Method Detail

getArtifactsZip

public String getArtifactsZip()

setArtifactsZip

public void setArtifactsZip(String artifactsZip)

getComponentName

public String getComponentName()

setComponentName

public void setComponentName(String componentName)


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.