public class MetaFinder extends StandardDocumentProcessor
condition
Constructor and Description |
---|
MetaFinder() |
Modifier and Type | Method and Description |
---|---|
void |
init(DocumentProcessingContext context)
This method is called at the beginning of the analysis process
|
void |
process(DocumentProcessingContext context,
ProcessableDocument document)
Process a document.
|
void |
release()
Release all processor ressources.
This method is called before processor finalization. |
getCondition, setCondition
public void process(DocumentProcessingContext context, ProcessableDocument document) throws java.lang.Exception
DocumentProcessor
context
- Context to perform various operations related to processingdocument
- The document being processed.java.lang.Exception
public void init(DocumentProcessingContext context)
DocumentProcessor
init
in interface DocumentProcessor
init
in class StandardDocumentProcessor
public void release()
DocumentProcessor
release
in interface DocumentProcessor
release
in class StandardDocumentProcessor
Copyright © 2013 Dassault Systèmes, All Rights Reserved.