congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
BaleenContentExtractor.doDestroy
Code IndexAdd Tabnine to your IDE (free)

How to use
doDestroy
method
in
uk.gov.dstl.baleen.uima.BaleenContentExtractor

Best Java code snippets using uk.gov.dstl.baleen.uima.BaleenContentExtractor.doDestroy (Showing top 2 results out of 315)

origin: uk.gov.dstl.baleen/baleen-uima

@Override
public final void destroy() {
 monitor.startFunction("destroy");
 doDestroy();
 monitor.finishFunction("destroy");
}
origin: dstl/baleen

@Override
public final void destroy() {
 monitor.startFunction("destroy");
 doDestroy();
 monitor.finishFunction("destroy");
}
uk.gov.dstl.baleen.uimaBaleenContentExtractordoDestroy

Javadoc

Called when the content extractor has finished and is closing down. Any open resources, for example, should be closed at this point.

Popular methods of BaleenContentExtractor

  • addToJCasIndex
    Add an annotation to the JCas index, notifying UimaMonitor of the fact we have done so
  • createMonitor
  • createSupport
  • destroy
  • doInitialize
    Called when the content extractor is being initialized. Any required resources, for example, should
  • doProcessStream
    Called when the content extractor is being asked to process an inputstream and extract the content.
  • getSupport
    Gets the UimaSupport object associated with this ContentExtractor, for instance to log errors.
  • getUimaContext
  • initialize
  • processStream

Popular in Java

  • Reactive rest calls using spring rest template
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • requestLocationUpdates (LocationManager)
  • setScale (BigDecimal)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • ImageIO (javax.imageio)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now