xbn.config
Class ConfigReaderFA

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.config.ConfigReader
              |
              +--xbn.config.ConfigReaderFA

public class ConfigReaderFA
extends ConfigReader

A ConfigReader where the CRConfig is always a CRCFileActual. See CRConfig and CRCFileActual.

Source code:  ConfigReaderFA.java.  Example code: XmplConfigReaderFA_SL and XmplConfigReaderFA_ML.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
ConfigReaderFA()
          Create a ConfigReaderFA.
 
Method Summary
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, CRCFileActual crc_fileActual)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, CRCFileActual crc_fileActual, Outputter optr_dbg)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, CRCFileActual crc_fileActual, Outputter optr_dbg, VWObject aco_sb_sb_c, CRFilter cr_filter)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, CRCFileActual crc_fileActual, VWObject aco_sb_sb_c, CRFilter cr_filter)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, Outputter optr_dbg)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, Outputter optr_dbg, VWObject aco_sb_sb_c, CRFilter cr_filter)
          Get the VWObject containing all configuration variables read in from the source text.
 VWObject getVWObject(ForLineRetrieval for_lineRetrieval, VWObject aco_sb_sb_c, CRFilter cr_filter)
          Get the VWObject containing all configuration variables read in from the source text.
 
Methods inherited from class xbn.config.ConfigReader
getAOsb_sb_c, getAOsb_sb_c, getAOsb_sb_c, getAOsb_sb_c, getVWObject, getVWObject, getVWObject, getVWObject
 
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

ConfigReaderFA

public ConfigReaderFA()

Create a ConfigReaderFA. This constructor does nothing.

Method Detail

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, (new CRCFileActual()))

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            CRCFileActual crc_fileActual)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, crc_fileActual)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            Outputter optr_dbg)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, (new CRCFileActual()), optr_dbg)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            CRCFileActual crc_fileActual,
                            Outputter optr_dbg)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, crc_fileActual, optr_dbg)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            VWObject aco_sb_sb_c,
                            CRFilter cr_filter)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, (new CRCFileActual()), aco_sb_sb_c, cr_filter)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            CRCFileActual crc_fileActual,
                            VWObject aco_sb_sb_c,
                            CRFilter cr_filter)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, crc_fileActual, aco_sb_sb_c, cr_filter)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            Outputter optr_dbg,
                            VWObject aco_sb_sb_c,
                            CRFilter cr_filter)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, (new CRCFileActual()), optr_dbg, aco_sb_sb_c, cr_filter)

getVWObject

public VWObject getVWObject(ForLineRetrieval for_lineRetrieval,
                            CRCFileActual crc_fileActual,
                            Outputter optr_dbg,
                            VWObject aco_sb_sb_c,
                            CRFilter cr_filter)
                     throws ConfigFormatException

Get the VWObject containing all configuration variables read in from the source text.

Returns:
getVWObject(for_lineRetrieval, crc_fileActual, optr_dbg, aco_sb_sb_c, cr_filter)



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