org.pdfsam.guiclient.configuration.services.xml.strategy
Class AbstractXmlConfigStrategy

java.lang.Object
  extended by org.pdfsam.guiclient.configuration.services.xml.strategy.AbstractXmlConfigStrategy
All Implemented Interfaces:
XmlConfigStrategy
Direct Known Subclasses:
BackwardCompatibilityXmlStrategy, DefaultXmlStrategy

public abstract class AbstractXmlConfigStrategy
extends java.lang.Object
implements XmlConfigStrategy

Abstract xml config strategy

Author:
Andrea Vacondio

Constructor Summary
AbstractXmlConfigStrategy(org.dom4j.Document document)
           
 
Method Summary
 void close()
          close resources if necessary
 org.dom4j.Document getDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pdfsam.guiclient.configuration.services.xml.strategy.XmlConfigStrategy
getAskOverwriteConfirmation, getCheckForUpdatesValue, getDefaultEnvironmentValue, getDefaultWorkingDirectoryValue, getHighQualityThumbnails, getLocaleValue, getLoggingLevelValue, getLookAndFeelValue, getPlaySoundsValue, getPluginAbsolutePath, getThemeValue, getThreadPoolSizeValue, getThumbnailsCreatorIdentifierValue, getThumbnailsSize
 

Constructor Detail

AbstractXmlConfigStrategy

public AbstractXmlConfigStrategy(org.dom4j.Document document)
Parameters:
document -
Method Detail

getDocument

public org.dom4j.Document getDocument()

close

public void close()
Description copied from interface: XmlConfigStrategy
close resources if necessary

Specified by:
close in interface XmlConfigStrategy