Skip to content

expose plugin paths in ClassLoader #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2013
Merged

Conversation

dirk-thomas
Copy link
Member

This enabled user land code to store the discovered plugin paths and later restore them to avoid timely recrawling.

@mirzashah @wjwwood Please review.

@@ -104,6 +105,12 @@
* @brief Returns a list of all available classes for this ClassLoader's base class type
* @return A vector of strings corresponding to the names of all available classes
*/
std::vector<std::string> getPluginXmlPaths();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the documentation need to be updated here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed.

@wjwwood
Copy link
Member

wjwwood commented Oct 3, 2013

+1

@mirzashah
Copy link
Member

Ah that's a nice feature. It's been a while since I've looked at this code...took me a while to get up to speed. Everything looks great, nice feature to have...will merge.

mirzashah added a commit that referenced this pull request Oct 3, 2013
expose plugin paths in ClassLoader
@mirzashah mirzashah merged commit 039a2ee into groovy-devel Oct 3, 2013
@dirk-thomas dirk-thomas deleted the expose_plugin_paths branch October 4, 2013 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants