public class ClassPathBeanPropertiesResolver extends Object
PropertyResolver
that resolves values by considering each
property name to be a path to a beans.properties
resource on
the class path.Constructor and Description |
---|
ClassPathBeanPropertiesResolver()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getPriority() |
void |
init() |
String |
resolve(String name) |
public ClassPathBeanPropertiesResolver()
public void init() throws Exception
init
in interface PropertyResolver
Exception
public void destroy() throws Exception
destroy
in interface PropertyResolver
Exception
public final int getPriority()
getPriority
in interface PropertyResolver
public final String resolve(String name)
resolve
in interface PropertyResolver
Copyright © 2014–2016. All rights reserved.