Class and Description |
---|
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
|
Field and Description |
---|
org.codehaus.plexus.util.xml.pull.XmlPullParserException.detail
use generic getCause() method
|
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. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.