|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProvider
Provider interface
| Method Summary | |
|---|---|
void |
connect(IProviderContext thisContext)
Called by framework to pass context reference (may default to void action if provider does not need it) |
Model |
makeModel(java.lang.String thisSource)
Make model |
Tree |
makeTree(java.lang.String thisSource,
boolean checkRecursion)
Make tree. |
| Method Detail |
|---|
void connect(IProviderContext thisContext)
thisContext - contextModel makeModel(java.lang.String thisSource)
thisSource - source (a string that refers to the data in a was that the provider implementation will understand)
Tree makeTree(java.lang.String thisSource,
boolean checkRecursion)
thisSource - source (a string that refers to the data in a was that the provider implementation will understand)checkRecursion - whether immediate recursion is checked (avoid mount-now infinite recursion)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||