Package com.microstrategy.web.app.utils
Class MkitDescriptorsAnalyzer
- java.lang.Object
-
- com.microstrategy.web.app.utils.MkitBundleProcess
-
- com.microstrategy.web.app.utils.MkitDescriptorsAnalyzer
-
public class MkitDescriptorsAnalyzer extends MkitBundleProcess
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.utils.MkitBundleProcess
buildTimeStamp, bundleOutputFolder, bundleXml, CSS_GROUP_NAME, functionName, JS_GROUP_NAME, MKIT_BUNDLE_DEPEND_NAME, namespacesMap, STARTING_GROUP_NAME, suffix, webBase, webBaseFolder
-
-
Constructor Summary
Constructors Constructor Description MkitDescriptorsAnalyzer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MkitDescriptorsAnalyzer
getInstance()
static void
main(java.lang.String[] args)
protected boolean
parseCommandLine(java.lang.String[] args)
protected boolean
process()
-
Methods inherited from class com.microstrategy.web.app.utils.MkitBundleProcess
generateNamespacesMap, getBundleXml, getKeyName, getPathName, getWebBase, setBundleXml, setWebBase
-
-
-
-
Method Detail
-
process
protected boolean process()
-
parseCommandLine
protected boolean parseCommandLine(java.lang.String[] args)
- Overrides:
parseCommandLine
in classMkitBundleProcess
-
getInstance
public static MkitDescriptorsAnalyzer getInstance()
-
main
public static void main(java.lang.String[] args)
-
-