Package com.adobe.epubcheck.ocf
Class PackageDocumentData
- java.lang.Object
-
- com.adobe.epubcheck.ocf.PackageDocumentData
-
final class PackageDocumentData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPackageDocumentData.Builder
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<PublicationType>typesprivate java.lang.StringuniqueIdprivate EPUBVersionversion
-
Constructor Summary
Constructors Modifier Constructor Description privatePackageDocumentData(PackageDocumentData.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PublicationType>getTypes()java.lang.StringgetUniqueIdentifier()EPUBVersiongetVersion()
-
-
-
Field Detail
-
version
private final EPUBVersion version
-
types
private final java.util.Set<PublicationType> types
-
uniqueId
private final java.lang.String uniqueId
-
-
Constructor Detail
-
PackageDocumentData
private PackageDocumentData(PackageDocumentData.Builder builder) throws InvalidVersionException
- Throws:
InvalidVersionException
-
-
Method Detail
-
getVersion
public EPUBVersion getVersion()
-
getTypes
public java.util.Set<PublicationType> getTypes()
-
getUniqueIdentifier
public java.lang.String getUniqueIdentifier()
-
-