public abstract class

AbstractMkitBundles

extends MkitBundleProcess
java.lang.Object
   ↳ com.microstrategy.web.app.utils.MkitBundleProcess
     ↳ com.microstrategy.web.app.utils.AbstractMkitBundles
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.microstrategy.web.app.utils.MkitBundleProcess
Fields
protected String dir
[Expand]
Inherited Fields
From class com.microstrategy.web.app.utils.MkitBundleProcess
Public Constructors
AbstractMkitBundles()
Public Methods
Map<String, ? extends List<MkitFileName>> getBundles(String bundleXml)
String getDir()
List<MkitFileName> getFileNames(String bundleName, String bundleXml)
void setDir(String dir)
Protected Methods
boolean process()
abstract boolean processBundle(String bundleName, List<MkitFileName> bundleFiles)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.MkitBundleProcess
From class java.lang.Object

Fields

protected String dir

Public Constructors

public AbstractMkitBundles ()

Public Methods

public Map<String, ? extends List<MkitFileName>> getBundles (String bundleXml)

public String getDir ()

public List<MkitFileName> getFileNames (String bundleName, String bundleXml)

public void setDir (String dir)

Protected Methods

protected boolean process ()

protected abstract boolean processBundle (String bundleName, List<MkitFileName> bundleFiles)