Field and Description |
---|
org.codehaus.plexus.PlexusTestCase.basedir
Use getBasedir(); instead of accessing this variable directly.
When removing this variable rename basedirPath to basedir. Trygve.
|
Method and Description |
---|
org.codehaus.plexus.PlexusContainer.getComponentRealm(String)
Use getContainerRealm() instead.
|
org.codehaus.plexus.DefaultPlexusContainer.getComponentRealm(String)
Use getContainerRealm() instead.
|
Constructor and Description |
---|
org.codehaus.plexus.PlexusTestCase(String)
Use the no arg contstructor.
|
Copyright © 2001-2012 Codehaus. All Rights Reserved.