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:
Britt Park
2007-05-02 23:02:36 +00:00
parent ebcd489416
commit f89f3b08a3

View File

@@ -41,7 +41,7 @@ public interface DeploymentService
* @param port The port to connect to.
* @param userName The username 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 dontDelete Don't delete deleted nodes from destination.
* @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,
String hostName, int port,
String userName, String password,
String dstPath,
String dstTarget,
boolean createDst,
boolean dontDelete,
boolean dontDo,