Package com.microstrategy.web.app.utils
Class JavaScriptBundlesHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.JavaScriptBundles
-
- com.microstrategy.web.app.utils.JavaScriptBundlesHelper
-
public class JavaScriptBundlesHelper extends JavaScriptBundles
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.app.utils.JavaScriptBundles
JavaScriptBundles.JavaScriptBundle, JavaScriptBundles.JavaScriptBundlesContentHandler, JavaScriptBundles.JavaScriptFile
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.utils.JavaScriptBundles
boneBundlesFileName, jsBundlesFileName, logFile, logPW, mojoBundlesFileName, xmlFile
-
-
Constructor Summary
Constructors Constructor Description JavaScriptBundlesHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
JavaScriptBundlesHelper()
static void
main(java.lang.String[] args)
Build time support for parsing the XML file and constructing the necessary bundle files.-
Methods inherited from class com.microstrategy.web.app.utils.JavaScriptBundles
closeLogFile, get, get, getBundlePath, getDescriptors, getInstance, parseCommandLine, process
-
-
-
-
Method Detail
-
JavaScriptBundlesHelper
public void JavaScriptBundlesHelper()
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
Build time support for parsing the XML file and constructing the necessary bundle files.- Parameters:
args
- The command line arguments...- Throws:
java.io.IOException
-
-