public abstract class AbstractDebugResource<L extends Listener> extends AbstractDebugRegistrable implements DebugResource<L>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDebugResource() |
protected |
AbstractDebugResource(DebugConsole console) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares the specified object with this resource for equality.
|
java.lang.String |
getName()
Returns a fully qualified name of this resource.
|
int |
hashCode()
Returns the hash code value for this resource.
|
java.lang.String |
toString() |
postRegister, postUnregister, preRegister, preUnregistererror, getDebugConsole, notice, notice, print, print, put, put, tab, untab, warning, warningclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDebugConsoleregister, registered, registered, unregisterpostRegister, postUnregister, preRegister, preUnregisterprotected AbstractDebugResource()
protected AbstractDebugResource(DebugConsole console)
public final boolean equals(@Nullable
java.lang.Object o)
Resourcetrue if the specified object is also resource
and the two resources have the same name. This definition ensures
that this method works properly across different implementations
of the resource interface.public final int hashCode()
Resourcepublic final java.lang.String toString()
toString in class java.lang.Object