META-INF.plexus.components.xml Maven / Gradle / Ivy
<plexus> <components> <component> <role>org.unidal.test.browser.BrowserManager</role> <implementation>org.unidal.test.browser.BrowserManager</implementation> </component> <component> <role>org.unidal.test.browser.Browser</role> <implementation>org.unidal.test.browser.DefaultBrowser</implementation> </component> <component> <role>org.unidal.test.browser.Browser</role> <role-hint>memory</role-hint> <implementation>org.unidal.test.browser.MemoryBrowser</implementation> <instantiation-strategy>per-lookup</instantiation-strategy> </component> <component> <role>org.unidal.test.browser.Browser</role> <role-hint>console</role-hint> <implementation>org.unidal.test.browser.ConsoleBrowser</implementation> </component> <component> <role>org.unidal.test.browser.Browser</role> <role-hint>firefox</role-hint> <implementation>org.unidal.test.browser.FirefoxBrowser</implementation> </component> <component> <role>org.unidal.test.browser.Browser</role> <role-hint>ie</role-hint> <implementation>org.unidal.test.browser.InternetExplorerBrowser</implementation> </component> <component> <role>org.unidal.test.browser.Browser</role> <role-hint>opera</role-hint> <implementation>org.unidal.test.browser.OperaBrowser</implementation> </component> </components> </plexus>