Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
Modifier and Type | Field and Description |
---|---|
static DocumentType |
DocumentType.ARTICLE
Document type for a printed article.
|
static DocumentType |
DocumentType.BOOK
Document type for an book.
|
static DocumentType |
DocumentType.OTHER
Document type that doesn't fit the other categories.
|
static DocumentType |
DocumentType.REPORT
Document type for a report.
|
static DocumentType |
DocumentType.RFC
Document type for an IETF Request for Comment.
|
static DocumentType |
DocumentType.STANDARD
Document type for a standards body publication.
|
static DocumentType |
DocumentType.WEB
Document type for a Web page.
|
Modifier and Type | Method and Description |
---|---|
DocumentType |
Document.getType()
Returns one of the predefined DocumentTypes as the type of
this Document
|
Constructor and Description |
---|
Document(String title,
DocumentType type)
Creates a Document with a given title and one of the predefined
DocumentTypes.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.