|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.template.util.GetTemplateFrom | +--xbn.template.util.GetTOGFrom | +--xbn.template.util.GetTOG2From | +--xbn.template.util.GetTOG2FFile
A GetTOG2From where the source text comes from a file.
Source code: GetTOG2FFile.java.
Fields inherited from class xbn.XBNObject |
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP |
Constructor Summary | |
GetTOG2FFile(String s_fileName,
OGCTwo ogc_two)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_fileName,
OGCTwo ogc_two,
GapConfig gap_config)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_fileName,
OGCTwo ogc_two,
Outputter optr_dbg)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
OGCTwo ogc_two)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
OGCTwo ogc_two,
GapConfig gap_config)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
OGCTwo ogc_two,
GapConfig gap_config,
Outputter optr_dbg)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
OGCTwo ogc_two,
Outputter optr_dbg)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_fileName,
String s_gap1,
String s_gap2)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_fileName,
String s_gap1,
String s_gap2,
GapConfig gap_config)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_fileName,
String s_gap1,
String s_gap2,
Outputter optr_dbg)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
String s_gap1,
String s_gap2)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
String s_gap1,
String s_gap2,
GapConfig gap_config)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
String s_gap1,
String s_gap2,
GapConfig gap_config,
Outputter optr_dbg)
Create a GetTOG2FFile. |
|
GetTOG2FFile(String s_templateName,
String s_fileName,
String s_gap1,
String s_gap2,
Outputter optr_dbg)
Create a GetTOG2FFile. |
Methods inherited from class xbn.template.util.GetTOG2From |
createTemplate, getTOGTwo |
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 |
public GetTOG2FFile(String s_fileName, String s_gap1, String s_gap2)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, (new OGCTwo(s_gap1, s_gap2)))
public GetTOG2FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, (new OGCTwo(s_gap1, s_gap2)))
public GetTOG2FFile(String s_fileName, String s_gap1, String s_gap2, GapConfig gap_config)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, (new OGCTwo(s_gap1, s_gap2)), gap_config)
public GetTOG2FFile(String s_fileName, String s_gap1, String s_gap2, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, (new OGCTwo(s_gap1, s_gap2)), optr_dbg)
public GetTOG2FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, GapConfig gap_config)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, (new OGCTwo(s_gap1, s_gap2)), gap_config)
public GetTOG2FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, (new OGCTwo(s_gap1, s_gap2)), optr_dbg)
public GetTOG2FFile(String s_templateName, String s_fileName, String s_gap1, String s_gap2, GapConfig gap_config, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, (new OGCTwo(s_gap1, s_gap2)), gap_config, optr_dbg)
public GetTOG2FFile(String s_fileName, OGCTwo ogc_two)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, ogc_two)
public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, ogc_two)
public GetTOG2FFile(String s_fileName, OGCTwo ogc_two, GapConfig gap_config)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, ogc_two, gap_config)
public GetTOG2FFile(String s_fileName, OGCTwo ogc_two, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_fileName, ogc_two, optr_dbg)
public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two, GapConfig gap_config)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, ogc_two, gap_config)
public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2FFile(s_templateName, s_fileName, ogc_two, optr_dbg)
public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two, GapConfig gap_config, Outputter optr_dbg)
Create a GetTOG2FFile.
Equal to GetTOG2From(s_templateName, s_fileName, ogc_two, gap_config, optr_dbg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava