public static class

JavaScriptBundles.JavaScriptFile

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.JavaScriptBundles.JavaScriptFile

Summary

Public Constructors
JavaScriptFile(String path, String filename, boolean core)
JavaScriptFile(String path, String filename)
JavaScriptFile(String jsPathName, boolean core)
JavaScriptFile(String jsPathName)
Public Methods
boolean equals(Object obj)
String getFileContents(File appRootDir)
String getFilename()
String getPath()
int hashCode()
boolean isCore()
void setCore(boolean core)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JavaScriptFile (String path, String filename, boolean core)

public JavaScriptFile (String path, String filename)

public JavaScriptFile (String jsPathName, boolean core)

public JavaScriptFile (String jsPathName)

Public Methods

public boolean equals (Object obj)

public String getFileContents (File appRootDir)

Throws
Exception

public String getFilename ()

public String getPath ()

public int hashCode ()

public boolean isCore ()

public void setCore (boolean core)

public String toString ()