A B C D E F G H I J K L M N O P Q R S T U V W X

T

TALConfig - class xbn.string.TALConfig.
Configuration regarding TrimChars.trimAllLines.
TALConfig() - Constructor for class xbn.string.TALConfig
Create a TALConfig with default settings.
TALConfig(boolean, boolean) - Constructor for class xbn.string.TALConfig
Create a TALConfig.
TALConfig(String) - Constructor for class xbn.string.TALConfig
Create a TALConfig.
TALConfig(String, boolean, boolean) - Constructor for class xbn.string.TALConfig
Create a TALConfig.
TCInvisible - class xbn.string.TCInvisible.
Classes to trim invisible characters off the ends of a string.
TCInvisible() - Constructor for class xbn.string.TCInvisible
Create a TCInvisible.
TConfigDefaults - class xbn.template.TConfigDefaults.
Default configurations used throughout the template package.
TConfigDefaults() - Constructor for class xbn.template.TConfigDefaults
Create a TConfigDefaults.
TDOSArray - class xbn.template.TDOSArray.
Manage multiple TemplateDataOrStrings.
TDOSArray(String, TemplateDataOrString[]) - Constructor for class xbn.template.TDOSArray
Create a TDOSArray.
TDOSArray(String, TemplateDataOrString[], boolean) - Constructor for class xbn.template.TDOSArray
Create a TDOSArray.
TDOSArray(TemplateDataOrString[]) - Constructor for class xbn.template.TDOSArray
Create a TDOSArray.
tearDown() - Method in class xbn.util.XBNTestCase
 
Template - class xbn.template.Template.
A template is text that contains one or more ~G~gaps~EG~, each representing a piece of information whose value is populated at runtime.
Template(ForLineRetrieval) - Constructor for class xbn.template.Template
Create a Template.
Template(ForLineRetrieval, TParseConfig) - Constructor for class xbn.template.Template
Create a Template.
Template(ForLineRetrieval, TParseConfig, TFilter) - Constructor for class xbn.template.Template
Create a Template.
Template(String, ForLineRetrieval) - Constructor for class xbn.template.Template
Create a Template.
Template(String, ForLineRetrieval, TParseConfig) - Constructor for class xbn.template.Template
Create a Template.
Template(String, ForLineRetrieval, TParseConfig, TFilter) - Constructor for class xbn.template.Template
Create a Template.
Template(Template) - Constructor for class xbn.template.Template
Create a copy of the provided Template.
Template(TemplateData) - Constructor for class xbn.template.Template
Create a Template.
TemplateArray - class xbn.template.TemplateArray.
Manage multiple Templates.
TemplateArray(String, Template[]) - Constructor for class xbn.template.TemplateArray
Create a TemplateArray.
TemplateArray(String, Template[], boolean) - Constructor for class xbn.template.TemplateArray
Create a TemplateArray.
TemplateArray(Template[]) - Constructor for class xbn.template.TemplateArray
Create a TemplateArray.
TemplateData - class xbn.template.TemplateData.
Holds the data for a single Template.
TemplateData(String, AOSLookup, APString, String, String) - Constructor for class xbn.template.TemplateData
Create a TemplateData.
TemplateData(String, AOSLookup, APString, String, String, boolean) - Constructor for class xbn.template.TemplateData
Create a TemplateData.
TemplateDataOrString - class xbn.template.TemplateDataOrString.
Analyzes source text that may or may not have gaps in it.
TemplateDataOrString(ForLineRetrieval) - Constructor for class xbn.template.TemplateDataOrString
Create a TemplateDataOrString.
TemplateDataOrString(ForLineRetrieval, TParseConfig) - Constructor for class xbn.template.TemplateDataOrString
Create a TemplateDataOrString.
TemplateDataOrString(String, ForLineRetrieval, TParseConfig) - Constructor for class xbn.template.TemplateDataOrString
Create a TemplateDataOrString.
TemplateFiller - class xbn.template.TemplateFiller.
Take a Template, fill each gap with something, and output the resulting text.
TemplateFiller() - Constructor for class xbn.template.TemplateFiller
Create a TemplateFiller.
TemplateFiller(boolean) - Constructor for class xbn.template.TemplateFiller
Create a TemplateFiller.
TemplateFiller(OWriter) - Constructor for class xbn.template.TemplateFiller
Create a TemplateFiller.
TemplateFiller(OWriter, boolean) - Constructor for class xbn.template.TemplateFiller
Create a TemplateFiller.
TemplateFormatException - exception xbn.template.TemplateFormatException.
An exception indicating a formatting error was found in the source text for a Template.
TemplateFormatException() - Constructor for class xbn.template.TemplateFormatException
Create an TemplateFormatException.
TemplateFormatException(String) - Constructor for class xbn.template.TemplateFormatException
Create an TemplateFormatException.
TemplateLineAnalyzer - class xbn.template.TemplateLineAnalyzer.
For every line found in a template, this class retrieves surrounding text and gaps.
TemplateLineAnalyzer(StringBuffer) - Constructor for class xbn.template.TemplateLineAnalyzer
Create an TemplateLineAnalyzer.
TemplateLineAnalyzer(String, int, StringBuffer) - Constructor for class xbn.template.TemplateLineAnalyzer
Create an TemplateLineAnalyzer.
TemplateLineAnalyzer(String, int, StringBuffer, TLAObjects) - Constructor for class xbn.template.TemplateLineAnalyzer
Create an TemplateLineAnalyzer.
TemplateLineAnalyzer(String, int, StringBuffer, TParseConfig) - Constructor for class xbn.template.TemplateLineAnalyzer
Create an TemplateLineAnalyzer.
TemplateOrderedGaps - class xbn.template.TemplateOrderedGaps.
A Template that has a specific set of unique gaps.
TemplateOrderedGaps(ForLineRetrieval, OGConfig) - Constructor for class xbn.template.TemplateOrderedGaps
Create a TemplateOrderedGaps.
TemplateOrderedGaps(ForLineRetrieval, OGConfig, TParseConfig) - Constructor for class xbn.template.TemplateOrderedGaps
Create a TemplateOrderedGaps.
TemplateOrderedGaps(String, ForLineRetrieval, OGConfig) - Constructor for class xbn.template.TemplateOrderedGaps
Create a TemplateOrderedGaps.
TemplateOrderedGaps(String, ForLineRetrieval, OGConfig, TParseConfig) - Constructor for class xbn.template.TemplateOrderedGaps
Create a TemplateOrderedGaps.
TemplateOrderedGaps(TemplateOrderedGaps) - Constructor for class xbn.template.TemplateOrderedGaps
Create a full copy of the provided TemplateOrderedGaps.
TFilter - interface xbn.template.TFilter.
Classes implementing TFilter indicate they can determine the validity of a Template.
throwAX(String) - Method in class xbn.XBNObject
Throw an AssertException.
throwAX(String, String) - Method in class xbn.template.Template
Throw an AssertException.
throwAXBad(String, String, PrimitiveArray, PrimitiveArray, String) - Method in class xbn.array.CompareArrays
Used internally, by hasRqdValues.
throwAXBad(String, String, String) - Method in class xbn.array.AOOValid
Used internally, by isValid.
throwAXDbg(String) - Method in class xbn.db.DBConnDirect
Throw an AssertException, but debug it first.
throwAXIfBadSOB(StringOrBuffer, String, String) - Method in class xbn.string.UtilSOB
If the StringOrBuffer is null or empty (the string contained within is zero characters in length), then die.
throwAXIfBadStr(String, String, String) - Method in class xbn.XBNObject
If the provided String is null or zero characters in length, throw an exception.
throwAXIfNull(Object, String, String) - Method in class xbn.XBNObject
If the provided Object is null, throw an exception.
throwAXIllegal(String, String, String) - Method in class xbn.array.primitive.PrimitiveArray
To be used by implementations of isValid.
throwAXOrDebug(String, Outputter) - Method in class xbn.output.UtilOutput
Either throw an AssertException or just debug the error message.
throwAXS(String) - Static method in class xbn.programs.XBNStatic
Throw an AssertException, statically.
throwAXSpoof(String) - Method in class xbn.XBNObject
Throw an AssertException.
throwAXWithName(String, String) - Method in class xbn.named.NamedArray
Throw an exception with getName() as part of the message.
throwLmntsEqualAioobx(int, String, PrimitiveArray, int) - Method in class xbn.array.primitive.PrimitiveArray
To be used by implementations of areLmntsEqual.
throwLX(String) - Method in class xbn.util.XBNLocked
Throw a LockedException.
throwLX(String, String, String) - Method in class xbn.util.XBNLocked
Throw a LockedException.
throwLXIfLocked(boolean, String) - Method in class xbn.util.XBNLocked
If locked, throw a LockedException.
throwLXIfLocked(boolean, String, String) - Method in class xbn.util.XBNLocked
If locked, throw a LockedException.
throwLXIfLocked(boolean, String, String, String) - Method in class xbn.util.XBNLocked
If locked, throw a LockedException.
throwLXIfUnlocked(boolean, String) - Method in class xbn.util.XBNLocked
If unlocked, throw a LockedException.
throwSQLX(String) - Method in class xbn.db.DBConnStatement
 
throwSQLX(String) - Method in class xbn.db.DBConnDirect
Throws an SQLException (and logs it).
throwTFX(String, String) - Method in class xbn.template.Template
Throw a TemplateFormatException with a standardized message.
throwTFX(String, String, String) - Method in class xbn.template.Template
Throw a TemplateFormatException with a standardized message.
TimerSeconds - class xbn.util.TimerSeconds.
A TimerUnits that uses seconds as its unit.
TimerSeconds() - Constructor for class xbn.util.TimerSeconds
Create a TimerSeconds that does not expire.
TimerSeconds(int) - Constructor for class xbn.util.TimerSeconds
Create a TimerSeconds.
TimerSeconds(int, boolean) - Constructor for class xbn.util.TimerSeconds
Create a TimerSeconds.
TimerSeconds(int, boolean, boolean) - Constructor for class xbn.util.TimerSeconds
Create a TimerSeconds.
TimerUnits - class xbn.util.TimerUnits.
For keeping track of things that have a delay, or expire within a given number of units.
TimerUnits() - Constructor for class xbn.util.TimerUnits
Create a TimerUnits that does not expire.
TimerUnits(long, int) - Constructor for class xbn.util.TimerUnits
Create a TimerUnits.
TimerUnits(long, int, boolean) - Constructor for class xbn.util.TimerUnits
Create a TimerUnits.
TimerUnits(long, int, boolean, boolean) - Constructor for class xbn.util.TimerUnits
Create a TimerUnits.
TLAObjects - class xbn.template.TLAObjects.
A trivial class used only to hold internal objects for TemplateLineAnalyzer.
TLAObjects() - Constructor for class xbn.template.TLAObjects
 
TLAObjects(TParseConfig) - Constructor for class xbn.template.TLAObjects
Create an TLAObjects.
TOGOne - class xbn.template.TOGOne.
A TemplateOrderedGaps where there is always one gap.
TOGOne(ForLineRetrieval, OGCOne) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(ForLineRetrieval, OGCOne, TParseConfig) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(ForLineRetrieval, String) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(ForLineRetrieval, String, TParseConfig) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(String, ForLineRetrieval, OGCOne) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(String, ForLineRetrieval, OGCOne, TParseConfig) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(String, ForLineRetrieval, String) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(String, ForLineRetrieval, String, TParseConfig) - Constructor for class xbn.template.TOGOne
Create a TOGOne.
TOGOne(TOGOne) - Constructor for class xbn.template.TOGOne
Create a full copy of the provided TOGOne.
TOGThree - class xbn.template.TOGThree.
A TemplateOrderedGaps where there are always three gaps.
TOGThree(ForLineRetrieval, OGCThree) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(ForLineRetrieval, OGCThree, TParseConfig) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(ForLineRetrieval, String, String, String) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(ForLineRetrieval, TParseConfig, String, String, String) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(String, ForLineRetrieval, OGCThree) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(String, ForLineRetrieval, OGCThree, TParseConfig) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(String, ForLineRetrieval, String, String, String) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(String, ForLineRetrieval, TParseConfig, String, String, String) - Constructor for class xbn.template.TOGThree
Create a TOGThree.
TOGThree(TOGThree) - Constructor for class xbn.template.TOGThree
Create a full copy of the provided TOGThree.
TOGTwo - class xbn.template.TOGTwo.
A TemplateOrderedGaps where there are always two gaps.
TOGTwo(ForLineRetrieval, OGCTwo) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(ForLineRetrieval, OGCTwo, TParseConfig) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(ForLineRetrieval, String, String) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(ForLineRetrieval, String, String, TParseConfig) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(String, ForLineRetrieval, OGCTwo) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(String, ForLineRetrieval, OGCTwo, TParseConfig) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(String, ForLineRetrieval, String, String) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(String, ForLineRetrieval, String, String, TParseConfig) - Constructor for class xbn.template.TOGTwo
Create a TOGTwo.
TOGTwo(TOGTwo) - Constructor for class xbn.template.TOGTwo
Create a full copy of the provided TOGTwo.
toString() - Method in class xbn.array.CAConfig
Get some information about this CAConfig.
toString() - Method in class xbn.array.BinarySearchData
Get some information about this BinarySearchData.
toString() - Method in class xbn.array.AOOVConfig
Get some information about this AOOVConfig.
toString() - Method in class xbn.array.ArrayProtector
Get some information about this ArrayProtector.
toString() - Method in class xbn.array.APString
 
toString() - Method in class xbn.array.APInt
 
toString() - Method in class xbn.array.APChar
 
toString() - Method in class xbn.array.APObject
 
toString() - Method in class xbn.array.primitive.PrimitiveArrayRule
Get some information about this PrimitiveArrayRule.
toString() - Method in class xbn.array.primitive.PARString
Get some information about this PARString.
toString() - Method in class xbn.array.primitive.PARSContain
Get some information about this PARSContain.
toString() - Method in class xbn.array.primitive.PAROrderDir
Get some information about this PAROrderDir.
toString() - Method in class xbn.array.primitive.PARChar
Get some information about this PARChar.
toString() - Method in class xbn.array.primitive.PARInt
Get some information about this PARInt.
toString() - Method in class xbn.array.primitive.PARSElement
Get some information about this PARSEIllegal.
toString() - Method in class xbn.array.primitive.PARIElement
Get some information about this PARIElement.
toString() - Method in class xbn.array.primitive.PARDupNullLen
Get some information about this PARDupNullLen.
toString() - Method in class xbn.config.CRConfig
Get information about this CRConfig.
toString() - Method in class xbn.config.CRCVTrim
Get some information about this CRCVTrim.
toString() - Method in class xbn.config.CRCDelimiters
Get some information about this CRCDelimiters.
toString() - Method in class xbn.config.CRCVariable
Get some information about this CRCVariable.
toString() - Method in class xbn.config.CRCVUnescape
Get some information about this CRCVUnescape.
toString() - Method in class xbn.db.DBConnDirect
Get some information about this DBConnDirect.
toString() - Method in class xbn.db.DBConnection
Get some information about this DBConnection.
toString() - Method in class xbn.jdlcode.JDFile
Get some information about this JDFile.
toString() - Method in class xbn.jdlcode.JDClass
Get some information about this JDClass.
toString() - Method in class xbn.jdlcode.PackageType
Get some information about this PackageType.
toString() - Method in class xbn.named.NamedArray
Get some information about this NamedArray.
toString() - Method in class xbn.named.ManualNamedArray
Get some information about this ManualNamedArray.
toString() - Method in class xbn.output.OWFile
Get some information about this OWFile object.
toString() - Method in class xbn.output.MsgFormat
Get some information about this MsgFormat object.
toString() - Method in class xbn.output.OConfig
Get some information about this OConfig object.
toString() - Method in class xbn.output.Outputter
Get some information about this Ouptutter.
toString() - Method in class xbn.string.GCIConfig
Get some information about this GCIConfig.
toString() - Method in class xbn.string.SOBString
Get some information about this SOBString.
toString() - Method in class xbn.string.SOBStringBuffer
Get some information about this SOBStringBuffer.
toString() - Method in class xbn.string.escape.USCIgnore
Get some information about this USCIgnore.
toString() - Method in class xbn.string.escape.ESConfig
Get some information about this ESConfig.
toString() - Method in class xbn.string.escape.USConfig
Get some information about this EUSCUsescape.
toString() - Method in class xbn.string.padchop.PadChopString
Get some information about this PadChopString.
toString() - Method in class xbn.string.padchop.PCSConfig
Get some information about this PadChopString.
toString() - Method in class xbn.string.padchop.SpcfcCfgPad
Get some information about this SpcfcCfgPad.
toString() - Method in class xbn.string.padchop.SpcfcCfgIfNull
Get some information about this SpcfcCfgIfNull.
toString() - Method in class xbn.string.padchop.SpcfcCfgChop
Get some information about this SpcfcCfgChop.
toString() - Method in class xbn.template.Template
Get some information about this Template.
toString() - Method in class xbn.template.TParseConfig
Get some information about this TParseConfig.
toString() - Method in class xbn.template.OGConfig
Get some information about this OGConfig.
toString() - Method in class xbn.template.GapConfig
Get some information about this GapConfig.
toString() - Method in class xbn.template.TemplateDataOrString
Get some information about this TemplateDataOrString.
toString() - Method in class xbn.util.Range
Get some information about this Range.
toString() - Method in class xbn.util.RangeConfig
Get some information about this RangeConfig.
toString() - Method in class xbn.util.RCLength
Get some information about this RCLength.
toString() - Method in class xbn.util.TimerUnits
Get some information about this TimerUnits.
toString() - Method in class xbn.util.FLRFile
Get some information about this FLRFile.
toString() - Method in class xbn.util.DirFile
Get some information about this DirFile.
toString() - Method in class xbn.util.DSConfig
Get some information about this DSConfig.
toString() - Method in class xbn.util.DirScan
Get some information about this DirScan.
toString(boolean) - Method in class xbn.named.NamedArray
Get some information about this NVArray object, and optionally about the Atomic levels herein.
toString(boolean) - Method in class xbn.util.RangeConfig
Get some information about this RangeConfig.
toString(boolean) - Method in class xbn.util.RCLength
Get some information about this RCLength.
TParseConfig - class xbn.template.TParseConfig.
Configuration for when parsing the source text for a single Template.
TParseConfig() - Constructor for class xbn.template.TParseConfig
Create a TParseConfig with default settings.
TParseConfig(boolean) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(boolean, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(boolean, USCIgnore) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(boolean, USCIgnore, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, boolean) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, boolean, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, boolean, USCIgnore) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, boolean, USCIgnore, Outputter) - Constructor for class xbn.template.TParseConfig
Create an TParseConfig.
TParseConfig(GapConfig, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, USCIgnore) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(GapConfig, USCIgnore, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(USCIgnore) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
TParseConfig(USCIgnore, Outputter) - Constructor for class xbn.template.TParseConfig
Create a TParseConfig.
trim() - Method in class xbn.string.StringOrBuffer
Trim whitespace from the value of this StringOrBuffer.
trim() - Method in class xbn.string.SOBString
Trim whitespace from the value of this StringOrBuffer.
trim() - Method in class xbn.string.SOBStringBuffer
Trim whitespace from the value of this StringOrBuffer.
trim(StringBuffer) - Method in class xbn.string.TrimChars
Trim characters off the ends of the StringBuffer.
trim(StringBuffer, int, int) - Method in class xbn.string.TrimChars
Trim characters off the ends of the StringBuffer.
trim(StringOrBuffer) - Method in class xbn.string.TrimChars
Trim characters off the ends of the StringOrBuffer.
trim(StringOrBuffer, int, int) - Method in class xbn.string.TrimChars
Trim characters off the ends of the StringOrBuffer.
trimAllLines(StringBuffer) - Method in class xbn.string.TrimChars
Trim characters off the ends of every line in the StringBuffer.
trimAllLines(StringOrBuffer) - Method in class xbn.string.TrimChars
TrimChars the characters from the start and end of each line within the StringOrBuffer.
TrimChars - class xbn.string.TrimChars.
Trim characters off the ends of a string.
TrimChars() - Constructor for class xbn.string.TrimChars
Create a TrimChars with default settings.
TrimChars(char[]) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], boolean) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], boolean, char) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], boolean, char, boolean) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], char) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], TALConfig) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], TALConfig, boolean) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], TALConfig, boolean, char) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(char[], TALConfig, boolean, char, boolean) - Constructor for class xbn.string.TrimChars
Create a TrimChars.
TrimChars(TALConfig) - Constructor for class xbn.string.TrimChars
Create a TrimChars.

A B C D E F G H I J K L M N O P Q R S T U V W X


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