Interface SchemaElementComparison.IndexComparison
-
- All Superinterfaces:
SchemaElementComparison<String>
- All Known Implementing Classes:
ComparedIndex
- Enclosing interface:
- SchemaElementComparison<T>
public static interface SchemaElementComparison.IndexComparison extends SchemaElementComparison<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
SchemaElementComparison.ColumnComparison, SchemaElementComparison.ComparisonResult, SchemaElementComparison.IndexComparison
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIndexName()
-
Methods inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
actual, expected, getActual, getExpected, getResult
-
-
-
-
Method Detail
-
getIndexName
String getIndexName()
-
-