Package com.microstrategy.web.app.utils
Class MkitDependencyAnalyzer
- java.lang.Object
 - 
- com.microstrategy.web.app.utils.MkitBundleProcess
 - 
- com.microstrategy.web.app.utils.MkitDependencyAnalyzer
 
 
 
- 
public class MkitDependencyAnalyzer 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 MkitDependencyAnalyzer() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MkitDependencyAnalyzergetInstance()static voidmain(java.lang.String[] args)protected booleanparseCommandLine(java.lang.String[] args)protected booleanprocessBundle(java.lang.String bundleName, java.util.List<MkitFileName> fileList, boolean includeFiles)- 
Methods inherited from class com.microstrategy.web.app.utils.MkitBundleProcess
generateNamespacesMap, getBundleXml, getKeyName, getPathName, getWebBase, setBundleXml, setWebBase 
 - 
 
 - 
 
- 
- 
Method Detail
- 
parseCommandLine
protected boolean parseCommandLine(java.lang.String[] args)
- Overrides:
 parseCommandLinein classMkitBundleProcess
 
- 
getInstance
public static MkitDependencyAnalyzer getInstance()
 
- 
processBundle
protected boolean processBundle(java.lang.String bundleName, java.util.List<MkitFileName> fileList, boolean includeFiles) 
- 
main
public static void main(java.lang.String[] args)
 
 - 
 
 -