|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnalyserInterface
There is no Warranty
Method Summary | |
---|---|
GuiElement |
addAndAnalyseRootObject(java.lang.Object obj)
method for start of analysing of object calls analyser to proceed further |
GuiElement |
addAndAnalyseRootObject(java.lang.Object obj,
boolean analyzeNow)
method for passing of root object to be analysed dependend on boolean analyseNow |
AnalyserRules |
getAnalyserRules()
|
boolean |
isCustomizable()
Method to define whether analyser is instanceof ObjectReferencesCustomized |
void |
reload()
Method to reload the references starting from the given roots Should be implemented synchronised to avoid parallel requests |
void |
setAnalyserRules(AnalyserRules rules)
|
Methods inherited from interface ora.core.base.ElementManagerInterface |
---|
getAllElements, getClassesList, getManagerName, getReloadableData, getRoots, getState, getTimeStamp, hasController, load, registerElementController, reloadable, reset, save, unRegisterElementController |
Method Detail |
---|
GuiElement addAndAnalyseRootObject(java.lang.Object obj, boolean analyzeNow) throws java.lang.Exception
obj
- to be analysedanalyzeNow
- indicator to analyse now or just to add and analyse during next reload
java.lang.Exception
GuiElement addAndAnalyseRootObject(java.lang.Object obj) throws java.lang.Exception
obj
- to be analysed
java.lang.Exception
void reload() throws java.lang.Exception
java.lang.Exception
boolean isCustomizable()
AnalyserRules getAnalyserRules()
void setAnalyserRules(AnalyserRules rules) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |