mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Checkpoint of filesystem deployment receiver. Doesn't do anything yet.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5604 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -41,7 +41,7 @@ public interface DeploymentService
|
|||||||
* @param port The port to connect to.
|
* @param port The port to connect to.
|
||||||
* @param userName The username for authentication
|
* @param userName The username for authentication
|
||||||
* @param password The password for authentication
|
* @param password The password for authentication
|
||||||
* @param dstPath The destination path.
|
* @param dstTarget The target on the deployment receiver.
|
||||||
* @param createDst Flag for whether a missing destination should be created.
|
* @param createDst Flag for whether a missing destination should be created.
|
||||||
* @param dontDelete Don't delete deleted nodes from destination.
|
* @param dontDelete Don't delete deleted nodes from destination.
|
||||||
* @param dontDo If this is set, this is a dry run.
|
* @param dontDo If this is set, this is a dry run.
|
||||||
@@ -50,7 +50,7 @@ public interface DeploymentService
|
|||||||
public DeploymentReport deployDifferenceFS(int version, String srcPath,
|
public DeploymentReport deployDifferenceFS(int version, String srcPath,
|
||||||
String hostName, int port,
|
String hostName, int port,
|
||||||
String userName, String password,
|
String userName, String password,
|
||||||
String dstPath,
|
String dstTarget,
|
||||||
boolean createDst,
|
boolean createDst,
|
||||||
boolean dontDelete,
|
boolean dontDelete,
|
||||||
boolean dontDo,
|
boolean dontDo,
|
||||||
|
Reference in New Issue
Block a user