public abstract class ActionInspector extends Object implements IsRedundant, IsSubsuming, IsConflicting, HumanReadable, HasKeys
| Modifier | Constructor and Description |
|---|---|
protected |
ActionInspector(Action action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conflicts(Object other) |
protected String |
format(Date dateValue) |
UUIDKey |
getUuidKey() |
boolean |
hasValue() |
boolean |
isRedundant(Object other) |
Key[] |
keys() |
boolean |
subsumes(Object other) |
String |
toHumanReadableString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHumanReadableStringprotected Action action
protected ActionInspector(Action action)
public boolean isRedundant(Object other)
isRedundant in interface IsRedundantpublic boolean conflicts(Object other)
conflicts in interface IsConflictingpublic boolean subsumes(Object other)
subsumes in interface IsSubsumingpublic String toHumanReadableString()
toHumanReadableString in interface HumanReadablepublic boolean hasValue()
public UUIDKey getUuidKey()
getUuidKey in interface HasUUIDCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.