@CreoleResource(name="PythonVersionLogger",
comment="Log the version of the Python plugin and the included gatenlp package",
tool=true,
isPrivate=true,
autoinstances=)
public class VersionLogger
extends gate.creole.AbstractResource
| Modifier and Type | Field and Description |
|---|---|
org.apache.log4j.Logger |
logger
Our logger instance.
|
protected boolean |
versionInfoShown |
| Constructor and Description |
|---|
VersionLogger() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPluginBuild()
Get plugin version.
|
static String |
getPluginVersion()
Get plugin version.
|
gate.Resource |
init() |
static String |
readGateNlpVersion()
Read the gatenlp version information.
|
checkParameterValues, cleanup, flushBeanInfoCache, forgetBeanInfo, getBeanInfo, getInitParameterValues, getInitParameterValues, getName, getParameterValue, getParameterValue, getParameterValues, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners, toStringprotected boolean versionInfoShown
public transient org.apache.log4j.Logger logger
public static String getPluginVersion()
public static String getPluginBuild()
public static String readGateNlpVersion()
public gate.Resource init()
init in interface gate.Resourceinit in class gate.creole.AbstractResourceCopyright © 2021 GATE Team. All rights reserved.