|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassCreator
Interface for alternative ways to create classes based on class names.
This is a work around to tolerate Eclipse's "feature" that not all
class loaders from all plugins are known everywhere. A central class
creator facility should implement this interface and then be registered
with static GlobalClassCreator
.
Have a look at the package description to find related links to these eclipse features.
Method Summary | |
---|---|
Class<?> |
createClass(String className)
returns the Class for the specified className. |
Method Detail |
---|
Class<?> createClass(String className)
className
- specifies the name of the class to be found.
Class
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |