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 String
toXMLString()
Deprecated.String
toXMLString(String name)
Converts this configuration to its XML representation.
-
-
-
Method Detail
-
toXMLString
@Deprecated default String toXMLString()
Deprecated.
-
-