public class

JavaScriptDependencyAnalyserHelper

extends JavaScriptDependencyAnalyzer
java.lang.Object
   ↳ com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
     ↳ com.microstrategy.web.app.utils.JavaScriptDependencyAnalyserHelper

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
Public Constructors
JavaScriptDependencyAnalyserHelper()
Public Methods
static void main(String[] args)
This method performs the following actions:
  1. Parses the command line arguments.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.JavaScriptDependencyAnalyzer
From class java.lang.Object

Public Constructors

public JavaScriptDependencyAnalyserHelper ()

Public Methods

public static void main (String[] args)

This method performs the following actions:

  1. Parses the command line arguments.
  2. Parses a specified JavaScript Dependency file, generated previously.
  3. Processes any commands supplied by the user in the prompt.

Parameters
args The array of String arguments specifed on the command line.