Class UpgradeConstants
- java.lang.Object
- 
- com.evolveum.midpoint.ninja.action.upgrade.UpgradeConstants
 
- 
 public class UpgradeConstants extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static FileSCRIPTS_DIRECTORYDirectory within distribution where SQL scripts for native PostgreSQL repository are located.static StringSUPPORTED_VERSIONThis is the version we are upgrading from.static StringSUPPORTED_VERSION_TARGETThis is the version we are upgrading to.static StringUPGRADE_TEMP_DIRECTORY
 - 
Constructor SummaryConstructors Constructor Description UpgradeConstants()
 
- 
- 
- 
Field Detail- 
SUPPORTED_VERSIONpublic static final String SUPPORTED_VERSION This is the version we are upgrading from. It's current version.- See Also:
- Constant Field Values
 
 - 
SUPPORTED_VERSION_TARGETpublic static final String SUPPORTED_VERSION_TARGET This is the version we are upgrading to. For "master" branch it is null - there's nothing newer than master - nothing to upgrade to.- See Also:
- Constant Field Values
 
 - 
UPGRADE_TEMP_DIRECTORYpublic static final String UPGRADE_TEMP_DIRECTORY - See Also:
- Constant Field Values
 
 - 
SCRIPTS_DIRECTORYpublic static final File SCRIPTS_DIRECTORY Directory within distribution where SQL scripts for native PostgreSQL repository are located.
 
- 
 
-