Interface StorageParameters

All Known Implementing Classes:
KeystoreParameters

public interface StorageParameters
An interface for storage parameters. The purpose is to group all implementations of this interface, making agile implementations possible. All classes implementing this interface are named:
 [StorageType]Parameters
 e.g. KeystoreParameters, ...
 
Author:
Alexander Zeier