Class Upgrade3_0_0
java.lang.Object
edu.ucsb.nceas.metacat.admin.upgrade.Upgrade3_0_0
- All Implemented Interfaces:
UpgradeUtilityInterface
Run this class when the users upgrade their Metacat instances to 3.0.0.
- Author:
- tao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
upgrade()
This method will run the class - XMLNodesToFilesChecker, which basically makes sure that every metadata document has been imported from xml_nodes or xml_nodes_revision tables to the file system.
-
Constructor Details
-
Upgrade3_0_0
public Upgrade3_0_0()
-
-
Method Details
-
upgrade
This method will run the class - XMLNodesToFilesChecker, which basically makes sure that every metadata document has been imported from xml_nodes or xml_nodes_revision tables to the file system.- Specified by:
upgrade
in interfaceUpgradeUtilityInterface
- Throws:
AdminException
-