public abstract class

GenericFileModule

extends AbstractModule
java.lang.Object
   ↳ com.microstrategy.web.app.utils.upgrade.AbstractModule
     ↳ com.microstrategy.web.app.utils.upgrade.GenericFileModule
Known Direct Subclasses

Summary

Nested Classes
class GenericFileModule.PatternInfo  
Fields
protected PatternInfo[] _patterns
Public Constructors
GenericFileModule(UpgradeManager manager)
Public Methods
abstract String getClassName()
String getDescription()
String getNewCustomPath(UpgradeInfo info, String originalPath, String baseFolder)
Protected Methods
abstract String getContentType()
void processDir(UpgradeInfo info, File directory)
Process the contents of a folder.
void setPatterns(PatternInfo[] patterns)
abstract String upgradeContents(UpgradeInfo info, String contents, File f)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.upgrade.AbstractModule
From class java.lang.Object
From interface com.microstrategy.web.app.utils.upgrade.UpgradeModule

Fields

protected PatternInfo[] _patterns

Public Constructors

public GenericFileModule (UpgradeManager manager)

Public Methods

public abstract String getClassName ()

public String getDescription ()

public String getNewCustomPath (UpgradeInfo info, String originalPath, String baseFolder)

Protected Methods

protected abstract String getContentType ()

protected void processDir (UpgradeInfo info, File directory)

Process the contents of a folder.

protected void setPatterns (PatternInfo[] patterns)

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