]> source.dussan.org Git - jgit.git/commitdiff
Fix javadoc in org.eclipse.jgit.pgm 71/113571/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 17 Dec 2017 20:36:30 +0000 (21:36 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 18 Dec 2017 00:08:02 +0000 (01:08 +0100)
Change-Id: I74616f6e8ef69bef4db2f13a9b47ddf57714fd1f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
76 files changed:
org.eclipse.jgit.pgm/src/org/eclipse/jgit/console/ConsoleAuthenticator.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/console/ConsoleCredentialsProvider.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AbstractFetchCommand.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Add.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/AmazonS3Client.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Archive.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Blame.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Branch.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Checkout.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clean.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Command.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CommandCatalog.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/CommandRef.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Commit.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Config.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Describe.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Die.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Diff.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/DiffTree.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Fetch.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Gc.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Glog.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/IndexPack.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Init.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Log.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsRemote.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsTree.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Merge.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/MergeBase.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Push.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/ReceivePack.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Reflog.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Remote.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Repo.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Reset.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevList.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevParse.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevWalkTextBuiltin.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Rm.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Show.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/ShowRef.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Status.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Tag.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/UploadPack.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Version.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/BenchmarkReftable.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/DiffAlgorithms.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/LfsStore.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/MakeCacheTree.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ReadDirCache.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ReadReftable.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/RebuildCommitGraph.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/RebuildRefTree.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowCacheTree.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowCommands.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowDirCache.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/ShowPackDelta.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/TextHashFunctions.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/VerifyReftable.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/WriteDirCache.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/debug/WriteReftable.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/internal/CLIText.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/AbstractTreeIteratorHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/CmdLineParser.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/ObjectIdHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/OptionWithValuesListHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/PathTreeFilterHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RefSpecHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevCommitHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevTreeHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/SubcommandHandler.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/UntrackedFilesHandler.java

index 8bf451c3cb6a5307b264895ac19957f620d1c881..06c95d82172bf0241b89ed1105442e8ce6d47bc2 100644 (file)
@@ -58,7 +58,9 @@ import org.eclipse.jgit.util.CachedAuthenticator;
  * @since 4.0
  */
 public class ConsoleAuthenticator extends CachedAuthenticator {
-       /** Install this authenticator implementation into the JVM. */
+       /**
+        * Install this authenticator implementation into the JVM.
+        */
        public static void install() {
                final ConsoleAuthenticator c = new ConsoleAuthenticator();
                if (c.cons == null)
@@ -69,6 +71,7 @@ public class ConsoleAuthenticator extends CachedAuthenticator {
 
        private final Console cons = System.console();
 
+       /** {@inheritDoc} */
        @Override
        protected PasswordAuthentication promptPasswordAuthentication() {
                final String realm = formatRealm();
index 0aa0cf48467ada46d292e1877023d702cdbc6356..f8442facb7baa503601c9bde1ada8c7b517fe7ce 100644 (file)
@@ -61,7 +61,9 @@ import org.eclipse.jgit.transport.URIish;
  * @since 4.0
  */
 public class ConsoleCredentialsProvider extends CredentialsProvider {
-       /** Install this implementation as the default. */
+       /**
+        * Install this implementation as the default.
+        */
        public static void install() {
                final ConsoleCredentialsProvider c = new ConsoleCredentialsProvider();
                if (c.cons == null)
@@ -74,11 +76,13 @@ public class ConsoleCredentialsProvider extends CredentialsProvider {
 
        private final Console cons = System.console();
 
+       /** {@inheritDoc} */
        @Override
        public boolean isInteractive() {
                return true;
        }
 
+       /** {@inheritDoc} */
        @Override
        public boolean supports(CredentialItem... items) {
                for (CredentialItem i : items) {
@@ -100,6 +104,7 @@ public class ConsoleCredentialsProvider extends CredentialsProvider {
                return true;
        }
 
+       /** {@inheritDoc} */
        @Override
        public boolean get(URIish uri, CredentialItem... items)
                        throws UnsupportedCredentialItem {
index 08ec0964fc07f3def94f3226a5d26a6ad3e303e2..f0754b192cdad3eed8c6cc736d30f40b73f8a83f 100644 (file)
@@ -66,6 +66,14 @@ abstract class AbstractFetchCommand extends TextBuiltin {
        @Option(name = "--verbose", aliases = { "-v" }, usage = "usage_beMoreVerbose")
        private boolean verbose;
 
+       /**
+        * Show fetch result.
+        *
+        * @param r
+        *            a {@link org.eclipse.jgit.transport.FetchResult} object.
+        * @throws java.io.IOException
+        *             if any.
+        */
        protected void showFetchResult(final FetchResult r) throws IOException {
                try (ObjectReader reader = db.newObjectReader()) {
                        boolean shownURI = false;
index 3c1359030721f359111af09c0619151e7b3a2fd6..08a9f48c04ec171b0676d1e67f597fb371d2c1da 100644 (file)
@@ -60,6 +60,7 @@ class Add extends TextBuiltin {
        @Argument(required = true, metaVar = "metaVar_filepattern", usage = "usage_filesToAddContentFrom")
        private List<String> filepatterns = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index e0a9244a8f08c09cfcf09c03a3d43758c9feab35..086c9766acbac99838a2ae641fe52b4b480f6130 100644 (file)
@@ -75,11 +75,13 @@ class AmazonS3Client extends TextBuiltin {
        @Argument(index = 3, metaVar = "metaVar_KEY", required = true)
        private String key;
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final AmazonS3 s3 = new AmazonS3(properties());
index cff0bf6c2b77b6e551ed85f78bc581168ee54557..4721b3a0fd0428b1e43df79ea8cdceb0c6d1591e 100644 (file)
@@ -74,6 +74,7 @@ class Archive extends TextBuiltin {
        @Option(name = "--output", aliases = { "-o" }, metaVar = "metaVar_file", usage = "usage_archiveOutput")
        private String output;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (tree == null)
index 419325405fab099c70d19696f980e5ce926bcbb2..13a38dddf419ffc77084053fb4824c22c9f75bc8 100644 (file)
@@ -134,6 +134,7 @@ class Blame extends TextBuiltin {
 
        private BlameResult blame;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (file == null) {
index f6e3810a86b81671223ce86e796342c3304a9d2a..e6685c2f65dd54caacefd74225b6fceb910ef410 100644 (file)
@@ -87,6 +87,12 @@ class Branch extends TextBuiltin {
 
        private List<String> delete;
 
+       /**
+        * Delete branches
+        *
+        * @param names
+        *            a {@link java.util.List} of branch names.
+        */
        @Option(name = "--delete", aliases = {
                        "-d" }, metaVar = "metaVar_branchNames", usage = "usage_deleteFullyMergedBranch", handler = OptionWithValuesListHandler.class)
        public void delete(List<String> names) {
@@ -98,6 +104,12 @@ class Branch extends TextBuiltin {
 
        private List<String> deleteForce;
 
+       /**
+        * Forcefully delete branches
+        *
+        * @param names
+        *            a {@link java.util.List} of branch names.
+        */
        @Option(name = "--delete-force", aliases = {
                        "-D" }, metaVar = "metaVar_branchNames", usage = "usage_deleteBranchEvenIfNotMerged", handler = OptionWithValuesListHandler.class)
        public void deleteForce(List<String> names) {
@@ -107,6 +119,12 @@ class Branch extends TextBuiltin {
                deleteForce = names;
        }
 
+       /**
+        * Forcefully create a list of branches
+        *
+        * @param branchAndStartPoint
+        *            a branch name and a start point
+        */
        @Option(name = "--create-force", aliases = {
                        "-f" }, metaVar = "metaVar_branchAndStartPoint", usage = "usage_forceCreateBranchEvenExists", handler = OptionWithValuesListHandler.class)
        public void createForce(List<String> branchAndStartPoint) {
@@ -125,6 +143,12 @@ class Branch extends TextBuiltin {
                }
        }
 
+       /**
+        * Move or rename a branch
+        *
+        * @param currentAndNew
+        *            the current and the new branch name
+        */
        @Option(name = "--move", aliases = {
                        "-m" }, metaVar = "metaVar_oldNewBranchNames", usage = "usage_moveRenameABranch", handler = OptionWithValuesListHandler.class)
        public void moveRename(List<String> currentAndNew) {
@@ -156,6 +180,7 @@ class Branch extends TextBuiltin {
 
        private int maxNameLength;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (delete != null || deleteForce != null) {
index 2af1eca807e4c69e9742ab6437dd4df65e645fef..1f80301f661e705ce68b0b1fc161143b4d80d710 100644 (file)
@@ -80,6 +80,7 @@ class Checkout extends TextBuiltin {
        @Option(name = "--", metaVar = "metaVar_paths", handler = RestOfArgumentsHandler.class)
        private List<String> paths = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (createBranch) {
index ce4faf83a74b9149abdd4097962a6062384979d2..6ae078c953db662fc6f948e20617adc0dbebf2b7 100644 (file)
@@ -62,6 +62,7 @@ class Clean extends TextBuiltin {
        @Option(name = "--dryRun", aliases = { "-n" })
        private boolean dryRun = false;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index a8eb4742dbd3d03a4d13290ea8d3d7cd652f38cd..393c607a2b6ed002f4d4c80510c2385f5825f371 100644 (file)
@@ -86,11 +86,13 @@ class Clone extends AbstractFetchCommand implements CloneCommand.Callback {
        @Argument(index = 1, metaVar = "metaVar_directory")
        private String localName;
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (localName != null && gitdir != null)
@@ -148,6 +150,7 @@ class Clone extends AbstractFetchCommand implements CloneCommand.Callback {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        public void initializedSubmodules(Collection<String> submodules) {
                try {
@@ -161,6 +164,7 @@ class Clone extends AbstractFetchCommand implements CloneCommand.Callback {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        public void cloningSubmodule(String path) {
                try {
@@ -172,6 +176,7 @@ class Clone extends AbstractFetchCommand implements CloneCommand.Callback {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        public void checkingOut(AnyObjectId commit, String path) {
                try {
index 0562416a85dd064f60f1083a7b5df11467433f47..d7adaf841fbc88eda620e8bd5e81b9036d0e3a13 100644 (file)
@@ -50,7 +50,7 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.Target;
 
 /**
- * Annotation to document a {@link TextBuiltin}.
+ * Annotation to document a {@link org.eclipse.jgit.pgm.TextBuiltin}.
  * <p>
  * This is an optional annotation for TextBuiltin subclasses and it carries
  * documentation forward into the runtime system describing what the command is
@@ -60,6 +60,8 @@ import java.lang.annotation.Target;
 @Target( { TYPE })
 public @interface Command {
        /**
+        * Get the command name
+        *
         * @return name the command is invoked as from the command line. If the
         *         (default) empty string is supplied the name will be generated
         *         from the class name.
@@ -67,11 +69,15 @@ public @interface Command {
        public String name() default "";
 
        /**
+        * Get command description
+        *
         * @return one line description of the command's feature set.
         */
        public String usage() default "";
 
        /**
+        * If this command is considered to be commonly used
+        *
         * @return true if this command is considered to be commonly used.
         */
        public boolean common() default false;
index cf4c6e3339e12f9bead51a28737625732debd6fa..7bab69210bf70396eda1c54232631ad4f2566d05 100644 (file)
@@ -60,9 +60,10 @@ import java.util.Vector;
 /**
  * List of all commands known by jgit's command line tools.
  * <p>
- * Commands are implementations of {@link TextBuiltin}, with an optional
- * {@link Command} class annotation to insert additional documentation or
- * override the default command name (which is guessed from the class name).
+ * Commands are implementations of {@link org.eclipse.jgit.pgm.TextBuiltin},
+ * with an optional {@link org.eclipse.jgit.pgm.Command} class annotation to
+ * insert additional documentation or override the default command name (which
+ * is guessed from the class name).
  * <p>
  * Commands may be registered by adding them to a services file in the same JAR
  * (or classes directory) as the command implementation. The service file name
@@ -90,6 +91,8 @@ public class CommandCatalog {
        }
 
        /**
+        * Get all commands sorted by their name
+        *
         * @return all known commands, sorted by command name.
         */
        public static CommandRef[] all() {
@@ -97,6 +100,8 @@ public class CommandCatalog {
        }
 
        /**
+        * Get all common commands sorted by their name
+        *
         * @return all common commands, sorted by command name.
         */
        public static CommandRef[] common() {
index e5f85324e171e0e22371729e19f6dd6adef4a004..2c9bc0dc75335684e1b307979ba29284f2a08724 100644 (file)
@@ -50,7 +50,8 @@ import java.text.MessageFormat;
 import org.eclipse.jgit.pgm.internal.CLIText;
 
 /**
- * Description of a command (a {@link TextBuiltin} subclass.
+ * Description of a command (a {@link org.eclipse.jgit.pgm.TextBuiltin}
+ * subclass).
  * <p>
  * These descriptions are lightweight compared to creating a command instance
  * and are therefore suitable for catalogs of "known" commands without linking
@@ -102,6 +103,8 @@ public class CommandRef {
        }
 
        /**
+        * Get the <code>name</code>.
+        *
         * @return name the command is invoked as from the command line.
         */
        public String getName() {
@@ -109,6 +112,8 @@ public class CommandRef {
        }
 
        /**
+        * Get <code>usage</code>.
+        *
         * @return one line description of the command's feature set.
         */
        public String getUsage() {
@@ -116,6 +121,8 @@ public class CommandRef {
        }
 
        /**
+        * Is this command commonly used
+        *
         * @return true if this command is considered to be commonly used.
         */
        public boolean isCommon() {
@@ -123,6 +130,8 @@ public class CommandRef {
        }
 
        /**
+        * Get implementation class name
+        *
         * @return name of the Java class which implements this command.
         */
        public String getImplementationClassName() {
@@ -130,6 +139,8 @@ public class CommandRef {
        }
 
        /**
+        * Get implementation class loader
+        *
         * @return loader for {@link #getImplementationClassName()}.
         */
        public ClassLoader getImplementationClassLoader() {
@@ -137,6 +148,8 @@ public class CommandRef {
        }
 
        /**
+        * Create an instance of the command implementation
+        *
         * @return a new instance of the command implementation.
         */
        public TextBuiltin create() {
@@ -166,6 +179,7 @@ public class CommandRef {
                return r;
        }
 
+       /** {@inheritDoc} */
        @SuppressWarnings("nls")
        @Override
        public String toString() {
index befc4ec2726aece455fed091f550d134de52ec39..2e67c02cb0f8882b348b71e99854c272550d17ee 100644 (file)
@@ -77,6 +77,7 @@ class Commit extends TextBuiltin {
        @Argument(metaVar = "metaVar_commitPaths", usage = "usage_CommitPaths")
        private List<String> paths = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws NoHeadException, NoMessageException,
                        ConcurrentRefUpdateException, JGitInternalException, Exception {
index f5c3f9aebf5241e17e708869bef183fb6bade9df..f762c0d052f8a723f527bf8b61bbfefa96819df4 100644 (file)
@@ -68,6 +68,7 @@ class Config extends TextBuiltin {
        @Option(name = "--file", aliases = { "-f" }, metaVar = "metaVar_file", usage = "usage_configFile")
        private File configFile;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (list)
index 51bb9792d700b43b063e5d79d428f80e2fab9124..d0ada67fc4fa27890d1033dcbcfd672b9acf9b32 100644 (file)
@@ -111,11 +111,13 @@ class Daemon extends TextBuiltin {
        @Argument(required = true, metaVar = "metaVar_directory", usage = "usage_directoriesToExport")
        List<File> directory = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                PackConfig packConfig = new PackConfig();
index 03e271199955dd6a6074c9cef63890063baa0fee..f9c1cf5d388ff36a35191bd0592673b8a3d398d3 100644 (file)
@@ -65,6 +65,7 @@ class Describe extends TextBuiltin {
        @Option(name = "--match", usage = "usage_Match", metaVar = "metaVar_pattern")
        private List<String> patterns = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index a25f1e93052d74855ff81683c013e29af1d60fc7..59de80c9637ca19df554f93b8afe5ae10f02a6da 100644 (file)
@@ -45,7 +45,8 @@
 package org.eclipse.jgit.pgm;
 
 /**
- * Indicates a {@link TextBuiltin} implementation has failed during execution.
+ * Indicates a {@link org.eclipse.jgit.pgm.TextBuiltin} implementation has
+ * failed during execution.
  * <p>
  * Typically the stack trace for a Die exception is not shown to the user as it
  * may indicate a simple error condition that the end-user can fix on their own,
index 16284d572928ff57014f13e87d4f70652cffd799..ed6f7b426b41b7bd60da0f989ada6acb3d1c1ebf 100644 (file)
@@ -168,12 +168,14 @@ class Diff extends TextBuiltin {
 
        // END -- Options shared with Log
 
+       /** {@inheritDoc} */
        @Override
        protected void init(final Repository repository, final String gitDir) {
                super.init(repository, gitDir);
                diffFmt = new DiffFormatter(new BufferedOutputStream(outs));
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                diffFmt.setRepository(db);
index 44324059943ce292cce0912b105c48c6808b8cc8..510406345f94c39611d7ecd954fa0b93f0d06833 100644 (file)
@@ -72,6 +72,7 @@ class DiffTree extends TextBuiltin {
        @Option(name = "--", metaVar = "metaVar_path", handler = PathTreeFilterHandler.class)
        private TreeFilter pathFilter = TreeFilter.ALL;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (final TreeWalk walk = new TreeWalk(db)) {
index f4b7708d37981eb4d00e50d187a26b7414248bfa..bc763728620a657f27ceef9d3e3524aa3c40f4d8 100644 (file)
@@ -131,6 +131,7 @@ class Fetch extends AbstractFetchCommand implements FetchCommand.Callback {
        @Argument(index = 1, metaVar = "metaVar_refspec")
        private List<RefSpec> toget;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
@@ -164,6 +165,7 @@ class Fetch extends AbstractFetchCommand implements FetchCommand.Callback {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        public void fetchingSubmodule(String name) {
                try {
index 7289abb62f6d6149ba4e260cce9221b62be71b82..56172f57c35ae174bfe30019775cfbbd5b1dea04 100644 (file)
@@ -58,6 +58,7 @@ class Gc extends TextBuiltin {
        @Option(name = "--prune-preserved", usage = "usage_PrunePreserved")
        private boolean prunePreserved;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                Git git = Git.wrap(db);
index 7b715751dafaedc7da03394c75ac4f38d86cfc0a..a081b7813fa53b743ec8f901354154bd8acf053a 100644 (file)
@@ -102,6 +102,7 @@ class Glog extends RevWalkTextBuiltin {
                frame.getContentPane().add(world);
        }
 
+       /** {@inheritDoc} */
        @Override
        protected int walkLoop() throws Exception {
                graphPane.getCommitList().source(walk);
@@ -113,11 +114,13 @@ class Glog extends RevWalkTextBuiltin {
                return graphPane.getCommitList().size();
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void show(final RevCommit c) throws Exception {
                throw new UnsupportedOperationException();
        }
 
+       /** {@inheritDoc} */
        @Override
        protected RevWalk createWalk() {
                if (objects)
index 22f3be9afd1543b4ca6b4a4e3ad4f8d5747e2206..26276718dfae1e508c8959c496676934df092f98 100644 (file)
@@ -60,6 +60,7 @@ class IndexPack extends TextBuiltin {
        @Option(name = "--index-version", usage = "usage_indexFileFormatToCreate")
        private int indexVersion = -1;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                BufferedInputStream in = new BufferedInputStream(ins);
index a7bee7f7b9d90c81bd2876472535a1426becc7a2..f880fc2076cdbd7aa634a0558e8a96dc9723e729 100644 (file)
@@ -66,11 +66,13 @@ class Init extends TextBuiltin {
        @Argument(index = 0, metaVar = "metaVar_directory")
        private String directory;
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                InitCommand command = Git.init();
index 1108ddd10b7322a498e8275ea3af5ca9b5c91a97..75542d44543238783e846ef962819fb30d2a61fe 100644 (file)
@@ -184,12 +184,14 @@ class Log extends RevWalkTextBuiltin {
                dateFormatter = new GitDateFormatter(Format.DEFAULT);
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void init(final Repository repository, final String gitDir) {
                super.init(repository, gitDir);
                diffFmt = new DiffFormatter(new BufferedOutputStream(outs));
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                diffFmt.setRepository(db);
@@ -237,6 +239,7 @@ class Log extends RevWalkTextBuiltin {
                                NoteMap.read(argWalk.getObjectReader(), notesCommit));
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void show(final RevCommit c) throws Exception {
                outw.print(CLIText.get().commitLabel);
index 7a5f3d81160b0cef2beedaa2db48cbde40cad2b9..9013ff6cfec5207152f8f4c01484248a9457fae7 100644 (file)
@@ -70,6 +70,7 @@ class LsRemote extends TextBuiltin {
        @Argument(index = 0, metaVar = "metaVar_uriish", required = true)
        private String remote;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                LsRemoteCommand command = Git.lsRemoteRepository().setRemote(remote)
@@ -89,6 +90,7 @@ class LsRemote extends TextBuiltin {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        protected boolean requiresRepository() {
                return false;
index 398d305f6e040152597294e9ca71eb5790dedb4d..c57f9f2c3732392864a246db2afdb144db2322cd 100644 (file)
@@ -70,6 +70,7 @@ class LsTree extends TextBuiltin {
        @Option(name = "--", metaVar = "metaVar_paths", handler = StopOptionHandler.class)
        private List<String> paths = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (final TreeWalk walk = new TreeWalk(db)) {
index 9d44dc08cdd6ed72f131961a572988af202009f1..b29b0974732d5f0aa6c3733b10ffdd3d7f02e5c1 100644 (file)
@@ -80,7 +80,9 @@ import org.kohsuke.args4j.CmdLineException;
 import org.kohsuke.args4j.Option;
 import org.kohsuke.args4j.OptionHandlerFilter;
 
-/** Command line entry point. */
+/**
+ * Command line entry point.
+ */
 public class Main {
        @Option(name = "--help", usage = "usage_displayThisHelpText", aliases = { "-h" })
        private boolean help;
@@ -105,7 +107,7 @@ public class Main {
        private ExecutorService gcExecutor;
 
        /**
-        *
+        * <p>Constructor for Main.</p>
         */
        public Main() {
                HttpTransport.setConnectionFactory(new HttpClientConnectionFactory());
@@ -129,7 +131,7 @@ public class Main {
         *
         * @param argv
         *            arguments.
-        * @throws Exception
+        * @throws java.lang.Exception
         */
        public static void main(final String[] argv) throws Exception {
                new Main().run(argv);
@@ -150,7 +152,7 @@ public class Main {
         *
         * @param argv
         *            arguments.
-        * @throws Exception
+        * @throws java.lang.Exception
         */
        protected void run(final String[] argv) throws Exception {
                writer = createErrorWriter();
@@ -309,7 +311,7 @@ public class Main {
         *            the {@code --git-dir} option given on the command line. May be
         *            null if it was not supplied.
         * @return the repository to operate on.
-        * @throws IOException
+        * @throws java.io.IOException
         *             the repository cannot be opened.
         */
        protected Repository openGitDir(String aGitdir) throws IOException {
index 1aab748a0cd11d5a1a7efbdffaae002ef1378917..de059e94167504560e20375c2c706749a75a0bfa 100644 (file)
@@ -101,6 +101,7 @@ class Merge extends TextBuiltin {
        @Option(name = "-m", usage = "usage_message")
        private String message;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (squash && ff == FastForwardMode.NO_FF)
index 975d5deeee8b08cdd2815d1bf82ddffbcb8ee472..62a88aeed6b05f487e0fa92c1e338b815c3d3382 100644 (file)
@@ -65,6 +65,7 @@ class MergeBase extends TextBuiltin {
        @Argument(index = 1, metaVar = "metaVar_commitish", required = true)
        private List<RevCommit> commits = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                for (final RevCommit c : commits)
index 389708e6e129e7a739b2d645470da0f93543830e..309dca2a7f43628913ca7e8b3e9861a67f63c81e 100644 (file)
@@ -113,6 +113,7 @@ class Push extends TextBuiltin {
 
        private boolean shownURI;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index d7f895a3009f13ef8e93508b090237c022b76aee..f3baafb0b79ab4ad08ccfefd1399d52e8f240816 100644 (file)
@@ -58,11 +58,13 @@ class ReceivePack extends TextBuiltin {
        @Argument(index = 0, required = true, metaVar = "metaVar_directory", usage = "usage_RepositoryToReceiveInto")
        File dstGitdir;
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final org.eclipse.jgit.transport.ReceivePack rp;
index 86a021dee12d6b334e29441483c2793516473c6b..6f4fcc24881feec6622b9505a84d73fe5c70906b 100644 (file)
@@ -57,6 +57,7 @@ class Reflog extends TextBuiltin {
        @Argument(metaVar = "metaVar_ref")
        private String ref;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index 24916bd1c2d7767173eda230b88301be83e775e2..948cbc554cac1bac57b53df86f834e55e982b675 100644 (file)
@@ -84,6 +84,7 @@ class Remote extends TextBuiltin {
        @Argument(index = 2, metaVar = "metaVar_uriish")
        private String uri;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
@@ -143,6 +144,7 @@ class Remote extends TextBuiltin {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        public void printUsage(final String message, final CmdLineParser clp)
                        throws IOException {
index bec5003a1ee6f97ca12c7170854419a71cd39d28..f557211fd94397ed750aeb04a0f2fe866e5f3c7d 100644 (file)
@@ -58,6 +58,7 @@ class Repo extends TextBuiltin {
        @Argument(required = true, metaVar = "metaVar_path", usage = "usage_pathToXml")
        private String path;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                new RepoCommand(db)
index 4c19883c8344b446f875fb2894c21778fe020273..f84c848063d7954d87bc9b94d58f11fb95405b8f 100644 (file)
@@ -72,6 +72,7 @@ class Reset extends TextBuiltin {
        @Option(name = "--", metaVar = "metaVar_paths", handler = RestOfArgumentsHandler.class)
        private List<String> paths = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index 4420abec160564f4e45d85607c207d0c70807371..8c88a5cdc7af66eb4c892fdba6b9b556ec642fd5 100644 (file)
@@ -51,6 +51,7 @@ import org.eclipse.jgit.revwalk.RevTree;
 
 @Command(usage = "usage_RevList")
 class RevList extends RevWalkTextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void show(final RevCommit c) throws Exception {
                if (c.has(RevFlag.UNINTERESTING))
@@ -64,6 +65,7 @@ class RevList extends RevWalkTextBuiltin {
                outw.println();
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void show(final ObjectWalk ow, final RevObject obj)
                        throws Exception {
index 2157034094d426d8d660d9c2af68b9c24c234fe2..21adf738e05d1fa1c727c2cd8fe25c7c938b2b77 100644 (file)
@@ -70,6 +70,7 @@ class RevParse extends TextBuiltin {
        @Argument(index = 0, metaVar = "metaVar_commitish")
        private List<ObjectId> commits = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (all) {
index 6b0744d51a6f8f9ddb116093c1074fcddb27020b..3fc91013acee0ae2b0caf4e69703e38b6307b131 100644 (file)
@@ -149,6 +149,7 @@ abstract class RevWalkTextBuiltin extends TextBuiltin {
        @Option(name = "--max-count", aliases = "-n", metaVar = "metaVar_n")
        private int maxCount = -1;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                walk = createWalk();
@@ -210,6 +211,11 @@ abstract class RevWalkTextBuiltin extends TextBuiltin {
                }
        }
 
+       /**
+        * Create RevWalk
+        *
+        * @return a {@link org.eclipse.jgit.revwalk.RevWalk} object.
+        */
        protected RevWalk createWalk() {
                RevWalk result;
                if (objects)
@@ -222,6 +228,13 @@ abstract class RevWalkTextBuiltin extends TextBuiltin {
                return result;
        }
 
+       /**
+        * Loop the walk
+        *
+        * @return number of RevCommits walked
+        * @throws java.lang.Exception
+        *             if any.
+        */
        protected int walkLoop() throws Exception {
                int n = 0;
                for (final RevCommit c : walk) {
@@ -248,8 +261,8 @@ abstract class RevWalkTextBuiltin extends TextBuiltin {
         * RevWalkTextBuiltin.
         *
         * @param c
-        *            The current {@link RevCommit}
-        * @throws Exception
+        *            The current {@link org.eclipse.jgit.revwalk.RevCommit}
+        * @throws java.lang.Exception
         */
        protected abstract void show(final RevCommit c) throws Exception;
 
@@ -260,10 +273,11 @@ abstract class RevWalkTextBuiltin extends TextBuiltin {
         * process RevCommits.
         *
         * @param objectWalk
-        *            the {@link ObjectWalk} used by {@link #walkLoop()}
+        *            the {@link org.eclipse.jgit.revwalk.ObjectWalk} used by
+        *            {@link #walkLoop()}
         * @param currentObject
-        *            The current {@link RevObject}
-        * @throws Exception
+        *            The current {@link org.eclipse.jgit.revwalk.RevObject}
+        * @throws java.lang.Exception
         */
        protected void show(final ObjectWalk objectWalk,
                        final RevObject currentObject) throws Exception {
index 32a5631e5458e695ab19b5195a91334ed68e92c9..f59161039ecc6c028f729a3bd67e374101d07cdf 100644 (file)
@@ -59,6 +59,7 @@ class Rm extends TextBuiltin {
        @Option(name = "--", handler = StopOptionHandler.class)
        private List<String> paths = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index 5eda36f39e66e361b4b9ff252c894a66e765b403..de04045e428a41edf4b39e7c1a4af9dbe104b82c 100644 (file)
@@ -165,12 +165,14 @@ class Show extends TextBuiltin {
                fmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss yyyy ZZZZZ", Locale.US); //$NON-NLS-1$
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void init(final Repository repository, final String gitDir) {
                super.init(repository, gitDir);
                diffFmt = new DiffFormatter(new BufferedOutputStream(outs));
        }
 
+       /** {@inheritDoc} */
        @SuppressWarnings("boxing")
        @Override
        protected void run() throws Exception {
index e9d9df6a1994769ed272fd0044bc1349e3c7c2e9..7b59d437ac60ef483c5c510e972b38bb6084f4e0 100644 (file)
@@ -58,6 +58,7 @@ import org.eclipse.jgit.util.RefMap;
 
 @Command(usage = "usage_ShowRef")
 class ShowRef extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                for (final Ref r : getSortedRefs()) {
index adcfea4dc320600f95d33edc966df1985508cf56..4238f207e0dda071843251f9eb6d1c9aca3632c8 100644 (file)
@@ -86,6 +86,7 @@ class Status extends TextBuiltin {
        @Option(name = "--", metaVar = "metaVar_paths", handler = RestOfArgumentsHandler.class)
        protected List<String> filterPaths;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
@@ -261,6 +262,15 @@ class Status extends TextBuiltin {
                }
        }
 
+       /**
+        * Print section header
+        *
+        * @param pattern
+        *            a {@link java.lang.String} object.
+        * @param arguments
+        *            a {@link java.lang.Object} object.
+        * @throws java.io.IOException
+        */
        protected void printSectionHeader(String pattern, Object... arguments)
                        throws IOException {
                if (!porcelain) {
@@ -272,6 +282,14 @@ class Status extends TextBuiltin {
                }
        }
 
+       /**
+        * Print String list
+        *
+        * @param list
+        *            a {@link java.util.Collection} object.
+        * @return a int.
+        * @throws java.io.IOException
+        */
        protected int printList(Collection<String> list) throws IOException {
                if (!list.isEmpty()) {
                        List<String> sortedList = new ArrayList<>(list);
@@ -286,6 +304,26 @@ class Status extends TextBuiltin {
                        return 0;
        }
 
+       /**
+        * Print String list
+        *
+        * @param status1
+        *            a {@link java.lang.String} object.
+        * @param status2
+        *            a {@link java.lang.String} object.
+        * @param status3
+        *            a {@link java.lang.String} object.
+        * @param list
+        *            a {@link java.util.Collection} object.
+        * @param set1
+        *            a {@link java.util.Collection} object.
+        * @param set2
+        *            a {@link java.util.Collection} object.
+        * @param set3
+        *            a {@link java.util.Collection} object.
+        * @return a int.
+        * @throws java.io.IOException
+        */
        protected int printList(String status1, String status2, String status3,
                        Collection<String> list, Collection<String> set1,
                        Collection<String> set2,
index dc4b037cf2e742de3fb5eb0b8fc9a7b55eca83df..43c1f54ab5eccaa9f9a2df6770f35829eadf7142 100644 (file)
@@ -80,6 +80,7 @@ class Tag extends TextBuiltin {
        @Argument(index = 1, metaVar = "metaVar_object")
        private ObjectId object;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (Git git = new Git(db)) {
index c3b45e8de9472af80b2fb13eede956a9f3b48c94..bc3755d34905da4a402dd95e51a815c6abf08ac2 100644 (file)
@@ -133,7 +133,11 @@ public abstract class TextBuiltin {
                commandName = name;
        }
 
-       /** @return true if {@link #db}/{@link #getRepository()} is required. */
+       /**
+        * If this command requires a repository.
+        *
+        * @return true if {@link #db}/{@link #getRepository()} is required
+        */
        protected boolean requiresRepository() {
                return true;
        }
@@ -214,7 +218,7 @@ public abstract class TextBuiltin {
         *
         * @param args
         *            command line arguments passed after the command name.
-        * @throws Exception
+        * @throws java.lang.Exception
         *             an error occurred while processing the command. The main
         *             framework will catch the exception and print a message on
         *             standard error.
@@ -233,7 +237,7 @@ public abstract class TextBuiltin {
         *
         * @param args
         *            the arguments supplied on the command line, if any.
-        * @throws IOException
+        * @throws java.io.IOException
         */
        protected void parseArguments(final String[] args) throws IOException {
                final CmdLineParser clp = new CmdLineParser(this);
@@ -260,7 +264,8 @@ public abstract class TextBuiltin {
         * Print the usage line
         *
         * @param clp
-        * @throws IOException
+        *            a {@link org.eclipse.jgit.pgm.opt.CmdLineParser} object.
+        * @throws java.io.IOException
         */
        public void printUsageAndExit(final CmdLineParser clp) throws IOException {
                printUsageAndExit("", clp); //$NON-NLS-1$
@@ -270,8 +275,10 @@ public abstract class TextBuiltin {
         * Print an error message and the usage line
         *
         * @param message
+        *            a {@link java.lang.String} object.
         * @param clp
-        * @throws IOException
+        *            a {@link org.eclipse.jgit.pgm.opt.CmdLineParser} object.
+        * @throws java.io.IOException
         */
        public void printUsageAndExit(final String message, final CmdLineParser clp) throws IOException {
                printUsage(message, clp);
@@ -279,11 +286,13 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Print usage help text.
+        *
         * @param message
         *            non null
         * @param clp
         *            parser used to print options
-        * @throws IOException
+        * @throws java.io.IOException
         * @since 4.2
         */
        protected void printUsage(final String message, final CmdLineParser clp)
@@ -302,6 +311,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Get error writer
+        *
         * @return error writer, typically this is standard error.
         * @since 4.2
         */
@@ -310,6 +321,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Get output writer
+        *
         * @return output writer, typically this is standard output.
         * @since 4.9
         */
@@ -318,6 +331,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Get resource bundle with localized texts
+        *
         * @return the resource bundle that will be passed to args4j for purpose of
         *         string localization
         */
@@ -330,7 +345,7 @@ public abstract class TextBuiltin {
         * <p>
         * This method should only be invoked by {@link #execute(String[])}.
         *
-        * @throws Exception
+        * @throws java.lang.Exception
         *             an error occurred while processing the command. The main
         *             framework will catch the exception and print a message on
         *             standard error.
@@ -338,6 +353,8 @@ public abstract class TextBuiltin {
        protected abstract void run() throws Exception;
 
        /**
+        * Get the repository
+        *
         * @return the repository this command accesses.
         */
        public Repository getRepository() {
@@ -352,6 +369,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Exit the command with an error message
+        *
         * @param why
         *            textual explanation
         * @return a runtime exception the caller is expected to throw
@@ -361,6 +380,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Exit the command with an error message and an exception
+        *
         * @param why
         *            textual explanation
         * @param cause
@@ -372,8 +393,11 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Exit the command
+        *
         * @param aborted
-        *            boolean indicating that the execution has been aborted before running
+        *            boolean indicating that the execution has been aborted before
+        *            running
         * @return a runtime exception the caller is expected to throw
         * @since 3.4
         */
@@ -382,6 +406,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Exit the command
+        *
         * @param aborted
         *            boolean indicating that the execution has been aborted before
         *            running
@@ -405,6 +431,8 @@ public abstract class TextBuiltin {
        }
 
        /**
+        * Check if the arguments contain a help option
+        *
         * @param args
         *            non null
         * @return true if the given array contains help option
index 447374d69947b55d9ce3dc8595c3f283e2376f86..5d032d20845eb713bbcd0054d662af06b3371649 100644 (file)
@@ -62,11 +62,13 @@ class UploadPack extends TextBuiltin {
        @Argument(index = 0, required = true, metaVar = "metaVar_directory", usage = "usage_RepositoryToReadFrom")
        File srcGitdir;
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final org.eclipse.jgit.transport.UploadPack up;
index 6bed9c602525d3182398e6ef298e629ba93b4778..5efc03b287d705c66b7898632aff16315cfe4a5f 100644 (file)
@@ -55,6 +55,7 @@ import org.eclipse.jgit.pgm.internal.CLIText;
 
 @Command(common = true, usage = "usage_DisplayTheVersionOfJgit")
 class Version extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                // read the Implementation-Version from Manifest
@@ -73,6 +74,7 @@ class Version extends TextBuiltin {
                outw.println(MessageFormat.format(CLIText.get().jgitVersion, version));
        }
 
+       /** {@inheritDoc} */
        @Override
        protected final boolean requiresRepository() {
                return false;
index 71c8db8e451318e047b3ac7ff9ce7bff1db130c0..248eaac8ad22039a52d79f362b65bfcb5ed5859d 100644 (file)
@@ -95,6 +95,7 @@ class BenchmarkReftable extends TextBuiltin {
        @Argument(index = 1)
        private String reftablePath;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                switch (test) {
index 8de57e322e6490ec92a5771a240799da0578a977..5f8ebdb1a9b0a6a5ffd898db0be56176736053da 100644 (file)
@@ -130,11 +130,13 @@ class DiffAlgorithms extends TextBuiltin {
 
        private ThreadMXBean mxBean;
 
+       /** {@inheritDoc} */
        @Override
        protected boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                mxBean = ManagementFactory.getThreadMXBean();
index 9dc47210db7f207b83884299252538e95b961b49..973b0d7655193f2de06b38cfd743b27485c953e6 100644 (file)
@@ -214,11 +214,13 @@ class LfsStore extends TextBuiltin {
 
        String secretKey;
 
+       /** {@inheritDoc} */
        @Override
        protected boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                AppServer server = new AppServer(port);
index d3a0a3e14e88a6d61a60a93ff0134f4eee2a7b55..127e5417417554edb507c9e0e2d40e02544021ac 100644 (file)
@@ -57,6 +57,7 @@ import org.eclipse.jgit.pgm.internal.CLIText;
 
 @Command(usage = "usage_MakeCacheTree")
 class MakeCacheTree extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final DirCache cache = db.readDirCache();
index 07bfc4b5feb527f319672cfaa3807367efe98852..0194cca491754ef43c9382956f14aecdb1ba5812 100644 (file)
@@ -54,6 +54,7 @@ import org.eclipse.jgit.pgm.internal.CLIText;
 
 @Command(usage = "usage_ReadDirCache")
 class ReadDirCache extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final int cnt = 100;
index 9b8db3e0f82b41d7f8a46e796e92117118b0e0ad..fda19017d2b39c6a964c9506dde81ff9401688a7 100644 (file)
@@ -63,6 +63,7 @@ class ReadReftable extends TextBuiltin {
        @Argument(index = 1, required = false)
        private String ref;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (FileInputStream in = new FileInputStream(input);
index da602d0b898c73ad07f24cb2a11045ea12eb65e1..2e41eec7cb421cc4302bb7dad1104b43455798b4 100644 (file)
@@ -114,6 +114,7 @@ class RebuildCommitGraph extends TextBuiltin {
 
        private Map<ObjectId, ObjectId> rewrites = new HashMap<>();
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (!really && !db.getRefDatabase().getRefs(ALL).isEmpty()) {
index 8cde5138a4458935e8bfaf894312e08c6f54957b..31724839531e77d896fe5a2b16bc9cef3953244a 100644 (file)
@@ -73,6 +73,7 @@ class RebuildRefTree extends TextBuiltin {
        private String txnNamespace;
        private String txnCommitted;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                try (ObjectReader reader = db.newObjectReader();
index e287425d7bfdfc8ce5fb16b6e4ec16ea1068ad8c..20fa4a3fe53b909e000a3c260b79ef4ae1bc55cf 100644 (file)
@@ -57,6 +57,7 @@ import org.eclipse.jgit.pgm.internal.CLIText;
 
 @Command(usage = "usage_ShowCacheTree")
 class ShowCacheTree extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final DirCache cache = db.readDirCache();
index 415c7d320f54a19cf793ef43adb6764b4b271876..a960ec6dd3ca8bb5d9463218f673880c5136a24b 100644 (file)
@@ -59,6 +59,7 @@ class ShowCommands extends TextBuiltin {
        @Option(name = "--pretty", metaVar = "metaVar_commandDetail", usage = "usage_alterTheDetailShown")
        private Format pretty = Format.USAGE;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final CommandRef[] list = CommandCatalog.all();
index bb4f73d7d168b168cb6791c6ae0c6e45e885482b..7f99d76bda2bf94da34d56f88883d3da2cc5beef 100644 (file)
@@ -64,6 +64,7 @@ class ShowDirCache extends TextBuiltin {
        @Option(name = "--millis", aliases = { "-m" }, usage = "usage_showTimeInMilliseconds")
        private boolean millis = false;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final SimpleDateFormat fmt;
index 150fe6eecb588422d007cc282d0c1611f3881839..bbc1b0f330f0822370dbb1959c5158a30c9447e1 100644 (file)
@@ -72,6 +72,7 @@ class ShowPackDelta extends TextBuiltin {
        @Argument(index = 0)
        private ObjectId objectId;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                ObjectReader reader = db.newObjectReader();
index ce582010f04514e8d49066a59f9f2de48699c4d2..83b7bcea26be871e5f31fed0812138f92971cf99 100644 (file)
@@ -262,11 +262,13 @@ class TextHashFunctions extends TextBuiltin {
        @Option(name = "--repository", aliases = { "-r" }, metaVar = "GIT_DIR", usage = "Repository to scan")
        List<File> gitDirs = new ArrayList<>();
 
+       /** {@inheritDoc} */
        @Override
        protected boolean requiresRepository() {
                return false;
        }
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                if (gitDirs.isEmpty()) {
index dffb57989519de800805a6857328b7aaf84c1057..b38de14af9c0399c0bf2e36a5078479dc9afdd9a 100644 (file)
@@ -75,6 +75,7 @@ class VerifyReftable extends TextBuiltin {
        @Argument(index = 1)
        private String reftablePath;
 
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                List<Ref> refs = WriteReftable.readRefs(lsRemotePath);
index 42428c7740b2082bd424b647f2c862d4575d3534..d3b0005efc262e210aed1b93fc7e36ceb9b9ff57 100644 (file)
@@ -51,6 +51,7 @@ import org.eclipse.jgit.pgm.internal.CLIText;
 
 @Command(usage = "usage_WriteDirCache")
 class WriteDirCache extends TextBuiltin {
+       /** {@inheritDoc} */
        @Override
        protected void run() throws Exception {
                final DirCache cache = db.readDirCache();
index 76ffa194a3be3bb08d0b618909a88ac838331810..6cbc1b082bb7868ffb598ee06332755f8026bdb2 100644 (file)
@@ -104,6 +104,7 @@ class WriteReftable extends TextBuiltin {
        @Argument(index = 1)
        private String out;
 
+       /** {@inheritDoc} */
        @SuppressWarnings({ "nls", "boxing" })
        @Override
        protected void run() throws Exception {
index dfb489d826525d4daf0981e35dd48dc03d94c6ad..b3ad8bf403fb46a7ae777caa2e1daa24db674dbc 100644 (file)
@@ -79,6 +79,8 @@ public class CLIText extends TranslationBundle {
        }
 
        /**
+        * Format text
+        *
         * @param text
         *            the text to format.
         * @return a new Format instance.
@@ -88,6 +90,8 @@ public class CLIText extends TranslationBundle {
        }
 
        /**
+        * Get an instance of this translation bundle
+        *
         * @return an instance of this translation bundle
         */
        public static CLIText get() {
index 587f98ca5302297f3a107fb5022c8731d1ff7974..6fe79271661edca24eabc18db149e1f171ae7d89 100644 (file)
@@ -68,7 +68,8 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Custom argument handler {@link AbstractTreeIterator} from string values.
+ * Custom argument handler
+ * {@link org.eclipse.jgit.treewalk.AbstractTreeIterator} from string values.
  * <p>
  * Assumes the parser has been initialized with a Repository.
  */
@@ -82,8 +83,11 @@ public class AbstractTreeIteratorHandler extends
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public AbstractTreeIteratorHandler(final CmdLineParser parser,
                        final OptionDef option,
@@ -92,6 +96,7 @@ public class AbstractTreeIteratorHandler extends
                clp = (org.eclipse.jgit.pgm.opt.CmdLineParser) parser;
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                final String name = params.getParameter(0);
@@ -144,6 +149,7 @@ public class AbstractTreeIteratorHandler extends
                return 1;
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_treeish;
index 3dcb2a31471d44fc2b0ec647d7d66c7d434a547d..e071bdf83946e44241d2025fa2e68e2715492142 100644 (file)
@@ -61,11 +61,9 @@ import org.eclipse.jgit.revwalk.RevTree;
 import org.eclipse.jgit.revwalk.RevWalk;
 import org.eclipse.jgit.transport.RefSpec;
 import org.eclipse.jgit.treewalk.AbstractTreeIterator;
-import org.kohsuke.args4j.Argument;
 import org.kohsuke.args4j.CmdLineException;
 import org.kohsuke.args4j.IllegalAnnotationError;
 import org.kohsuke.args4j.NamedOptionDef;
-import org.kohsuke.args4j.Option;
 import org.kohsuke.args4j.OptionDef;
 import org.kohsuke.args4j.OptionHandlerRegistry;
 import org.kohsuke.args4j.spi.OptionHandler;
@@ -105,9 +103,10 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
         * them into the given object.
         *
         * @param bean
-        *            instance of a class annotated by {@link Option} and
-        *            {@link Argument}. this object will receive values.
-        *
+        *            instance of a class annotated by
+        *            {@link org.kohsuke.args4j.Option} and
+        *            {@link org.kohsuke.args4j.Argument}. this object will receive
+        *            values.
         * @throws IllegalAnnotationError
         *             if the option bean class is using args4j annotations
         *             incorrectly.
@@ -121,8 +120,10 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
         * them into the given object.
         *
         * @param bean
-        *            instance of a class annotated by {@link Option} and
-        *            {@link Argument}. this object will receive values.
+        *            instance of a class annotated by
+        *            {@link org.kohsuke.args4j.Option} and
+        *            {@link org.kohsuke.args4j.Argument}. this object will receive
+        *            values.
         * @param repo
         *            repository this parser can translate options through.
         * @throws IllegalAnnotationError
@@ -140,6 +141,7 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
                this.db = repo;
        }
 
+       /** {@inheritDoc} */
        @Override
        public void parseArgument(final String... args) throws CmdLineException {
                final ArrayList<String> tmp = new ArrayList<>(args.length);
@@ -223,6 +225,8 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
        }
 
        /**
+        * Check if array contains help option
+        *
         * @param args
         *            non null
         * @return true if the given array contains help option
@@ -292,6 +296,7 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
                }
        }
 
+       /** {@inheritDoc} */
        @Override
        protected OptionHandler createOptionHandler(OptionDef o, Setter setter) {
                if (o instanceof NamedOptionDef)
@@ -301,6 +306,7 @@ public class CmdLineParser extends org.kohsuke.args4j.CmdLineParser {
 
        }
 
+       /** {@inheritDoc} */
        @Override
        public void printSingleLineUsage(Writer w, ResourceBundle rb) {
                List<OptionHandler> options = getOptions();
index 74bab2d2ede1fa3154923d6f7e5f31250705412d..0e5b0f5b16fddbe0e758ca99422438baf14bc9f6 100644 (file)
@@ -56,7 +56,8 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Custom argument handler {@link ObjectId} from string values.
+ * Custom argument handler {@link org.eclipse.jgit.lib.ObjectId} from string
+ * values.
  * <p>
  * Assumes the parser has been initialized with a Repository.
  */
@@ -69,8 +70,11 @@ public class ObjectIdHandler extends OptionHandler<ObjectId> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public ObjectIdHandler(final CmdLineParser parser, final OptionDef option,
                        final Setter<? super ObjectId> setter) {
@@ -78,6 +82,7 @@ public class ObjectIdHandler extends OptionHandler<ObjectId> {
                clp = (org.eclipse.jgit.pgm.opt.CmdLineParser) parser;
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                final String name = params.getParameter(0);
@@ -96,6 +101,7 @@ public class ObjectIdHandler extends OptionHandler<ObjectId> {
                                CLIText.format(CLIText.get().notAnObject), name);
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_object;
index 3de7a8109179992bbd14730959456b5e1f61c892..7d7c8065072c6c68c46f93133efddf249f22d527 100644 (file)
@@ -19,15 +19,21 @@ import org.kohsuke.args4j.spi.Setter;
 public class OptionWithValuesListHandler extends OptionHandler<List<?>> {
 
        /**
+        * Constructor for OptionWithValuesListHandler.
+        *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public OptionWithValuesListHandler(CmdLineParser parser,
                        OptionDef option, Setter<List<?>> setter) {
                super(parser, option, setter);
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(Parameters params) throws CmdLineException {
                final List<String> list = new ArrayList<>();
@@ -44,6 +50,7 @@ public class OptionWithValuesListHandler extends OptionHandler<List<?>> {
                return list.size();
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_values;
index b873c3dc2ce282517d4a031b859bbbb1f223975c..1a6b65625d6f14317e1a9782b86802253d73f141 100644 (file)
@@ -59,10 +59,11 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Create a {@link TreeFilter} to patch math names.
+ * Create a {@link org.eclipse.jgit.treewalk.filter.TreeFilter} to patch math
+ * names.
  * <p>
  * This handler consumes all arguments to the end of the command line, and is
- * meant to be used on an {@link Option} of name "--".
+ * meant to be used on an {@link org.kohsuke.args4j.Option} of name "--".
  */
 public class PathTreeFilterHandler extends OptionHandler<TreeFilter> {
        /**
@@ -71,14 +72,18 @@ public class PathTreeFilterHandler extends OptionHandler<TreeFilter> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public PathTreeFilterHandler(final CmdLineParser parser,
                        final OptionDef option, final Setter<? super TreeFilter> setter) {
                super(parser, option, setter);
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                final List<PathFilter> filters = new ArrayList<>();
@@ -102,6 +107,7 @@ public class PathTreeFilterHandler extends OptionHandler<TreeFilter> {
                return filters.size();
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_paths;
index f50c7aded71ee2c515b49e68e81929758b3b68f2..dd8520af7415999c96e479e43b38697ebb2dfb53 100644 (file)
@@ -53,7 +53,8 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Custom argument handler {@link RefSpec} from string values.
+ * Custom argument handler {@link org.eclipse.jgit.transport.RefSpec} from
+ * string values.
  * <p>
  * Assumes the parser has been initialized with a Repository.
  */
@@ -64,20 +65,25 @@ public class RefSpecHandler extends OptionHandler<RefSpec> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public RefSpecHandler(final CmdLineParser parser, final OptionDef option,
                        final Setter<? super RefSpec> setter) {
                super(parser, option, setter);
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                setter.addValue(new RefSpec(params.getParameter(0)));
                return 1;
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_refspec;
index 27555e3442d856446218ec7d643767a8683af3a7..d2fa76432623cb23fefb01dccc39fe23f5045f74 100644 (file)
@@ -60,7 +60,8 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Custom argument handler {@link RevCommit} from string values.
+ * Custom argument handler {@link org.eclipse.jgit.revwalk.RevCommit} from
+ * string values.
  * <p>
  * Assumes the parser has been initialized with a Repository.
  */
@@ -73,8 +74,11 @@ public class RevCommitHandler extends OptionHandler<RevCommit> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public RevCommitHandler(final CmdLineParser parser, final OptionDef option,
                        final Setter<? super RevCommit> setter) {
@@ -82,6 +86,7 @@ public class RevCommitHandler extends OptionHandler<RevCommit> {
                clp = (org.eclipse.jgit.pgm.opt.CmdLineParser) parser;
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                String name = params.getParameter(0);
@@ -145,6 +150,7 @@ public class RevCommitHandler extends OptionHandler<RevCommit> {
                setter.addValue(c);
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_commitish;
index 15ed5890e92992996de42fb0ab726be303ca4310..9444363be018a803d6503f0be7a4a33f981b9b3d 100644 (file)
@@ -59,7 +59,8 @@ import org.kohsuke.args4j.spi.Parameters;
 import org.kohsuke.args4j.spi.Setter;
 
 /**
- * Custom argument handler {@link RevTree} from string values.
+ * Custom argument handler {@link org.eclipse.jgit.revwalk.RevTree} from string
+ * values.
  * <p>
  * Assumes the parser has been initialized with a Repository.
  */
@@ -72,8 +73,11 @@ public class RevTreeHandler extends OptionHandler<RevTree> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public RevTreeHandler(final CmdLineParser parser, final OptionDef option,
                        final Setter<? super RevTree> setter) {
@@ -81,6 +85,7 @@ public class RevTreeHandler extends OptionHandler<RevTree> {
                clp = (org.eclipse.jgit.pgm.opt.CmdLineParser) parser;
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                final String name = params.getParameter(0);
@@ -112,6 +117,7 @@ public class RevTreeHandler extends OptionHandler<RevTree> {
                return 1;
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_treeish;
index ae5263fba7cba64a6ceee4644bd3c0a687072013..d60071f178842c1bbdc2f6483757d2bb4087f338 100644 (file)
@@ -57,8 +57,9 @@ import org.kohsuke.args4j.spi.Setter;
 /**
  * Custom Argument handler for jgit command selection.
  * <p>
- * Translates a single argument string to a {@link TextBuiltin} instance which
- * we can execute at runtime with the remaining arguments of the parser.
+ * Translates a single argument string to a
+ * {@link org.eclipse.jgit.pgm.TextBuiltin} instance which we can execute at
+ * runtime with the remaining arguments of the parser.
  */
 public class SubcommandHandler extends OptionHandler<TextBuiltin> {
        private final org.eclipse.jgit.pgm.opt.CmdLineParser clp;
@@ -69,8 +70,11 @@ public class SubcommandHandler extends OptionHandler<TextBuiltin> {
         * This constructor is used only by args4j.
         *
         * @param parser
+        *            a {@link org.kohsuke.args4j.CmdLineParser} object.
         * @param option
+        *            a {@link org.kohsuke.args4j.OptionDef} object.
         * @param setter
+        *            a {@link org.kohsuke.args4j.spi.Setter} object.
         */
        public SubcommandHandler(final CmdLineParser parser,
                        final OptionDef option, final Setter<? super TextBuiltin> setter) {
@@ -78,6 +82,7 @@ public class SubcommandHandler extends OptionHandler<TextBuiltin> {
                clp = (org.eclipse.jgit.pgm.opt.CmdLineParser) parser;
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(final Parameters params) throws CmdLineException {
                final String name = params.getParameter(0);
@@ -95,6 +100,7 @@ public class SubcommandHandler extends OptionHandler<TextBuiltin> {
                return 1;
        }
 
+       /** {@inheritDoc} */
        @Override
        public String getDefaultMetaVariable() {
                return CLIText.get().metaVar_command;
index e22b2e49b1f6045dee16354951d13b94efb245be..2487a926dc804932df2eef3fc03e5a6a26e0dd61 100644 (file)
@@ -71,6 +71,8 @@ import org.kohsuke.args4j.spi.StringOptionHandler;
 public class UntrackedFilesHandler extends StringOptionHandler {
 
        /**
+        * <p>Constructor for UntrackedFilesHandler.</p>
+        *
         * @param parser
         *            The parser to which this handler belongs to.
         * @param option
@@ -83,6 +85,7 @@ public class UntrackedFilesHandler extends StringOptionHandler {
                super(parser, option, setter);
        }
 
+       /** {@inheritDoc} */
        @Override
        public int parseArguments(Parameters params) throws CmdLineException {
                String alias = params.getParameter(-1);