xbn.template.util
Class GetTFFile

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.util.GetTemplateFrom
              |
              +--xbn.template.util.GetTFFile

public class GetTFFile
extends GetTemplateFrom

A GetTemplateFrom where the source text comes from a file.

Source code:  GetTFFile.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
GetTFFile(String s_fileName)
          Create a Template from a source text file.
GetTFFile(String s_fileName, GapConfig gap_config)
          Create a Template from a source text file.
GetTFFile(String s_templateName, String s_fileName)
          Create a Template from a source text file.
GetTFFile(String s_templateName, String s_fileName, GapConfig gap_config)
          Create a Template from a source text file.
GetTFFile(String s_templateName, String s_fileName, GapConfig gap_config, Outputter optr_dbg)
          Create a Template from a source text file.
GetTFFile(String s_templateName, String s_fileName, GapConfig gap_config, Outputter optr_dbg, TFilter template_filter)
          Create a Template from a source text file.
GetTFFile(String s_templateName, String s_fileName, Outputter optr_dbg)
          Create a Template from a source text file.
 
Methods inherited from class xbn.template.util.GetTemplateFrom
createTemplate, 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

GetTFFile

public GetTFFile(String s_fileName)

Create a Template from a source text file.

Equal to GetTFFile(null, s_fileName)


GetTFFile

public GetTFFile(String s_templateName,
                 String s_fileName)

Create a Template from a source text file.

Equal to GetTFFile(s_templateName, s_fileName, (new GapConfig()))


GetTFFile

public GetTFFile(String s_fileName,
                 GapConfig gap_config)

Create a Template from a source text file.

Equal to GetTFFile(null, s_fileName, gap_config)


GetTFFile

public GetTFFile(String s_templateName,
                 String s_fileName,
                 GapConfig gap_config)

Create a Template from a source text file.

Equal to GetTFFile(s_templateName, s_fileName, gap_config, (new Outputter()))


GetTFFile

public GetTFFile(String s_templateName,
                 String s_fileName,
                 Outputter optr_dbg)

Create a Template from a source text file.

Equal to GetTFFile(s_templateName, s_fileName, (new GapConfig()), optr_dbg)


GetTFFile

public GetTFFile(String s_templateName,
                 String s_fileName,
                 GapConfig gap_config,
                 Outputter optr_dbg)

Create a Template from a source text file.

Equal to GetTFFile(s_templateName, s_fileName, gap_config, optr_dbg)


GetTFFile

public GetTFFile(String s_templateName,
                 String s_fileName,
                 GapConfig gap_config,
                 Outputter optr_dbg,
                 TFilter template_filter)

Create a Template from a source text file.

Equal to GetTemplateFrom(s_templateName, (new FLRFile(s_fileName)), gap_config, optr_dbg, template_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