X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetConfig.java;h=11e4cc614fee2f1fdb62edb86ebad3a95bb20201;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=c90b9893e283c221201fe481b59ac4090d3b0d68;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetConfig.java b/src/net/pterodactylus/fcp/GetConfig.java index c90b989..11e4cc6 100644 --- a/src/net/pterodactylus/fcp/GetConfig.java +++ b/src/net/pterodactylus/fcp/GetConfig.java @@ -1,6 +1,5 @@ /* - * jSite2 - GetConfig.java - - * Copyright © 2008 David Roden + * jFCPlib - GetConfig.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 @@ -22,9 +21,8 @@ package net.pterodactylus.fcp; /** * The “GetConfig” command tells the node to send its configuration to the * client. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class GetConfig extends FcpMessage { @@ -38,7 +36,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * current values. - * + * * @param withCurrent * true to include current values in the result, * false otherwise @@ -50,7 +48,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * short descriptions. - * + * * @param withShortDescription * true to include the short descriptions in the * result, false otherwise @@ -62,7 +60,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the long * descriptions. - * + * * @param withLongDescription * true to include the long descriptions in the * result, false otherwise @@ -74,7 +72,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the data * types. - * + * * @param withDataTypes * true to include the data types in the result, * false otherwise @@ -86,7 +84,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * defaults. - * + * * @param setWithDefaults * true to include the defaults in the result, * false otherwise @@ -98,7 +96,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the sort * order. - * + * * @param withSortOrder * true to include the sort order in the result, * false otherwise @@ -110,7 +108,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * expert flag. - * + * * @param withExpertFlag * true to include the expert flag in the result, * false otherwise @@ -122,7 +120,7 @@ public class GetConfig extends FcpMessage { /** * Sets whether the {@link ConfigData} result message shall include the * force-write flag. - * + * * @param withForceWriteFlag * true to include the force-write flag in the * result, false otherwise