Class RepositoryMapping

java.lang.Object
com.priint.pubserver.plugin.deployment.RepositoryMapping
All Implemented Interfaces:
Serializable

public class RepositoryMapping extends Object implements Serializable
For internal use only. Used by PubServerDeploymentManager to represent repostiory mapping entries in deployment package configuration file.
See Also:
  • Constructor Details

    • RepositoryMapping

      public RepositoryMapping()
  • Method Details

    • getSrcPath

      public String getSrcPath()
    • setSrcPath

      public void setSrcPath(String srcPath)
    • getDestinationPath

      public String getDestinationPath()
    • setDestinationPath

      public void setDestinationPath(String destinationPath)