public abstract class AbstractTypedPropertiesConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AttributeSet |
attributes |
static AttributeDefinition<TypedProperties> |
PROPERTIES |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTypedPropertiesConfiguration(AttributeSet attributes) |
protected |
AbstractTypedPropertiesConfiguration(java.util.Properties properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeSet() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
TypedProperties |
properties() |
java.lang.String |
toString() |
public static final AttributeDefinition<TypedProperties> PROPERTIES
protected AttributeSet attributes
@Deprecated protected AbstractTypedPropertiesConfiguration(java.util.Properties properties)
AbstractTypedPropertiesConfiguration(AttributeSet) insteadprotected AbstractTypedPropertiesConfiguration(AttributeSet attributes)
public static AttributeSet attributeSet()
public java.lang.String toString()
toString in class java.lang.Objectpublic TypedProperties properties()
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Object