xbn.template
Class TConfigDefaults

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.TConfigDefaults

public class TConfigDefaults
extends XBNObject

Default configurations used throughout the template package.

Source code:  TConfigDefaults.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
TConfigDefaults()
          Create a TConfigDefaults.
 
Method Summary
static int getMaxGapNameLength()
          The maximum length a gap's name is allowed to be.
static int getMaxTagTxtLength()
          The maximum length a gap tag's text is allowed to be.
static char getTagDelimiter()
          When not provided, what is the character delimiter that starts and ends all tag parts?
static String getTagTxtEnd()
          When not provided, what is the default tag text for an end gap?
static String getTagTxtStart()
          When not provided, what is the default tag text for a start gap?
 
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

TConfigDefaults

public TConfigDefaults()

Create a TConfigDefaults. This constructor does nothing.

Method Detail

getTagDelimiter

public static final char getTagDelimiter()

When not provided, what is the character delimiter that starts and ends all tag parts?

Returns:
'~'

getTagTxtStart

public static final String getTagTxtStart()

When not provided, what is the default tag text for a start gap?

Returns:
"G"

getTagTxtEnd

public static final String getTagTxtEnd()

When not provided, what is the default tag text for an end gap?

Returns:
"EG"

getMaxTagTxtLength

public static final int getMaxTagTxtLength()

The maximum length a gap tag's text is allowed to be.

Returns 100


getMaxGapNameLength

public static final int getMaxGapNameLength()

The maximum length a gap's name is allowed to be.

Returns 100




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

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo