Class DummyPropertyProviderImpl
- java.lang.Object
-
- de.trustable.ca3s.adcsKeyStore.provider.DummyPropertyProviderImpl
-
- All Implemented Interfaces:
PropertyProvider
public class DummyPropertyProviderImpl extends Object implements PropertyProvider
Dummy Property Provider, return s the default value, always- Author:
- kuehn
-
-
Constructor Summary
Constructors Constructor Description DummyPropertyProviderImpl()
-
-
-
Method Detail
-
getProperty
public String getProperty(String propertyName, String defaultValue)
- Specified by:
getPropertyin interfacePropertyProvider
-
-