public class

AspsModule

extends GenericFileModule
java.lang.Object
   ↳ com.microstrategy.web.app.utils.upgrade.AbstractModule
     ↳ com.microstrategy.web.app.utils.upgrade.GenericFileModule
       ↳ com.microstrategy.web.app.utils.upgrade.AspsModule

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.utils.upgrade.GenericFileModule
Public Constructors
AspsModule(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
From class com.microstrategy.web.app.utils.upgrade.GenericFileModule
From class com.microstrategy.web.app.utils.upgrade.AbstractModule
From class java.lang.Object
From interface com.microstrategy.web.app.utils.upgrade.UpgradeModule

Public Constructors

public AspsModule (UpgradeManager manager)

Public Methods

public String getClassName ()

public String getName ()

public void run (UpgradeInfo info)

Method triggered to execute the module's upgrade tasks.

Parameters
info upgrade information.

Protected Methods

protected String getContentType ()

protected String upgradeContents (UpgradeInfo info, String contents, File f)