Package com.db4o.config
Interface FileConfigurationProvider
-
- All Known Subinterfaces:
EmbeddedConfiguration,ServerConfiguration
- All Known Implementing Classes:
EmbeddedConfigurationImpl,ServerConfigurationImpl
public interface FileConfigurationProviderA configuration provider that provides access to the file-related configuration methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileConfigurationfile()Access to the file-related configuration methods.
-
-
-
Method Detail
-
file
FileConfiguration file()
Access to the file-related configuration methods.
-
-