Modifier | Constructor and Description |
---|---|
protected |
LaunchActionValidator(com.pdfunit.internal.spi.IDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
LaunchActionValidator |
hasLaunchAction()
Validating that the current document has a launch action.
|
LaunchActionValidator |
toLaunch(java.lang.String expectedApplication)
Validating that the current document has a launch action to launch
the expected application.
|
LaunchActionValidator |
toLaunch(java.lang.String expectedApplication,
java.lang.String expectedOperation)
Validating that the current document has a launch action to launch
the expected application with the specified operation.
|
protected LaunchActionValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
public LaunchActionValidator hasLaunchAction()
@Guarded public LaunchActionValidator toLaunch(java.lang.String expectedApplication)
@Guarded public LaunchActionValidator toLaunch(java.lang.String expectedApplication, java.lang.String expectedOperation)
Copyright (C) PDFUnit.com. See here for license.