@Deprecated public class VersioningConfiguration extends java.lang.Object implements Matchable<VersioningConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
ENABLED
Deprecated.
|
static AttributeDefinition<VersioningScheme> |
SCHEME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
enabled()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
VersioningScheme |
scheme()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public static final AttributeDefinition<java.lang.Boolean> ENABLED
public static final AttributeDefinition<VersioningScheme> SCHEME
public boolean enabled()
public VersioningScheme scheme()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic AttributeSet attributes()