|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.codehaus.plexus.util.StringInputStream
As of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, wrap the output from String.getBytes(String) into a
ByteArrayInputStream . |
|
org.codehaus.plexus.util.StringOutputStream
As of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, use ByteArrayOutputStream.toString(String) . |
|
org.codehaus.plexus.util.xml.XmlReader
use XmlStreamReader |
Deprecated Fields | |
org.codehaus.plexus.util.cli.Commandline.executable
Use Commandline.setExecutable(String) instead. |
|
org.codehaus.plexus.util.cli.Commandline.OS_NAME
Use Os class instead. |
|
org.codehaus.plexus.util.cli.Commandline.WINDOWS
Use Os class instead. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |