|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
During loading and saving of projects information about plugins and their class loaders are needed. This interface is an abstract strategy now used by the current loading and saving mechanism to obtain this information. An concrete strategy implementation for Fujaba is provided by
FujabaForEclipse implements another concrete strategy to enable loading and saving
within Eclipse.
Method Summary | |
java.lang.ClassLoader |
getClassLoader(java.lang.String key)
Get the classLoader attribute of the PersistencySupport object |
java.lang.String |
getClassLoaderKey(java.lang.ClassLoader loader)
Get the classLoaderKey attribute of the PersistencySupport object |
de.upb.lib.plugins.PluginProperty |
getPluginProperty(java.lang.String key)
Get the pluginProperty attribute of the PersistencySupport object |
boolean |
isPluginClassLoader(java.lang.ClassLoader loader)
Get the pluginClassLoader attribute of the PersistencySupport object |
Method Detail |
public java.lang.String getClassLoaderKey(java.lang.ClassLoader loader)
loader
- No description provided
public java.lang.ClassLoader getClassLoader(java.lang.String key)
key
- No description provided
public boolean isPluginClassLoader(java.lang.ClassLoader loader)
loader
- No description provided
public de.upb.lib.plugins.PluginProperty getPluginProperty(java.lang.String key)
key
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |