org.exoplatform.services.deployment
Class DeploymentDescriptor.Target

java.lang.Object
  extended by org.exoplatform.services.deployment.DeploymentDescriptor.Target
Enclosing class:
DeploymentDescriptor

public static class DeploymentDescriptor.Target
extends Object


Constructor Summary
DeploymentDescriptor.Target()
           
 
Method Summary
 String getNodePath()
           
 String getRepository()
           
 String getWorkspace()
           
 void setNodePath(String nodePath)
           
 void setRepository(String repository)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentDescriptor.Target

public DeploymentDescriptor.Target()
Method Detail

getRepository

public String getRepository()
Returns:
the repository

setRepository

public void setRepository(String repository)
Parameters:
repository - the repository to set

getWorkspace

public String getWorkspace()
Returns:
the workspace

setWorkspace

public void setWorkspace(String workspace)
Parameters:
workspace - the workspace to set

getNodePath

public String getNodePath()
Returns:
the nodePath

setNodePath

public void setNodePath(String nodePath)
Parameters:
nodePath - the nodePath to set


Copyright © 2013 eXo Platform SAS. All Rights Reserved.