Interface BasicConfiguration
-
- All Known Implementing Classes:
Configuration
,XMLStringConfiguration
public interface BasicConfiguration
BasicConfiguration provides the basis for concrete configurations.- Since:
- 9.2
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default java.lang.String
toXMLString()
Deprecated.java.lang.String
toXMLString(java.lang.String name)
Converts this configuration to its XML representation.
-
-
-
Method Detail
-
toXMLString
@Deprecated default java.lang.String toXMLString()
Deprecated.
-
toXMLString
java.lang.String toXMLString(java.lang.String name)
Converts this configuration to its XML representation. The name of the configuration in the XML will be the one supplied in the argument.- Returns:
- a String containing the XML representation of an Infinispan configuration using the Infinispan schema.
-
-