Class CLI
- java.lang.Object
-
- org.vx68k.bitbucket.api.client.cli.AbstractCommand
-
- org.vx68k.bitbucket.api.client.cli.CommandGroup
-
- org.vx68k.bitbucket.api.client.cli.CLI
-
- All Implemented Interfaces:
Command
public class CLI extends CommandGroup
Main class of the CLI.- Since:
- 5.0
- Author:
- Kaz Nishimura
-
-
Constructor Summary
Constructors Constructor Description CLI(BitbucketClient bitbucketClientValue)
Constructs this object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Command entry point.-
Methods inherited from class org.vx68k.bitbucket.api.client.cli.CommandGroup
add, run
-
Methods inherited from class org.vx68k.bitbucket.api.client.cli.AbstractCommand
getBitbucketClient
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.vx68k.bitbucket.api.client.cli.Command
getDescription
-
-
-
-
Constructor Detail
-
CLI
public CLI(BitbucketClient bitbucketClientValue)
Constructs this object.- Parameters:
bitbucketClientValue
- value for the Bitbucket client
-
-
Method Detail
-
main
public static void main(String[] args)
Command entry point.- Parameters:
args
- command arguments
-
-