Deprecated API


Contents
Deprecated Methods
org.springframework.osgi.test.AbstractOsgiTests.getBundleContext()
          use the AbstractOsgiTests.bundleContext field directly 
org.springframework.osgi.test.AbstractOsgiTests.getBundleLocations()
          use 
org.springframework.osgi.test.AbstractDependencyManagerTests.getBundleLocations()
          no replacement provided for it 
org.springframework.osgi.test.AbstractOsgiTests.getBundles()
          use #getTestBundlesNames() 
org.springframework.osgi.test.AbstractDependencyManagerTests.getBundles()
          use AbstractDependencyManagerTests.getTestBundlesNames() instead. 
org.springframework.osgi.test.AbstractOsgiTests.getMandatoryBundles()
          use AbstractOsgiTests.getTestFrameworkBundles() 
org.springframework.osgi.test.AbstractDependencyManagerTests.getMandatoryBundles()
          use AbstractDependencyManagerTests.getTestFrameworkBundlesNames() instead. 
org.springframework.osgi.test.AbstractOsgiTests.getResourceLoader()
          use the AbstractOsgiTests.resourceLoader field directly 
org.springframework.osgi.test.AbstractDependencyManagerTests.localMavenArtifact(String, String, String)
          this method will be removed after M3; use {@link #getLocator() and ArtifactLocator#locateArtifact(String, String, String) method instead or simply #locateBundle(String) 
org.springframework.osgi.test.AbstractDependencyManagerTests.localMavenArtifact(String, String, String, String)
          this method will be removed after M3; use {@link #getLocator() and ArtifactLocator#locateArtifact(String, String, String) method instead or simply #locateBundle(String) 
 



Copyright © 2006-2007 Spring Framework. All Rights Reserved.