|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.compiler.IdeLog
Nested Class Summary | |
static interface |
IdeLog.ActivateEvent
|
static interface |
IdeLog.FixEvent
|
static class |
IdeLog.Message
|
Constructor Summary | |
IdeLog()
|
Method Summary | |
void |
error(Storage source,
int line,
int col,
int errNumber,
java.lang.String errMsg)
print an error message: |
Project |
getProject()
get current project being compiled |
Workspace |
getWorkspace()
get current workspace being compiled |
static boolean |
isPartiallyUsedImportWarning(IdeLog.Message msg)
|
int |
nerrors()
how many errors/warnigns so far? |
int |
nwarnings()
|
void |
setAsynchronousLogPage(LogPage asyncLogPage)
Set the log page used for asynchronous logging |
void |
setProject(Project project)
set current project being compiled |
void |
setWorkspace(Workspace wsp)
set current workspace being compiled |
void |
warning(Storage source,
int line,
int col,
int errNumber,
java.lang.String errMsg)
print a warning message: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdeLog()
Method Detail |
public Project getProject()
public void setProject(Project project)
public Workspace getWorkspace()
public void setWorkspace(Workspace wsp)
public static boolean isPartiallyUsedImportWarning(IdeLog.Message msg)
public void error(Storage source, int line, int col, int errNumber, java.lang.String errMsg)
error
in interface Translator.Log
public void warning(Storage source, int line, int col, int errNumber, java.lang.String errMsg)
warning
in interface Translator.Log
public int nerrors()
nerrors
in interface Translator.Log
public int nwarnings()
nwarnings
in interface Translator.Log
public void setAsynchronousLogPage(LogPage asyncLogPage)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.