public final class Components extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Components.Timer
Convenience factory class to facilitate the creation of
AuditDurations. |
| Modifier and Type | Method and Description |
|---|---|
static ComponentDetails |
defaultDetails() |
static AuditDuration |
defaultDuration() |
static ComponentDetails |
detailsFromValues(URI id,
String name,
String version,
String provider,
String description)
Create a new new
ComponentDetails instance from the passed values |
static ComponentDetails |
libraryDetails(URI id,
String name)
Convenience method that creates a
ComponentDetails instance with
the veraPDF library version number and description. |
static ComponentDetails |
veraDetails(URI id,
String name,
String version,
String description)
Convenience method that creates a
ComponentDetails instance with
the veraPDF library description. |
public static ComponentDetails defaultDetails()
ComponentDetails instance.public static ComponentDetails libraryDetails(URI id, String name)
ComponentDetails instance with
the veraPDF library version number and description.id - a preferably unique URI that identifies the
ComponentDetails.name - the name to be assigned the ComponentDetailsComponentDetails instance populated using the
passed parameterspublic static ComponentDetails veraDetails(URI id, String name, String version, String description)
ComponentDetails instance with
the veraPDF library description.id - a preferably unique URI that identifies the
ComponentDetails.name - the name to be assigned the ComponentDetailsdescription - the description to be assigned to the ComponentDetails
instance.ComponentDetails instance populated using the
passed parameterspublic static ComponentDetails detailsFromValues(URI id, String name, String version, String provider, String description)
ComponentDetails instance from the passed valuespublic static AuditDuration defaultDuration()
AuditDuration instanceCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.