com.levigo.jadice.document.config
Interface PropertiesConfigurer

All Known Implementing Classes:
PropertiesConfigurerImpl, PropertiesConfigurerImpl, PropertiesConfigurerImpl

public interface PropertiesConfigurer

Instances are able to configure jadice functionality based on properties taken from a PreferenceStore. The functionality to be configured is implementation-dependent.


Method Summary
 void configure(com.levigo.util.preferences.PreferenceStore ps)
          Apply a configuration to the functionality that the implementation is able to configure.
 

Method Detail

configure

void configure(com.levigo.util.preferences.PreferenceStore ps)
Apply a configuration to the functionality that the implementation is able to configure.

Parameters:
ps - holds the properties which govern how the functionality should be configured.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.