xbn.config
Class CRCDFileActual

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.config.CRCDelimiters
              |
              +--xbn.config.CRCDFileActual

public class CRCDFileActual
extends CRCDelimiters

A CRCDelimiters having exactly two variable delimiters.

Source code:  CRCDFileActual.java

The first delimiter represents "file" variables, whose values are the path to a text file in which the value exists. The second delimiter represents "actual" variables, whose values exist directly in the config source text.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
CRCDFileActual()
          Create a CRCDFileActual with default settings.
CRCDFileActual(char c_file, char c_actual)
          Create a CRCDFileActual.
CRCDFileActual(char c_file, char c_actual, char c_singleLineCmt)
          Create a CRCDFileActual.
CRCDFileActual(char c_file, char c_actual, char c_mlcStart, char c_mlcEnd)
          Create a CRCDFileActual.
CRCDFileActual(char c_file, char c_actual, char c_mlcStart, char c_mlcEnd, char c_singleLineCmt)
          Create a CRCDFileActual.
 
Methods inherited from class xbn.config.CRCDelimiters
getMLCEnd, getMLCStart, getSingleLineCmt, getVarDelimsAPC, toString
 
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, wait, wait, wait
 

Constructor Detail

CRCDFileActual

public CRCDFileActual()

Create a CRCDFileActual with default settings.

Equal to CRCDFileActual('!', '=')


CRCDFileActual

public CRCDFileActual(char c_file,
                      char c_actual)

Create a CRCDFileActual.

Equal to CRCDelimiters(new char[] {c_file, c_actual})


CRCDFileActual

public CRCDFileActual(char c_file,
                      char c_actual,
                      char c_singleLineCmt)

Create a CRCDFileActual.

Equal to CRCDelimiters(new char[] {c_file, c_actual}, c_singleLineCmt)


CRCDFileActual

public CRCDFileActual(char c_file,
                      char c_actual,
                      char c_mlcStart,
                      char c_mlcEnd)

Create a CRCDFileActual.

Equal to CRCDelimiters(new char[] {c_file, c_actual}, c_mlcStart, c_mlcEnd)


CRCDFileActual

public CRCDFileActual(char c_file,
                      char c_actual,
                      char c_mlcStart,
                      char c_mlcEnd,
                      char c_singleLineCmt)

Create a CRCDFileActual.

Equal to CRCDelimiters(new char[] {c_file, c_actual}, c_mlcStart, c_mlcEnd, c_singleLineCmt)




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