Class AbstractTypedPropertiesConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
public abstract class AbstractTypedPropertiesConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AttributeSetattributesstatic AttributeDefinition<TypedProperties>PROPERTIES
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTypedPropertiesConfiguration(Properties properties)Deprecated.protectedAbstractTypedPropertiesConfiguration(AttributeSet attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeSet()booleanequals(Object obj)inthashCode()TypedPropertiesproperties()StringtoString()
-
-
-
Field Detail
-
PROPERTIES
public static final AttributeDefinition<TypedProperties> PROPERTIES
-
attributes
protected AttributeSet attributes
-
-
Constructor Detail
-
AbstractTypedPropertiesConfiguration
@Deprecated protected AbstractTypedPropertiesConfiguration(Properties properties)
Deprecated.
-
AbstractTypedPropertiesConfiguration
protected AbstractTypedPropertiesConfiguration(AttributeSet attributes)
-
-
Method Detail
-
attributeSet
public static AttributeSet attributeSet()
-
properties
public TypedProperties properties()
-
-