java.lang.Object | |
↳ | com.microstrategy.web.app.utils.upgrade.UpgradeInfo |
This class provides the upgrade process the necessary information to conduct the upgrade.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UpgradeInfo(String baseFolder, String customFolder, String targetFolder, String plugInName)
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FileLoader |
getBaseFileLoader()
Returns a
FileLoader whose basePath is the base folder. | ||||||||||
String |
getBaseFolder()
Returns the location (absolute path) of the Microstrategy Web version with no customizations being upgraded
| ||||||||||
ApplicationParameters |
getBaseParameters()
Returns the
ApplicationParameters (e.g. | ||||||||||
FileLoader |
getCustomizationFileLoader()
Returns a
FileLoader whose basePath is the customized Microstrategy Web version folder. | ||||||||||
String |
getCustomizationFolder()
Returns the location (absolute path) of the customized Microstrategy Web version being upgraded.
| ||||||||||
ApplicationParameters |
getCustomizationParameters()
Returns the
ApplicationParameters (e.g. | ||||||||||
String | getPlugInName() | ||||||||||
FileLoader |
getTargetFileLoader()
Returns a
FileLoader whose basePath is the new Microstrategy Web version folder. | ||||||||||
ApplicationParameters |
getTargetParameters()
Returns the
ApplicationParameters (e.g. | ||||||||||
CustomizationInfo |
getTargetPlugIn()
Returns the
CustomizationInfo where the upgrade will be saved into. | ||||||||||
String |
getTargtFolder()
Returns the location (absolute path) of the new Microstrategy Web version.
| ||||||||||
static AbstractConfigurationElement |
loadConfig(String relativePath, String basePath, Class c)
Loads an xml configuration file from the given parameters.
| ||||||||||
String |
toString()
Overrides toSTring to provide meaningful debugging information.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor. Defines all parameter required for an upgrade.
baseFolder | The location (absolute path) of the Microstrategy Web version with no customizations being upgraded. |
---|---|
customFolder | The location (absolute path) of the customized Microstrategy Web version being upgraded. |
targetFolder | The location (absolute path) of the new Microstrategy Web version. |
plugInName | String |
Returns the location (absolute path) of the Microstrategy Web version with no customizations being upgraded
Returns the ApplicationParameters
(e.g. web.xml) as defined in the base Microstrategy Web version.
Returns a FileLoader
whose basePath
is the customized Microstrategy Web version folder.
Returns the location (absolute path) of the customized Microstrategy Web version being upgraded.
Returns the ApplicationParameters
(e.g. web.xml) as defined in the customized Microstrategy Web version being upgraded.
Returns a FileLoader
whose basePath
is the new Microstrategy Web version folder.
Returns the ApplicationParameters
(e.g. web.xml) as defined in the new Microstrategy Web version.
Returns the CustomizationInfo
where the upgrade will be saved into.
Returns the location (absolute path) of the new Microstrategy Web version.
Loads an xml configuration file from the given parameters.
relativePath | The relative path of the xml file (e.g.: /WEB-INF/web.xml) |
---|---|
basePath | The absolute path used as the root to resolve the relative path location (e.g.: C:\Program Files\Microstrategy\Web) |
c | The AbstractConfigurationElement class that represents the root node of the xml. |
ConfigException |
---|
Overrides toSTring to provide meaningful debugging information.