|
KindFTP © 1998-2001 Joseph Kiniry © 2001 KindSoftware All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--kindftp.IDebugInit
A class that centralizes initialization of the IDebug framework for KindFTP.
The various get* methods cannot be called until the init() method has been called and has completed.
initialized implies
((debug != null) && (assert != null) &&
(debugConstants != null) && (debugOutput != null))init()| Constructor Summary | |
IDebugInit()
|
|
| Method Summary | |
static idebug.Assert |
getAssert()
|
static idebug.Debug |
getDebug()
|
static idebug.DebugConstants |
getDebugConstants()
|
static idebug.DebugOutput |
getDebugOutput()
|
static void |
init()
Initialize the debugging subsystem of KindFTP. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public IDebugInit()
| Method Detail |
public static void init()
Initialize the debugging subsystem of KindFTP.
getDebug() != nullgetDebugOutput() != nullgetAssert() != nullgetDebugConstants() != nullinitializedpublic static idebug.Debug getDebug()
Debug instance associated with
KindFTP.initialized #IllegalStateExceptionreturn != nullpublic static idebug.DebugOutput getDebugOutput()
DebugOutput
associated with KindFTP.initialized #IllegalStateExceptionreturn != nullpublic static idebug.Assert getAssert()
Assert
associated with KindFTP.initialized #IllegalStateExceptionreturn != nullpublic static idebug.DebugConstants getDebugConstants()
DebugConstants associated with KindFTP.initialized #IllegalStateExceptionreturn != null
|
KindFTP © 1998-2001 Joseph Kiniry © 2001 KindSoftware All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||