java.lang.Object | ||
↳ | com.microstrategy.web.app.utils.upgrade.AbstractModule | |
↳ | com.microstrategy.web.app.utils.upgrade.GenericFileModule |
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |