Package adalid.core.programmers
Class AbstractProgrammer
java.lang.Object
adalid.core.programmers.AbstractProgrammer
- All Implemented Interfaces:
Programmer
- Direct Known Subclasses:
AbstractBundleProgrammer,AbstractJavaProgrammer,AbstractSqlProgrammer,ChiefProgrammer
- Author:
- Jorge Campins
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final charASTeriskprotected static final StringASTeriskprotected static final charBackSpaceprotected static final charBackSLashprotected static final StringBackSLashprotected static final charCOLonprotected static final StringCOLonprotected static final charCOMmaprotected static final StringCOMmaprotected static final charCarriage Returnprotected static final charDOTprotected static final StringDOTprotected static final charDouble Quotation Markprotected static final StringDouble Quotation Markprotected static final StringEnd Of Lineprotected static final charForm Feedprotected static final charHorizontal Tabprotected static final charLeft Curly Bracketprotected static final StringLeft Curly Bracketprotected static final charLine Feedprotected static final charLeft Round Bracketprotected static final StringLeft Round Bracketprotected static final charLeft Square Bracketprotected static final StringLeft Square Bracketprotected static final charRight Curly Bracketprotected static final StringRight Curly Bracketprotected static final charRight Round Bracketprotected static final StringRight Round Bracketprotected static final charRight Square Bracketprotected static final StringRight Square Bracketprotected static final charSEMicolonprotected static final StringSEMicolonprotected static final charSPaCeprotected static final StringSPaCeprotected static final charSingle Quotation Markprotected static final StringSingle Quotation Markprotected static final StringTAB charactersprotected static final charUNDerscoreprotected static final StringUNDerscoreprotected static final charVertical Tab -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BS
protected static final char BSBackSpace- See Also:
-
HT
protected static final char HTHorizontal Tab- See Also:
-
LF
protected static final char LFLine Feed- See Also:
-
VT
protected static final char VTVertical Tab- See Also:
-
FF
protected static final char FFForm Feed- See Also:
-
CR
protected static final char CRCarriage Return- See Also:
-
LCB
protected static final char LCBLeft Curly Bracket- See Also:
-
RCB
protected static final char RCBRight Curly Bracket- See Also:
-
LRB
protected static final char LRBLeft Round Bracket- See Also:
-
RRB
protected static final char RRBRight Round Bracket- See Also:
-
LSB
protected static final char LSBLeft Square Bracket- See Also:
-
RSB
protected static final char RSBRight Square Bracket- See Also:
-
BSL
protected static final char BSLBackSLash- See Also:
-
SPC
protected static final char SPCSPaCe- See Also:
-
SQM
protected static final char SQMSingle Quotation Mark- See Also:
-
DQM
protected static final char DQMDouble Quotation Mark- See Also:
-
DOT
protected static final char DOTDOT- See Also:
-
COM
protected static final char COMCOMma- See Also:
-
COL
protected static final char COLCOLon- See Also:
-
SEM
protected static final char SEMSEMicolon- See Also:
-
UND
protected static final char UNDUNDerscore- See Also:
-
AST
protected static final char ASTASTerisk- See Also:
-
EOL$
End Of Line -
TAB$
TAB characters -
LCB$
Left Curly Bracket- See Also:
-
RCB$
Right Curly Bracket- See Also:
-
LRB$
Left Round Bracket- See Also:
-
RRB$
Right Round Bracket- See Also:
-
LSB$
Left Square Bracket- See Also:
-
RSB$
Right Square Bracket- See Also:
-
BSL$
BackSLash- See Also:
-
SPC$
SPaCe- See Also:
-
SQM$
Single Quotation Mark- See Also:
-
DQM$
Double Quotation Mark- See Also:
-
DOT$
DOT- See Also:
-
COM$
COMma- See Also:
-
COL$
COLon- See Also:
-
SEM$
SEMicolon- See Also:
-
UND$
UNDerscore- See Also:
-
AST$
ASTerisk- See Also:
-
ARG0
- See Also:
-
ARG1
- See Also:
-
ARG2
- See Also:
-
ARG3
- See Also:
-
ARG4
- See Also:
-
ARG5
- See Also:
-
ARG6
- See Also:
-
ARG7
- See Also:
-
ARG8
- See Also:
-
ARG9
- See Also:
-
-
Constructor Details
-
AbstractProgrammer
public AbstractProgrammer()
-
-
Method Details
-
format
-