Deprecated API

Contents

Deprecated Fields

org.codehaus.plexus.component.factory.DefaultComponentFactoryManager.componentFactories
Register factories as components with language as role-hint instead.
org.codehaus.plexus.PlexusTestCase.basedir
Use getBasedir(); instead of accessing this variable directly.

Deprecated Methods

org.codehaus.plexus.DefaultPlexusContainer.getComponentRealm(String)
Use getContainerRealm() instead.
org.codehaus.plexus.PlexusContainer.getComponentRealm(String)
Use getContainerRealm() instead.

Deprecated Constructors

org.codehaus.plexus.PlexusTestCase.PlexusTestCase(String)
Use the no arg contstructor.