xbn.string.padchop
Class ConfigChop

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.string.padchop.PCSConfig
              |
              +--xbn.string.padchop.ConfigChop

public class ConfigChop
extends PCSConfig

A PCSConfig for when you definitely want to chop.

Source code:  ConfigChop.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
ConfigChop(int i_length)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
ConfigChop(int i_length, SpcfcCfgChop sc_chop, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
ConfigChop(int i_length, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
ConfigChop(int i_length, String s_chopDotDotDot)
          Create a ConfigChop.
ConfigChop(int i_length, String s_chopDotDotDot, int i_cdddFlush)
          Create a ConfigChop.
ConfigChop(int i_length, String s_chopDotDotDot, int i_cdddFlush, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, String s_chopDotDotDot, SpcfcCfgPad sc_pad)
          Create a ConfigChop.
ConfigChop(int i_length, String s_chopDotDotDot, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull)
          Create a ConfigChop.
 
Methods inherited from class xbn.string.padchop.PCSConfig
doChop, doPad, getLength, getSpcfcCfgChop, getSpcfcCfgIfNull, getSpcfcCfgPad, setLength, setSpcfcCfgChop, setSpcfcCfgIfNull, setSpcfcCfgPad, 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

ConfigChop

public ConfigChop(int i_length)

Create a ConfigChop.

Equal to ConfigChop(i_length, true)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, null, 0)


ConfigChop

public ConfigChop(int i_length,
                  String s_chopDotDotDot)

Create a ConfigChop.

Equal to ConfigChop(i_length, s_chopDotDotDot, 0)


ConfigChop

public ConfigChop(int i_length,
                  String s_chopDotDotDot,
                  int i_cdddFlush)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, s_chopDotDotDot)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, s_chopDotDotDot, 0)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot,
                  int i_cdddFlush)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, s_chopDotDotDot, i_cdddFlush, null)


ConfigChop

public ConfigChop(int i_length,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, sc_pad, (new SpcfcCfgIfNull()))


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, null, sc_pad, (new SpcfcCfgIfNull()))


ConfigChop

public ConfigChop(int i_length,
                  String s_chopDotDotDot,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, s_chopDotDotDot, sc_pad, (new SpcfcCfgIfNull()))


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, s_chopDotDotDot, 0, sc_pad, (new SpcfcCfgIfNull()))


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot,
                  int i_cdddFlush,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, s_chopDotDotDot, i_cdddFlush, sc_pad, (new SpcfcCfgIfNull()))


ConfigChop

public ConfigChop(int i_length,
                  String s_chopDotDotDot,
                  int i_cdddFlush,
                  SpcfcCfgPad sc_pad)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, s_chopDotDotDot, i_cdddFlush, sc_pad)


ConfigChop

public ConfigChop(int i_length,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, sc_pad, sc_ifNull)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, null, sc_pad, sc_ifNull)


ConfigChop

public ConfigChop(int i_length,
                  String s_chopDotDotDot,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to ConfigChop(i_length, true, s_chopDotDotDot, sc_pad, sc_ifNull)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to ConfigChop(i_length, b_chopEndStart, s_chopDotDotDot, 0, sc_pad, sc_ifNull)


ConfigChop

public ConfigChop(int i_length,
                  boolean b_chopEndStart,
                  String s_chopDotDotDot,
                  int i_cdddFlush,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to ConfigChop(i_length, (new SpcfcCfgChop(b_chopEndStart, s_chopDotDotDot, i_cdddFlush)), sc_pad, sc_ifNull)


ConfigChop

public ConfigChop(int i_length,
                  SpcfcCfgChop sc_chop,
                  SpcfcCfgPad sc_pad,
                  SpcfcCfgIfNull sc_ifNull)

Create a ConfigChop.

Equal to PCSConfig(i_length, sc_chop, sc_pad, sc_ifNull)

Note: The only difference between this and the super constructor, is that sc_chop must be non-null.




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