org.pdfsam.guiclient.configuration.services.xml.strategy
Interface XmlConfigStrategy
- All Known Implementing Classes:
- AbstractXmlConfigStrategy, BackwardCompatibilityXmlStrategy, DefaultXmlStrategy
public interface XmlConfigStrategy
Strategy to retrieve values from the config xml dom
- Author:
- Andrea Vacondio
getDefaultEnvironmentValue
java.lang.String getDefaultEnvironmentValue()
- Returns:
- the environment value
getDefaultWorkingDirectoryValue
java.lang.String getDefaultWorkingDirectoryValue()
- Returns:
- the default working directory value
getPlaySoundsValue
java.lang.String getPlaySoundsValue()
- Returns:
- the play sounds value
getCheckForUpdatesValue
java.lang.String getCheckForUpdatesValue()
- Returns:
- the check for updates value
getThreadPoolSizeValue
java.lang.String getThreadPoolSizeValue()
- Returns:
- the value of the thread pool size for the thumbnails creator
getThumbnailsCreatorIdentifierValue
java.lang.String getThumbnailsCreatorIdentifierValue()
- Returns:
- the thumbnails creator identifier value
getLoggingLevelValue
java.lang.String getLoggingLevelValue()
- Returns:
- the logging level value
getThemeValue
java.lang.String getThemeValue()
- Returns:
- the theme value
getLookAndFeelValue
java.lang.String getLookAndFeelValue()
- Returns:
- the look and feel value
getLocaleValue
java.lang.String getLocaleValue()
- Returns:
- locale value
getPluginAbsolutePath
java.lang.String getPluginAbsolutePath()
- Returns:
- the plugin absolute path
getAskOverwriteConfirmation
java.lang.String getAskOverwriteConfirmation()
- Returns:
- the ask overwrite confirmation value
getThumbnailsSize
java.lang.String getThumbnailsSize()
- Returns:
- the size of the thumbnails
getHighQualityThumbnails
java.lang.String getHighQualityThumbnails()
- Returns:
- the quality of the thumbnails
close
void close()
- close resources if necessary