public abstract class

MkitBundleProcess

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

Summary

Constants
String CSS_GROUP_NAME
String JS_GROUP_NAME
String MKIT_BUNDLE_DEPEND_NAME
String STARTING_GROUP_NAME
Fields
protected String buildTimeStamp
protected File bundleOutputFolder
protected String bundleXml
protected String functionName
protected Properties namespacesMap
protected String suffix
protected String webBase
protected File webBaseFolder
Public Constructors
MkitBundleProcess()
Public Methods
String getBundleXml()
String getWebBase()
void setBundleXml(String bundleXml)
void setWebBase(String webBase)
Protected Methods
boolean generateNamespacesMap(String fName)
String getKeyName(String pathName)
String getPathName(String keyName)
boolean parseCommandLine(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CSS_GROUP_NAME

Constant Value: "addCSS"

public static final String JS_GROUP_NAME

Constant Value: "addJS"

public static final String MKIT_BUNDLE_DEPEND_NAME

Constant Value: "bundle-depends"

public static final String STARTING_GROUP_NAME

Constant Value: "startingPoints"

Fields

protected String buildTimeStamp

protected File bundleOutputFolder

protected String bundleXml

protected String functionName

protected Properties namespacesMap

protected String suffix

protected String webBase

protected File webBaseFolder

Public Constructors

public MkitBundleProcess ()

Public Methods

public String getBundleXml ()

public String getWebBase ()

public void setBundleXml (String bundleXml)

public void setWebBase (String webBase)

Protected Methods

protected boolean generateNamespacesMap (String fName)

protected String getKeyName (String pathName)

protected String getPathName (String keyName)

protected boolean parseCommandLine (String[] args)