Package com.uic.ase.proj.xbn.output

Examples of com.uic.ase.proj.xbn.output.Outputter


    <P>Create a GetTOG2FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog2ff#gtog2ff(s,s,ogc2,gc,optr)~EJD~">GetTOG2FFile</A>(s_templateName, s_fileName, ogc_two, gap_config)</CODE></P>
   **/
  public GetTOG2FFile(String s_templateName, String s_fileName, OGCTwo ogc_two, GapConfig gap_config)  {
    this(s_templateName, s_fileName, ogc_two, gap_config, (new Outputter()));
  }
View Full Code Here


    <P>Create a Template from a source text file.</P>

    <P>Equal to <CODE><A HREF="~JD~gtff(s,s,gc,optr)~EJD~">GetTFFile</A>(s_templateName, s_fileName, gap_config, (new <A HREF="~JD~optr#optr()~EJD~">Outputter</A>()))</CODE></P>
   **/
  public GetTFFile(String s_templateName, String s_fileName, GapConfig gap_config)  {
    this(s_templateName, s_fileName, gap_config, (new Outputter()));
  }
View Full Code Here

    <P>Create a GetTOG3FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog3ff#gtog3ff(s,s,ogc3,gc,optr)~EJD~">GetTOG3FFile</A>(s_templateName, s_fileName, ogc_three, gap_config)</CODE></P>
   **/
  public GetTOG3FFile(String s_templateName, String s_fileName, OGCThree ogc_three, GapConfig gap_config)  {
    this(s_templateName, s_fileName, ogc_three, gap_config, (new Outputter()));
  }
View Full Code Here

    <P>Create a GetTOG1FFile.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog1ff#gtog1ff(s,s,ogc1,gc,optr)~EJD~">GetTOG1FFile</A>(s_templateName, s_fileName, ogc_one, gap_config)</CODE></P>
   **/
  public GetTOG1FFile(String s_templateName, String s_fileName, OGCOne ogc_one, GapConfig gap_config)  {
    this(s_templateName, s_fileName, ogc_one, gap_config, (new Outputter()));
  }
View Full Code Here

    <P>Create a GetTOG2FString.</P>

    <P>Equal to <CODE><A HREF="~JD~gtog2fs#gtog2fs(s,s,ogc2,gc,optr)~EJD~">GetTOG2FString</A>(s_templateName, s_srcTxt, ogc_two, gap_config)</CODE></P>
   **/
  public GetTOG2FString(String s_templateName, String s_srcTxt, OGCTwo ogc_two, GapConfig gap_config)  {
    this(s_templateName, s_srcTxt, ogc_two, gap_config, (new Outputter()));
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.output.Outputter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.