public class SystemPropertyFileResolver extends Object implements PropertyResolver
PropertyResolver
that loads a property file referenced by a
System property.Constructor and Description |
---|
SystemPropertyFileResolver() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getPriority() |
void |
init() |
String |
resolve(String name) |
public void init() throws Exception
init
in interface PropertyResolver
Exception
public void destroy() throws Exception
destroy
in interface PropertyResolver
Exception
public int getPriority()
getPriority
in interface PropertyResolver
public String resolve(String name)
resolve
in interface PropertyResolver
Copyright © 2014–2016. All rights reserved.