|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTraceccController
public class TraceccController
Control the options provided to tracecc
Field Summary | |
---|---|
static java.lang.String[] |
allArgs
The allArgs aray provides string fragments used to construct tracecc command lines. |
protected int |
boxWidth
|
protected boolean |
checkTimes
|
static java.lang.String[] |
cmdToReadOptions
|
protected boolean |
cppComments
|
protected java.lang.String |
cwd
The current working directory |
protected int |
ideStyle
|
static java.lang.String[] |
ideStyleNames
|
static java.lang.String[] |
ideStyles
|
protected boolean |
isDebStdout
|
protected boolean |
isDebTrace
|
protected boolean |
isDebugging
|
protected boolean |
lineNumbers
|
protected boolean |
logAlways
|
static java.lang.String[] |
pk
|
protected boolean |
timeStamp
|
Constructor Summary | |
---|---|
TraceccController()
|
Method Summary | |
---|---|
void |
correct_controller()
|
int |
getBoxWidth()
|
boolean |
getCheckTimes()
|
boolean |
getCppComments()
|
java.lang.String |
getCwd()
Retrieve the current working directory. |
boolean |
getDebStdout()
|
boolean |
getDebTrace()
|
boolean |
getDebugging()
|
int |
getIdeStyle()
|
boolean |
getLineNumbers()
|
boolean |
getLogAlways()
|
boolean |
getTimeStamp()
|
void |
initialize()
Initialize controller. |
dirk_krause.jtools.LogContentsForCommand |
restoreOptions()
|
dirk_krause.jtools.LogContentsForCommand |
runTheProgram()
|
dirk_krause.jtools.LogContentsForCommand |
saveOptions()
|
void |
setBoxWidth(int i)
|
void |
setCheckTimes(boolean b)
|
void |
setCppComments(boolean b)
|
void |
setCwd(java.lang.String s)
Set current working directory. |
void |
setDebStdout(boolean b)
|
void |
setDebTrace(boolean b)
|
void |
setDebugging(boolean b)
|
void |
setIdeStyle(int i)
|
void |
setLineNumbers(boolean b)
|
void |
setLogAlways(boolean b)
|
void |
setTimeStamp(boolean b)
|
void |
writeCwd()
Write current working directory to preferences. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] allArgs
public static final java.lang.String[] cmdToReadOptions
public static final java.lang.String[] ideStyles
public static final java.lang.String[] ideStyleNames
public static final java.lang.String[] pk
protected java.lang.String cwd
protected boolean isDebugging
protected boolean isDebStdout
protected boolean isDebTrace
protected boolean checkTimes
protected boolean lineNumbers
protected boolean cppComments
protected boolean timeStamp
protected boolean logAlways
protected int ideStyle
protected int boxWidth
Constructor Detail |
---|
public TraceccController()
Method Detail |
---|
public boolean getDebugging()
public void setDebugging(boolean b)
public boolean getDebStdout()
public void setDebStdout(boolean b)
public boolean getDebTrace()
public void setDebTrace(boolean b)
public boolean getCheckTimes()
public void setCheckTimes(boolean b)
public boolean getLineNumbers()
public void setLineNumbers(boolean b)
public boolean getCppComments()
public void setCppComments(boolean b)
public boolean getTimeStamp()
public void setTimeStamp(boolean b)
public int getIdeStyle()
public void setIdeStyle(int i)
public int getBoxWidth()
public void setBoxWidth(int i)
public boolean getLogAlways()
public void setLogAlways(boolean b)
public java.lang.String getCwd()
public void setCwd(java.lang.String s)
s
- The new current directorypublic void writeCwd()
public void correct_controller()
public void initialize()
public dirk_krause.jtools.LogContentsForCommand restoreOptions()
public dirk_krause.jtools.LogContentsForCommand saveOptions()
public dirk_krause.jtools.LogContentsForCommand runTheProgram()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |