com.xebialabs.deployit.client
Class Deployable

java.lang.Object
  extended by com.xebialabs.deployit.client.Deployable

public class Deployable
extends Object


Field Summary
protected  String entryName
           
protected  File location
           
protected  String name
           
protected  List<String> tags
           
protected  String type
           
protected  Map<String,String> values
           
 
Constructor Summary
Deployable()
           
Deployable(String name, String type)
           
Deployable(String name, String type, File location)
           
 
Method Summary
 void addTag(String tag)
           
 String getEntryName()
           
 File getLocation()
           
 String getName()
           
 List<String> getTags()
           
 String getType()
           
 Map<String,String> getValues()
           
 void setEntryName(String entryName)
           
 void setLocation(File location)
           
 void setName(String name)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type

location

protected File location

entryName

protected String entryName

values

protected final Map<String,String> values

tags

protected final List<String> tags
Constructor Detail

Deployable

public Deployable()

Deployable

public Deployable(String name,
                  String type)

Deployable

public Deployable(String name,
                  String type,
                  File location)
Method Detail

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()

setEntryName

public void setEntryName(String entryName)

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.