com.xebialabs.deployit.client
Class Deployable
java.lang.Object
com.xebialabs.deployit.client.Deployable
public class Deployable
- extends Object
name
protected String name
type
protected String type
location
protected File location
values
protected final Map<String,String> values
tags
protected final List<String> tags
Deployable
public Deployable()
Deployable
public Deployable(String name,
String type)
Deployable
public Deployable(String name,
String type,
File location)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getValues
public Map<String,String> getValues()
getLocation
public File getLocation()
setLocation
public void setLocation(File location)
getEntryName
public String getEntryName()
getTags
public List<String> getTags()
addTag
public void addTag(String tag)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.