Class LinkedResource.Builder
java.lang.Object
com.adobe.epubcheck.opf.LinkedResource.Builder
- Enclosing class:
LinkedResource
A builder for
LinkedResource.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBuilder(io.mola.galimatias.URL url) Creates a new builder for a resource of the given URI (must not be null). -
Method Summary
-
Field Details
-
url
private final io.mola.galimatias.URL url -
id
-
rel
-
refines
-
mimetype
-
-
Constructor Details
-
Builder
public Builder(io.mola.galimatias.URL url) Creates a new builder for a resource of the given URI (must not be null).
-
-
Method Details
-
id
-
rel
-
refines
-
mimetype
-
build
Returns a newly createdLinkedResource.
-