public final class ExternalFinder
extends java.lang.Object
ExternalFinder was originally a plugin developed by Chihiro Hio, and generously donated for inclusion in OmegaT itself.
See getProjectFile(IProject)
and ExternalFinderItem
for
details about how this implementation's behavior differs from the original
plugin.
See the plugin page or package.html
for information about the
XML format.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FINDER_FILE |
Modifier and Type | Method and Description |
---|---|
static ExternalFinderConfiguration |
getGlobalConfig()
Get the global configuration.
|
static java.util.List<ExternalFinderItem> |
getItems() |
static ExternalFinderConfiguration |
getProjectConfig()
Get the project-specific configuration.
|
static void |
loadPlugins()
OmegaT will call this method when loading.
|
static void |
setGlobalConfig(ExternalFinderConfiguration newConfig)
Set the global configuration.
|
static void |
setProjectConfig(ExternalFinderConfiguration newConfig)
Set the project-specific configuration.
|
static void |
unloadPlugins() |
public static final java.lang.String FINDER_FILE
public static void loadPlugins()
public static void unloadPlugins()
public static ExternalFinderConfiguration getGlobalConfig()
public static void setGlobalConfig(ExternalFinderConfiguration newConfig)
public static ExternalFinderConfiguration getProjectConfig()
public static void setProjectConfig(ExternalFinderConfiguration newConfig)
public static java.util.List<ExternalFinderItem> getItems()