java.lang.Object | |||
↳ | com.microstrategy.web.app.utils.upgrade.AbstractModule | ||
↳ | com.microstrategy.web.app.utils.upgrade.GenericFileModule | ||
↳ | com.microstrategy.web.app.utils.upgrade.CSSModule |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CSSModule(UpgradeManager manager) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getClassName() | ||||||||||
String | getName() | ||||||||||
void |
run(UpgradeInfo info)
Method triggered to execute the module's upgrade tasks.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getContentType() | ||||||||||
String | upgradeContents(UpgradeInfo info, String contents, File f) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Method triggered to execute the module's upgrade tasks.
info | upgrade information. |
---|
UpgradeException |
---|