Package org.keycloak.migration
Interface MigrationModel
- 
- All Known Implementing Classes:
- MigrationModelAdapter
 
 public interface MigrationModel- Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetResourcesTag()Deprecated.StringgetStoredVersion()voidsetStoredVersion(String version)
 
- 
- 
- 
Method Detail- 
getStoredVersionString getStoredVersion() 
 - 
getResourcesTag@Deprecated String getResourcesTag() Deprecated.
 - 
setStoredVersionvoid setStoredVersion(String version) 
 
- 
 
-