xbn.template.util
Class GetTOG3FFile

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.util.GetTemplateFrom
              |
              +--xbn.template.util.GetTOGFrom
                    |
                    +--xbn.template.util.GetTOG3From
                          |
                          +--xbn.template.util.GetTOG3FFile

public class GetTOG3FFile
extends GetTOG3From

A GetTOG3From where the source text comes from a file.

Source code:  GetTOG3FFile.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GetTOG3FFile(String s_fileName, OGCThree ogc_three)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_fileName, OGCThree ogc_three, GapConfig gap_config)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_fileName, OGCThree ogc_three, Outputter optr_dbg)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, GapConfig gap_config)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, GapConfig gap_config, Outputter optr_dbg)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, Outputter optr_dbg)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_fileName, String s_gap1, String s_gap2, String s_gap3)
          extends XBNObject
GetTOG3FFile(String s_fileName, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_fileName, String s_gap1, String s_gap2, String s_gap3, Outputter optr_dbg)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, String s_gap3)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, String s_gap3, GapConfig gap_config, Outputter optr_dbg)
          Create a GetTOG3FFile.
GetTOG3FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, String s_gap3, Outputter optr_dbg)
          Create a GetTOG3FFile.
 
Methods inherited from class xbn.template.util.GetTOG3From
createTemplate, getTOGThree
 
Methods inherited from class xbn.template.util.GetTOGFrom
getTemplateOrderedGaps
 
Methods inherited from class xbn.template.util.GetTemplateFrom
getTemplate
 
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

GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3)
extends XBNObject

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)))


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)))


GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3,
                    GapConfig gap_config)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config)


GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)), optr_dbg)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3,
                    GapConfig gap_config)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)), optr_dbg)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    String s_gap1,
                    String s_gap2,
                    String s_gap3,
                    GapConfig gap_config,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, (new OGCThree(s_gap1, s_gap2, s_gap3)), gap_config, optr_dbg)


GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    OGCThree ogc_three)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, ogc_three)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    OGCThree ogc_three)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, ogc_three)


GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    OGCThree ogc_three,
                    GapConfig gap_config)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, ogc_three, gap_config)


GetTOG3FFile

public GetTOG3FFile(String s_fileName,
                    OGCThree ogc_three,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_fileName, ogc_three, optr_dbg)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    OGCThree ogc_three,
                    GapConfig gap_config)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, ogc_three, gap_config)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    OGCThree ogc_three,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFile(s_templateName, s_fileName, ogc_three, optr_dbg)


GetTOG3FFile

public GetTOG3FFile(String s_templateName,
                    String s_fileName,
                    OGCThree ogc_three,
                    GapConfig gap_config,
                    Outputter optr_dbg)

Create a GetTOG3FFile.

Equal to GetTOG3FFrom(s_templateName, s_fileName, ogc_three, gap_config, optr_dbg)




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