Package com.microstrategy.web.app.utils
Class JavaScriptDependencyAnalyserHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
-
- com.microstrategy.web.app.utils.JavaScriptDependencyAnalyserHelper
-
public class JavaScriptDependencyAnalyserHelper extends JavaScriptDependencyAnalyzer
-
-
Field Summary
-
Fields inherited from class com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
dependencyFile, verboseLevel
-
-
Constructor Summary
Constructors Constructor Description JavaScriptDependencyAnalyserHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
This method performs the following actions: Parses the command line arguments. Parses a specified JavaScript Dependency file, generated previously. Processes any commands supplied by the user in the prompt.-
Methods inherited from class com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
add, addInterScriptDependencyEdge, clear, destroy, getClassesInFile, getFileImplementingClass, getSortedList, loadClassInformation, loadFileDependencies, loadFileDependenciesFile, parseCommandLine, processCommands, setMessageRouter
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
This method performs the following actions:- Parses the command line arguments.
- Parses a specified JavaScript Dependency file, generated previously.
- Processes any commands supplied by the user in the prompt.
- Parameters:
args
- The array of String arguments specifed on the command line.
-
-