de.fhg.igd.logging
Class ConfigurationParameters.BestMatch
java.lang.Object
de.fhg.igd.logging.ConfigurationParameters.BestMatch
- Enclosing class:
- ConfigurationParameters
- public static class ConfigurationParameters.BestMatch
- extends Object
This is wrapper class for a best matching configuration entry,
which is for example the return type of
LoggingConfiguration.getOutput(String)
and
LoggingConfiguration.getLogLevel(String)
.
name_
protected String name_
- The best matching name
value_
protected Object value_
- The best matching value
ConfigurationParameters.BestMatch
protected ConfigurationParameters.BestMatch(String name,
Object value)
- Create a
BestMatch
.
- Parameters:
name
- The best matching namevalue
- The best matching value
getName
public String getName()
getValue
public Object getValue()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
toString
public String toString()
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.