com.xebialabs.deployit.maven
Class Deployed

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

public class Deployed
extends Object


Constructor Summary
Deployed()
           
 
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
 

Constructor Detail

Deployed

public Deployed()
Method Detail

addValues

public void addValues(String name,
                      Object value)

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


Copyright © 2012. All Rights Reserved.