com.xebialabs.deployit.maven
Class MavenDeployed

java.lang.Object
  extended by com.xebialabs.deployit.maven.Deployed
      extended by com.xebialabs.deployit.maven.MavenDeployed

public class MavenDeployed
extends Deployed


Field Summary
protected  String id
           
protected  Map<String,String> placeholders
           
protected  String type
           
protected  Map<String,Object> values
           
 
Constructor Summary
MavenDeployed()
           
 
Method Summary
 void addPlaceholder(String key, String value)
           
 void addValues(String name, Object value)
           
 String getContainer()
           
 String getDeployable(String version)
           
 String getId()
           
 Map<String,String> getPlaceholders()
           
 String getType()
           
 Map<String,Object> getValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

type

protected String type

values

protected final Map<String,Object> values

placeholders

protected final Map<String,String> placeholders
Constructor Detail

MavenDeployed

public MavenDeployed()
Method Detail

getContainer

public String getContainer()

getDeployable

public String getDeployable(String version)

getId

public String getId()

getType

public String getType()

getValues

public Map<String,Object> getValues()

addPlaceholder

public void addPlaceholder(String key,
                           String value)

getPlaceholders

public Map<String,String> getPlaceholders()

toString

public String toString()
Overrides:
toString in class Object

addValues

public void addValues(String name,
                      Object value)


Copyright © 2012. All Rights Reserved.