public class PropertiesLogger extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
PropertiesLogger() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Properties |
getProperties() |
Collection<String> |
getPropertyNames() |
boolean |
isLogPropertyNames() |
void |
setLogPropertyNames(boolean logPropertyNames) |
void |
setProperties(Properties properties) |
void |
setPropertyNames(Collection<String> propertyNames) |
public Properties getProperties()
public void setProperties(Properties properties)
public Collection<String> getPropertyNames()
public void setPropertyNames(Collection<String> propertyNames)
public boolean isLogPropertyNames()
public void setLogPropertyNames(boolean logPropertyNames)
Copyright © 2013. All rights reserved.