com.xebialabs.deployit.maven
Class DeployableArtifactItem

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

public class DeployableArtifactItem
extends Object


Constructor Summary
DeployableArtifactItem()
           
 
Method Summary
 String getDarLocation()
           
 String getLocation()
           
 String getName()
           
 String getType()
           
 boolean hasName()
           
 boolean isFolder()
           
 void setDarLocation(String darLocation)
           
 void setFolder(boolean folder)
           
 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

DeployableArtifactItem

public DeployableArtifactItem()
Method Detail

getDarLocation

public String getDarLocation()

setDarLocation

public void setDarLocation(String darLocation)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)

isFolder

public boolean isFolder()

setFolder

public void setFolder(boolean folder)

toString

public String toString()
Overrides:
toString in class Object

hasName

public boolean hasName()


Copyright © 2010. All Rights Reserved.