public final class PropertiesFactory extends Object
| Constructor and Description |
|---|
PropertiesFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getDefaultProperties() |
static Properties |
getPropertiesFromFile(String propertyFileName,
ClassLoader classLoader) |
static void |
setDelegatePropertiesFactory(AbstractPropertiesFactory propertiesFactory)
Allow the properties factory delegate to be supplied externally.
|
public static void setDelegatePropertiesFactory(AbstractPropertiesFactory propertiesFactory)
propertiesFactory - a factory for providing default values for propertiespublic static Properties getDefaultProperties()
public static Properties getPropertiesFromFile(String propertyFileName, ClassLoader classLoader)
Copyright © 2020 JBoss by Red Hat. All rights reserved.