Class LinkedResources.Builder
java.lang.Object
com.adobe.epubcheck.opf.LinkedResources.Builder
- Enclosing class:
LinkedResources
A builder for
LinkedResources.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(LinkedResource resource) Add a new linked resource to this builder.build()Returns a newly created set of linked resources.
-
Field Details
-
resources
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
add
Add a new linked resource to this builder.- Parameters:
resource- the resource to add.- Returns:
- this builder.
-
build
Returns a newly created set of linked resources.
-