com.taleo.integration.client.customstep.tools.document
Class DocumentInfoBuilder

java.lang.Object
  extended by com.taleo.integration.client.customstep.tools.document.DocumentInfoBuilder

Deprecated. No more necessary with the added Document.Code to build filename.

public class DocumentInfoBuilder
extends java.lang.Object

Builder for DocumentInfo implementations.

Currently, only PDF files are supported. Other files return a default DocumentInfo implementation that returns null values for unknown properties.

Author:
Romain Guay, Taleo Corporation

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

PDF_MIME_TYPE

public static final java.lang.String PDF_MIME_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DocumentInfoBuilder

public DocumentInfoBuilder()
Deprecated. 
Method Detail

createDocumentInfo

public DocumentInfo createDocumentInfo(java.io.File file)
                                throws java.lang.Exception
Deprecated. 
Create a DocumentInfo on the given file.

Parameters:
file -
Returns:
Throws:
java.lang.Exception

isSupported

public boolean isSupported(java.io.File file)
Deprecated. 
Indicates if the given file is supported with regards to extracting document information.

Parameters:
file -
Returns: