public class

MkitClearCaseTSToJS

extends AbstractMkitBundles
java.lang.Object
   ↳ com.microstrategy.web.app.utils.MkitBundleProcess
     ↳ com.microstrategy.web.app.utils.AbstractMkitBundles
       ↳ com.microstrategy.web.app.utils.MkitClearCaseTSToJS

Summary

Constants
String RESULT_FILE_SUFFIX
[Expand]
Inherited Constants
From class com.microstrategy.web.app.utils.MkitBundleProcess
[Expand]
Inherited Fields
From class com.microstrategy.web.app.utils.AbstractMkitBundles
From class com.microstrategy.web.app.utils.MkitBundleProcess
Public Constructors
MkitClearCaseTSToJS()
Public Methods
static String getFileTS(File file)
static MkitClearCaseTSToJS getInstance()
static void main(String[] args)
Protected Methods
boolean parseCommandLine(String[] args)
boolean process()
boolean processBundle(List<MkitFileName> bundleFiles, String type)
boolean processBundle(String bundleName, List<MkitFileName> bundleFiles)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.AbstractMkitBundles
From class com.microstrategy.web.app.utils.MkitBundleProcess
From class java.lang.Object

Constants

public static final String RESULT_FILE_SUFFIX

Constant Value: "-js-load.js"

Public Constructors

public MkitClearCaseTSToJS ()

Public Methods

public static String getFileTS (File file)

public static MkitClearCaseTSToJS getInstance ()

public static void main (String[] args)

Protected Methods

protected boolean parseCommandLine (String[] args)

protected boolean process ()

protected boolean processBundle (List<MkitFileName> bundleFiles, String type)

protected boolean processBundle (String bundleName, List<MkitFileName> bundleFiles)