All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
<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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy