Class AbstractProgrammer

java.lang.Object
adalid.core.programmers.AbstractProgrammer
All Implemented Interfaces:
Programmer
Direct Known Subclasses:
AbstractBundleProgrammer, AbstractJavaProgrammer, AbstractSqlProgrammer, ChiefProgrammer

public abstract class AbstractProgrammer extends Object implements Programmer
Author:
Jorge Campins
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final char
    ASTerisk
    protected static final String
    ASTerisk
    protected static final char
    BackSpace
    protected static final char
    BackSLash
    protected static final String
    BackSLash
    protected static final char
    COLon
    protected static final String
    COLon
    protected static final char
    COMma
    protected static final String
    COMma
    protected static final char
    Carriage Return
    protected static final char
    DOT
    protected static final String
    DOT
    protected static final char
    Double Quotation Mark
    protected static final String
    Double Quotation Mark
    protected static final String
    End Of Line
    protected static final char
    Form Feed
    protected static final char
    Horizontal Tab
    protected static final char
    Left Curly Bracket
    protected static final String
    Left Curly Bracket
    protected static final char
    Line Feed
    protected static final char
    Left Round Bracket
    protected static final String
    Left Round Bracket
    protected static final char
    Left Square Bracket
    protected static final String
    Left Square Bracket
    protected static final char
    Right Curly Bracket
    protected static final String
    Right Curly Bracket
    protected static final char
    Right Round Bracket
    protected static final String
    Right Round Bracket
    protected static final char
    Right Square Bracket
    protected static final String
    Right Square Bracket
    protected static final char
    SEMicolon
    protected static final String
    SEMicolon
    protected static final char
    SPaCe
    protected static final String
    SPaCe
    protected static final char
    Single Quotation Mark
    protected static final String
    Single Quotation Mark
    protected static final String
    TAB characters
    protected static final char
    UNDerscore
    protected static final String
    UNDerscore
    protected static final char
    Vertical Tab
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    format(String pattern, Object... arguments)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait