Package org.pgpainless.cli
Class PGPainlessCLI
- java.lang.Object
-
- org.pgpainless.cli.PGPainlessCLI
-
public class PGPainlessCLI extends Object
This class merely binds PGPainless toSopCLI
by injecting aSOPImpl
instance. CLI command calls are then simply forwarded toSopCLI.execute(String[])
.
-
-
Constructor Summary
Constructors Constructor Description PGPainlessCLI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
execute(String... args)
static void
main(String[] args)
-