jsutil.compress
Class JSCXtraInfo

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--jsutil.compress.JSCXtraInfo

public class JSCXtraInfo
extends XBNObject

Extra descriptive information regarding a single compression process. See JSCStatistics.setJSCXtraInfo.

Source code:  JSCXtraInfo.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
JSCXtraInfo(String s_descLine1, String s_descTheRest, String s_whenDwnldd)
          Create a JSCXtraInfo.
 
Method Summary
 String getDescLine1()
          Get the first line of the description of this JavaScript file/compression process.
 String getDescTheRest()
          Get the second and subsequent lines of the description of this JavaScript file/compression process.
 String getWhenDwnldd()
          Get the short description of when this JavaScript file is downloaded.
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSCXtraInfo

public JSCXtraInfo(String s_descLine1,
                   String s_descTheRest,
                   String s_whenDwnldd)

Create a JSCXtraInfo.

All parameters may not be null or zero characters in length.

Parameters:
s_descLine1 - The summary for this JavaScript file, and its compression process. May not be null. This is used as the first line of the description in the body. In the main body, this is placed inside a 'P' tag. See getDescLine1.
s_descTheRest - The second and subsequent lines of the description, used in the body section. Should be surrounded by 'P' tags. May not be null. See getDescTheRest.
s_whenDwnldd - A sentence or two describing when this JavaScript file is downloaded to the client, used only in the table of contents. May not be null. For example: 'Always', 'When X feature is activated by you'. See getWhenDwnldd In the table of contents, this is shrunk and link-stripped.
Method Detail

getDescLine1

public final String getDescLine1()

Get the first line of the description of this JavaScript file/compression process.

Returns:
s_descLine1, exactly as provided to the constructor.

getDescTheRest

public final String getDescTheRest()

Get the second and subsequent lines of the description of this JavaScript file/compression process.

Returns:
s_descTheRest, exactly as provided to the constructor.

getWhenDwnldd

public final String getWhenDwnldd()

Get the short description of when this JavaScript file is downloaded.

Returns:
s_whenDwnldd, exactly as provided to the constructor.



Copyright 2003-2005, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/jsutiljava

 

SourceForge.net Logo