Package org.commonjava.indy.conf
Interface SystemPropertyProvider
-
- All Known Implementing Classes:
DefaultIndyConfiguration
public interface SystemPropertyProviderAfter the IndyConfigFactory loads configuration from disk into an IndyConfigInfo instance, if that instance implements SystemPropertyProvider the config factory will query it for properties to be added. Created by jdcasey on 3/10/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetSystemPropertyAdditions()
-
-
-
Method Detail
-
getSystemPropertyAdditions
Properties getSystemPropertyAdditions()
-
-