AnnotatorSettings

Inheritance: java.lang.Object

public class AnnotatorSettings

Defines settings for customizing Annotator behavior.

Constructors

Constructor Description
AnnotatorSettings()

Methods

Method Description
getLogger() Logger
setLogger(ILogger value) Logger
getCache() Cache
setCache(ICache value) Cache

AnnotatorSettings()

public AnnotatorSettings()

getLogger()

public final ILogger getLogger()

Logger

Returns: com.groupdocs.foundation.logging.ILogger -

setLogger(ILogger value)

public final void setLogger(ILogger value)

Logger

Parameters:

Parameter Type Description
value com.groupdocs.foundation.logging.ILogger

getCache()

public final ICache getCache()

Cache

Returns: ICache -

setCache(ICache value)

public final void setCache(ICache value)

Cache

Parameters:

Parameter Type Description
value ICache