|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationService
configuration service
Method Summary | |
---|---|
java.lang.String |
getConfigurationInformations()
|
org.pdfsam.console.business.ConsoleServicesFacade |
getConsoleServicesFacade()
|
java.lang.String |
getDefaultEnvironment()
|
java.lang.String |
getDefaultWorkingDirectory()
|
java.util.ResourceBundle |
getI18nResourceBundle()
|
java.lang.String |
getLanguage()
|
int |
getLoggingLevel()
|
int |
getLookAndFeel()
|
java.lang.String |
getPluginAbsolutePath()
|
int |
getTheme()
|
int |
getThumbCreatorPoolSize()
|
java.lang.String |
getThumbnailsCreatorIdentifier()
|
int |
getThumbnailSize()
|
boolean |
isAskOverwriteConfirmation()
|
boolean |
isCheckForUpdates()
|
boolean |
isHighQualityThumbnils()
|
boolean |
isPlaySounds()
|
void |
save()
save the configuration |
void |
setAskOverwriteConfirmation(boolean askConfirmation)
set the ask for confirmation flag |
void |
setCheckForUpdates(boolean checkForUpdateds)
set the checl for updates flag |
void |
setDefaultEnvironment(java.lang.String path)
set the path for the default environment |
void |
setDefaultWorkingDirectory(java.lang.String path)
set the path to the default working directory |
void |
setLanguage(java.lang.String language)
Set the language |
void |
setLoggingLevel(int level)
Set the logging level |
void |
setLookAndFeel(int lookAndFeel)
Set the look and feel |
void |
setPlaySounds(boolean playSounds)
Set the play sounds flag |
void |
setTheme(int theme)
Set the theme |
void |
setThumbnailsCreatorIdentifier(java.lang.String identifier)
Set the thumbnail creator identifier |
Method Detail |
---|
org.pdfsam.console.business.ConsoleServicesFacade getConsoleServicesFacade()
java.lang.String getDefaultEnvironment()
void setDefaultEnvironment(java.lang.String path)
path
- java.lang.String getDefaultWorkingDirectory()
void setDefaultWorkingDirectory(java.lang.String path)
path
- java.util.ResourceBundle getI18nResourceBundle()
int getLoggingLevel()
void setLoggingLevel(int level)
level
- int getThumbCreatorPoolSize()
boolean isHighQualityThumbnils()
int getThumbnailSize()
java.lang.String getThumbnailsCreatorIdentifier()
void setThumbnailsCreatorIdentifier(java.lang.String identifier)
identifier
- boolean isCheckForUpdates()
void setCheckForUpdates(boolean checkForUpdateds)
checkForUpdateds
- boolean isPlaySounds()
void setPlaySounds(boolean playSounds)
playSounds
- java.lang.String getConfigurationInformations()
int getLookAndFeel()
void setLookAndFeel(int lookAndFeel)
lookAndFeel
- int getTheme()
void setTheme(int theme)
theme
- java.lang.String getLanguage()
void setLanguage(java.lang.String language)
language
- java.lang.String getPluginAbsolutePath()
boolean isAskOverwriteConfirmation()
void setAskOverwriteConfirmation(boolean askConfirmation)
askConfirmation
- void save() throws java.io.IOException
java.io.IOException
- in case of error saving the configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |