X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FClientPutComplexDir.java;h=55e57792f62eb6f25833b013a6f3f43593f5d40f;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=ada473c74c8878cec071eb975734bf24ea2e4b06;hpb=19b64d7251237d7fae94b152d8a83b346ff77c33;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ClientPutComplexDir.java b/src/net/pterodactylus/fcp/ClientPutComplexDir.java index ada473c..55e5779 100644 --- a/src/net/pterodactylus/fcp/ClientPutComplexDir.java +++ b/src/net/pterodactylus/fcp/ClientPutComplexDir.java @@ -1,6 +1,5 @@ /* - * jSite2 - ClientPutComplexDir.java - - * Copyright © 2008 David Roden + * jFCPlib - ClientPutComplexDir.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +33,7 @@ import net.pterodactylus.fcp.FileEntry.DirectFileEntry; /** * The “ClientPutComplexDir” lets you upload a directory with different sources * for each file. - * + * * @see FileEntry * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ @@ -48,7 +47,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Creates a new “ClientPutComplexDir” with the given identifier and URI. - * + * * @param identifier * The identifier of the request * @param uri @@ -62,7 +61,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the verbosity of the request. - * + * * @param verbosity * The verbosity of the request */ @@ -72,7 +71,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the maximum number of retries for failed blocks. - * + * * @param maxRetries * The maximum number of retries for failed blocks, or * -1 to retry endlessly @@ -83,7 +82,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the priority of the request. - * + * * @param priority * The priority of the request */ @@ -93,7 +92,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets whether to generate the final URI only. - * + * * @param getCHKOnly * true to generate the final CHK only, * false to complete the insert @@ -104,7 +103,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets whether the request is on the global queue. - * + * * @param global * true to put the request on the global queue, * false to put it on the client-local queue @@ -115,7 +114,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets whether the node should not try to compress the data. - * + * * @param dontCompress * true to skip compression of the data, * false to try and compress the data @@ -126,7 +125,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the client token of the request. - * + * * @param clientToken * The client token of the request */ @@ -136,7 +135,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the persistence of the request. - * + * * @param persistence * The persistence of the request */ @@ -147,7 +146,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the target filename of the request. This is useful for inserts that * go to “CHK@” only and creates a manifest with a single file. - * + * * @param targetFilename * The target filename */ @@ -158,7 +157,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets whether to encode the complete data early to generate the * {@link URIGenerated} message early. - * + * * @param earlyEncode * true to encode the complete data early, * false otherwise @@ -170,7 +169,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Sets the default name. This is the name of the file that should be shown * if no file was specified. - * + * * @param defaultName * The default name */ @@ -180,7 +179,7 @@ public class ClientPutComplexDir extends FcpMessage { /** * Adds an entry for a file. - * + * * @param fileEntry * The file entry to add */