com.xebialabs.deployit.maven
Class MappingItem

java.lang.Object
  extended by com.xebialabs.deployit.maven.ConfigurationItem
      extended by com.xebialabs.deployit.maven.MappingItem

public class MappingItem
extends ConfigurationItem


Field Summary
 
Fields inherited from class com.xebialabs.deployit.maven.ConfigurationItem
parameters
 
Constructor Summary
MappingItem()
           
 
Method Summary
 void addParameter(String name, Object value)
           
 String getCli()
           
 String getLabel()
           
 String getSource()
           
 String getTarget()
           
 void setSource(String source)
           
 void setTarget(String target)
           
 
Methods inherited from class com.xebialabs.deployit.maven.ConfigurationItem
getMainType, isAddedToEnvironment, setAddedToEnvironment, setMainType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingItem

public MappingItem()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getLabel

public String getLabel()
Overrides:
getLabel in class ConfigurationItem

addParameter

public void addParameter(String name,
                         Object value)
Overrides:
addParameter in class ConfigurationItem

getCli

public String getCli()
Overrides:
getCli in class ConfigurationItem


Copyright © 2010. All Rights Reserved.