ome.api.local
Interface LocalConfig

All Superinterfaces:
IConfig, ServiceInterface
All Known Implementing Classes:
ConfigImpl

public interface LocalConfig
extends IConfig

Provides local (internal) extensions for configuration. Primarily this is important because some configuration values are "hidden" for the public API (passwords, etc.), but must be available for internal use.

Since:
4.0
Author:
Josh Moore, josh at glencoesoftware.com

Field Summary
 
Fields inherited from interface ome.api.IConfig
VERSION_REGEX
 
Method Summary
 String getDatabaseVersion()
          Retrieves the newest database patch.
 String getInternalValue(String key)
          Provides a configuration value, ignoring the visibility of the given value.
 
Methods inherited from interface ome.api.IConfig
getConfigValue, getDatabaseTime, getDatabaseUuid, getServerTime, getVersion, setConfigValue, setConfigValueIfEquals
 

Method Detail

getInternalValue

String getInternalValue(String key)
Provides a configuration value, ignoring the visibility of the given value.


getDatabaseVersion

String getDatabaseVersion()
Retrieves the newest database patch. Also functions a simple DB ping.



OmeroJava Api

Version: Beta-4.2.0-r7571-b29

Copyright © 2009 The University of Dundee. All Rights Reserved.