public class Configuration
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
printLogs()
When a new instance of the Configuration is created some configuration options may generate warnings.
|
public void printLogs()
This method decouples configuration creation from logging warnings.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2023. All rights reserved.