org.jboss.logmanager
Class DefaultConfigurationLocator
java.lang.Object
org.jboss.logmanager.DefaultConfigurationLocator
- All Implemented Interfaces:
- ConfigurationLocator
public final class DefaultConfigurationLocator
- extends Object
- implements ConfigurationLocator
A configuration locator which looks for a logging.properties
file in the class path, allowing the location
to be overridden via a URL specified in the logging.configuration
system property.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConfigurationLocator
public DefaultConfigurationLocator()
findConfiguration
public InputStream findConfiguration()
throws IOException
- Find the configuration file.
- Specified by:
findConfiguration
in interface ConfigurationLocator
- Returns:
- the configuration file input stream
- Throws:
IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.