com.xebialabs.deployit.maven
Class Deployable

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

public class Deployable
extends Object


Constructor Summary
Deployable()
           
 
Method Summary
 void addValue(String name, String value)
           
 void consolidate(org.apache.maven.project.MavenProject project)
           
 String getEntryName()
           
 String getFileSystemLocation()
           
 String getName()
           
 String getType()
           
 Map<String,String> getValues()
           
 void setArtifactId(String artifactId)
           
 void setFileSystemLocation(String fileSystemLocation)
           
 void setGroupId(String groupId)
           
 void setLocation(String 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
 

Constructor Detail

Deployable

public Deployable()
Method Detail

addValue

public void addValue(String name,
                     String value)

toString

public String toString()
Overrides:
toString in class Object

consolidate

public void consolidate(org.apache.maven.project.MavenProject project)

getFileSystemLocation

public String getFileSystemLocation()

getValues

public Map<String,String> getValues()

getType

public String getType()

getName

public String getName()

getEntryName

public String getEntryName()

setType

public void setType(String type)

setLocation

public void setLocation(String location)

setName

public void setName(String name)

setGroupId

public void setGroupId(String groupId)

setArtifactId

public void setArtifactId(String artifactId)

setFileSystemLocation

public void setFileSystemLocation(String fileSystemLocation)


Copyright © 2012. All Rights Reserved.