| Package | Description |
|---|---|
| net.webpdf.ant | |
| net.webpdf.ant.task.credentials | |
| net.webpdf.ant.task.variable |
| Modifier and Type | Method and Description |
|---|---|
void |
WebPDFTask.add(org.apache.tools.ant.util.FileNameMapper fileNameMapper)
This shall configure the mapper used by this task, to determine the name of the generated target file.
|
void |
WebPDFTask.add(GroupTask task)
This method shall add a bundled
|
void |
WebPDFTask.add(NTCredentials credentials)
Provides credentials for windows platforms, containing username and password and optionally the name of the user's
workstation and domain name.
|
void |
WebPDFTask.add(org.apache.tools.ant.types.ResourceCollection resourceCollection)
This shall add the given items as sources of this task.
|
void |
GroupTask.add(org.apache.tools.ant.UnknownElement task)
This method shall define special handling for unknown sub elements.
|
void |
WebPDFTask.add(UserCredentials credentials)
Provides basic user credentials (username and password) for the authentication at the webPDF server.
|
void |
WebPDFTask.add(Variable variable)
Adds a variable to the group context.
|
void |
GroupTask.add(Variable variable)
Adds a variable to the group context.
|
void |
WebPDFTask.addTask(org.apache.tools.ant.Task task)
Method to add sub elements to this tag.
|
void |
GroupTask.addTask(org.apache.tools.ant.Task task)
Method to add sub elements to this task.
|
void |
WebPDFTask.setFailOnError(boolean failOnError)
This will set the failOnError flag.
|
void |
WebPDFTask.setServerUrl(String serverUrl)
This will initialize an URL pointing to the webPDF server.
|
void |
WebPDFTask.setTargetDir(File targetDir)
This will set the target directory all operation results shall be published to.
|
void |
WebPDFTask.setTargetFile(File targetFile)
This will set a single file all output shall be written to.
|
void |
WebPDFTask.setTempDir(File tempDir)
This shall define the temporary directory for this task.
|
| Constructor and Description |
|---|
GroupTask()
A Group Task shall be able to contain individual operations, that are bundled to one sequential groups, defining
common rules and resources.
|
WebPDFTask()
An instance of this class is representing the top level of the webPDF ANT task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NTCredentials.setDomain(String domain)
Sets the name of the domain of the user, that shall be authenticated.
|
void |
UserCredentials.setPassword(String password)
Sets the password of the user, that shall be authenticated.
|
void |
NTCredentials.setPassword(String password)
Sets the password of the user, that shall be authenticated.
|
void |
UserCredentials.setUsername(String username)
Sets the name of the user, that shall be authenticated.
|
void |
NTCredentials.setUsername(String username)
Sets the name of the user that shall be authenticated.
|
void |
NTCredentials.setWorkstation(String workstation)
Sets the name of the workstation of the user, that shall be authenticated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Variable.getName()
Returns the referable name of the variable.
|
VariableRole |
Variable.getRole()
Returns the role of the variable and provides information about it's usage and purpose via the VariableRole enum.
|
String |
Variable.getValue()
Returns the value of the variable.
|
void |
Variable.setName(String name)
Alters the referable name of the variable.
|
void |
Variable.setRole(VariableRole role)
Alters the role of the variable and provides information about it's usage and purpose via the VariableRole enum.
|
void |
Variable.setValue(String value)
Alters the value of the variable.
|
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.