public class OperationInspect extends OperationCommon
to
Modifier and Type | Method and Description |
---|---|
Subparser |
configureSubparser(Subparser subparser)
Configure this operation's subparser
|
SignatureDisplay |
display(com.itextpdf.text.pdf.PdfReader pdfReader) |
Inspect |
execute(File file) |
void |
execute(Namespace namespace)
Executes the operation
|
static OperationInspect |
getInstance() |
setTextOutput, setWritingMapper, writeResult
public Subparser configureSubparser(Subparser subparser)
Operation
The subparser handles the arguments accepted by this operation.
subparser
- Subparser object to configure, especially adding
argumentssubparsers
public void execute(Namespace namespace) throws OperationException
Operation
namespace
- parsed command line argumentsOperationException
- if some condition prevents the operation from
finishingpublic Inspect execute(File file) throws OperationException, IOException
OperationException
IOException
public SignatureDisplay display(com.itextpdf.text.pdf.PdfReader pdfReader)
public static OperationInspect getInstance()
Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.