Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Making IdAS interface changes easier.

If we added a package for providers (maybe call it org.eclipse.higgins.idas.toolkit) and put stubbed out interface implementations in there, then CP-writers could extend those.  The side-effect of this would be that we could make changes to idas interfaces (specifically, we could add new methods), stub out the method body in the toolkit, and it would minimize build breakage for CPs.
 
Not only that, these classes could hold any code we see worthy of being shared among CPs.

Back to the top