- All Implemented Interfaces:
Runnable
Simple wrapper around all the command line utilities included in PDFBox.
Used as the main class in the runnable standalone PDFBox jar.
-
Field Summary
Fields
(package private) picocli.CommandLine.Model.CommandSpec
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
spec
picocli.CommandLine.Model.CommandSpec spec
-
-
Method Details
-
main
public static void main(String[] args)
Main method.
- Parameters:
args - command line arguments
-
run
public void run()
- Specified by:
run in interface Runnable