Class OPFItem.Builder
java.lang.Object
com.adobe.epubcheck.opf.OPFItem.Builder
- Enclosing class:
OPFItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.google.common.base.Optional<OCFContainer> private Stringprivate Stringprivate booleanprivate booleanprivate booleanprivate Stringprivate booleanprivate booleanprivate EPUBLocationprivate Stringprivate Stringprivate booleanprivate com.google.common.collect.ImmutableSet.Builder<Property> private booleanprivate intprivate io.mola.galimatias.URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new immutableOPFItemfrom this builder.container(com.google.common.base.Optional<OCFContainer> container) fallback()fallbackStyle(String fallbackStyle) booleanhasContentDocumentFallback(boolean hasContentDocumentFallback) booleanhasCoreMediaTypeFallback(boolean hasCoreMediaTypeFallback) booleanbooleanid()inSpine(int position) booleanlocation()location(EPUBLocation location) mediaOverlay(String path) mimetype()ncx()properties(Set<Property> properties) remote(boolean remote) toString()url(io.mola.galimatias.URL url)
-
Field Details
-
id
-
url
private io.mola.galimatias.URL url -
location
-
container
-
remote
private boolean remote -
mimetype
-
fallback
-
fallbackStyle
-
hasContentDocumentFallback
private boolean hasContentDocumentFallback -
hasCoreMediaTypeFallback
private boolean hasCoreMediaTypeFallback -
isFallbackResolved
private boolean isFallbackResolved -
ncx
private boolean ncx -
linear
private boolean linear -
spinePosition
private int spinePosition -
fxl
private boolean fxl -
mediaOverlay
-
propertiesBuilder
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
-
id
-
url
-
location
-
location
-
container
-
remote
-
mimetype
-
mimetype
-
fallback
-
fallback
-
hasFallback
public boolean hasFallback() -
fallbackStyle
-
fallbackStyle
-
hasFallbackStyle
public boolean hasFallbackStyle() -
hasCoreMediaTypeFallback
-
hasCoreMediaTypeFallback
public boolean hasCoreMediaTypeFallback() -
hasContentDocumentFallback
-
hasContentDocumentFallback
public boolean hasContentDocumentFallback() -
markResolved
-
isResolved
public boolean isResolved() -
fixedLayout
-
mediaOverlay
-
ncx
-
nonlinear
-
inSpine
-
properties
-
toString
-
build
-