Class ResourceCollections.Builder
java.lang.Object
com.adobe.epubcheck.opf.ResourceCollections.Builder
- Enclosing class:
ResourceCollections
A builder for
ResourceCollections.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(ResourceCollection collection) Add the given collection to the list of collections to build.build()Returns a newly created list of collections.
-
Field Details
-
collections
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
add
Add the given collection to the list of collections to build.- Parameters:
collection- the collection to add.- Returns:
- this builder.
-
build
Returns a newly created list of collections.
-