|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taleo.integration.client.customstep.tools.document.DocumentInfoBuilder
public class DocumentInfoBuilder
Builder for DocumentInfo implementations.
Currently, only PDF files are supported. Other files return a default DocumentInfo implementation that returns null values for unknown properties.
Field Summary | |
---|---|
static java.lang.String |
PDF_MIME_TYPE
Deprecated. |
Constructor Summary | |
---|---|
DocumentInfoBuilder()
Deprecated. |
Method Summary | |
---|---|
DocumentInfo |
createDocumentInfo(java.io.File file)
Deprecated. Create a DocumentInfo on the given file. |
boolean |
isSupported(java.io.File file)
Deprecated. Indicates if the given file is supported with regards to extracting document information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PDF_MIME_TYPE
Constructor Detail |
---|
public DocumentInfoBuilder()
Method Detail |
---|
public DocumentInfo createDocumentInfo(java.io.File file) throws java.lang.Exception
file
-
java.lang.Exception
public boolean isSupported(java.io.File file)
file
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |