Class PrometheusPreferenceParams
java.lang.Object
io.github.tonywasher.joceanus.metis.preference.MetisPreferenceParams
io.github.tonywasher.joceanus.prometheus.preference.PrometheusPreferenceParams
Prometheus Preference Initialisation parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionPrometheusPreferenceParams(MetisPreferenceParams pBase, PrometheusPreferenceEncryptor pEncryptor) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionObtain the encryptor.Methods inherited from class io.github.tonywasher.joceanus.metis.preference.MetisPreferenceParams
getViewerManager
-
Constructor Details
-
PrometheusPreferenceParams
public PrometheusPreferenceParams(MetisPreferenceParams pBase, PrometheusPreferenceEncryptor pEncryptor) Constructor.- Parameters:
pBase- the base preference parameters.pEncryptor- the encryptor
-
-
Method Details
-
getEncryptor
Obtain the encryptor.- Returns:
- the encryptor
-