|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.docconverter.client.PDFAValidationOptionSpec
public class PDFAValidationOptionSpec
PDFAValidationOptionSpec
specifies the client-configurable settings that help drive the validation
scan. These are needed because the PDF/A reference, like most specifications, contains a certain amount of
ambiguity as to how it should be implemented, or Acrobat, the standard bearer, deviates in some way and therefor
clients must choose how strictly to adhere to the spec vs. Acrobat's implementation.
Nested Class Summary | |
---|---|
static class |
PDFAValidationOptionSpec.Compliance
Supported conformance. |
static class |
PDFAValidationOptionSpec.ResultLevel
Supported result levels. |
Constructor Summary | |
---|---|
PDFAValidationOptionSpec()
PDFAValidationOptions Default Constructor. |
|
PDFAValidationOptionSpec(PDFAValidationOptionSpec.Compliance compliance,
PDFAValidationOptionSpec.ResultLevel resultLevel,
boolean ignoreUnusedResource,
boolean allowCertificationSignatures)
|
Method Summary | |
---|---|
PDFAValidationOptionSpec.Compliance |
getCompliance()
|
java.lang.String |
getLogLevel()
Retrieves the log level. |
PDFAValidationOptionSpec.ResultLevel |
getResultLevel()
|
boolean |
isAllowCertificationSignatures()
|
boolean |
isIgnoreUnusedResource()
|
void |
setAllowCertificationSignatures(boolean allowCertificationSignatures)
|
void |
setCompliance(PDFAValidationOptionSpec.Compliance compliance)
|
void |
setIgnoreUnusedResource(boolean ignoreUnusedResource)
|
void |
setLogLevel(java.lang.String logLevel)
Sets the log level. |
void |
setResultLevel(PDFAValidationOptionSpec.ResultLevel resultLevel)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDFAValidationOptionSpec()
public PDFAValidationOptionSpec(PDFAValidationOptionSpec.Compliance compliance, PDFAValidationOptionSpec.ResultLevel resultLevel, boolean ignoreUnusedResource, boolean allowCertificationSignatures)
compliance
- the compliance to setresultLevel
- the resultLevel to setignoreUnusedResource
- the ignoreUnusedResource to setallowCertificationSignatures
- the allowCertificationSignatures to setMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getLogLevel()
String
containing the log level.public void setLogLevel(java.lang.String logLevel)
If the log level is not set, then it defaults to "INFO"
. For investigation of problems,
it can be set to "FINE", "FINER"
or "FINEST",
but performance will be negatively affected in this mode.
logLevel
- The log level to be set. This is the string representation of a
java.util.logging.Level
value.public boolean isAllowCertificationSignatures()
public void setAllowCertificationSignatures(boolean allowCertificationSignatures)
allowCertificationSignatures
- the allowCertificationSignatures to setpublic PDFAValidationOptionSpec.Compliance getCompliance()
public void setCompliance(PDFAValidationOptionSpec.Compliance compliance)
compliance
- the compliance to setpublic boolean isIgnoreUnusedResource()
public void setIgnoreUnusedResource(boolean ignoreUnusedResource)
ignoreUnusedResource
- the ignoreUnusedResource to setpublic PDFAValidationOptionSpec.ResultLevel getResultLevel()
public void setResultLevel(PDFAValidationOptionSpec.ResultLevel resultLevel)
resultLevel
- the resultLevel to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |