Skip to content
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

Return a list of all extensions from a plugin and optional for an extension point #108

Merged
merged 2 commits into from Aug 22, 2016

Conversation

decebals
Copy link
Member

In few words, this PR add below methods in PluginManager:
- <T> List<T> getExtensions(Class<T> type, String pluginId)
- List getExtensions(String pluginId)

See more details about these methods on https://groups.google.com/forum/#!topic/pf4j/vqnD1abLXjA.

@coveralls
Copy link

coveralls commented Aug 11, 2016

Coverage Status

Coverage decreased (-0.7%) to 13.639% when pulling f595eb5 on extensions_per_plugin into d6f9ccb on master.

@coveralls
Copy link

coveralls commented Aug 22, 2016

Coverage Status

Coverage decreased (-0.7%) to 13.631% when pulling 0e21831 on extensions_per_plugin into d6f9ccb on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.7%) to 13.631% when pulling 0e21831 on extensions_per_plugin into d6f9ccb on master.

@decebals decebals merged commit 59fed93 into master Aug 22, 2016
@decebals decebals changed the title Return a list of all extensions from a plugin and optional for an ension point Return a list of all extensions from a plugin and optional for an extension point Aug 22, 2016
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.

None yet

2 participants