Class RepositoryMapping

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryMapping
    extends java.lang.Object
    implements java.io.Serializable
    For internal use only. Used by PubServerDeploymentManager to represent repostiory mapping entries in deployment package configuration file.
    See Also:
    DeploymentConfiguration, Serialized Form
    • Constructor Detail

      • RepositoryMapping

        public RepositoryMapping()
    • Method Detail

      • getSrcPath

        public java.lang.String getSrcPath()
      • setSrcPath

        public void setSrcPath​(java.lang.String srcPath)
      • getDestinationPath

        public java.lang.String getDestinationPath()
      • setDestinationPath

        public void setDestinationPath​(java.lang.String destinationPath)