Class RepositoryMapping
- java.lang.Object
-
- com.priint.pubserver.plugin.deployment.RepositoryMapping
-
- All Implemented Interfaces:
java.io.Serializable
public class RepositoryMapping extends java.lang.Object implements java.io.SerializableFor internal use only. Used by PubServerDeploymentManager to represent repostiory mapping entries in deployment package configuration file.- See Also:
DeploymentConfiguration, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDestinationPath()java.lang.StringgetSrcPath()voidsetDestinationPath(java.lang.String destinationPath)voidsetSrcPath(java.lang.String srcPath)
-