|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| org.codehaus.plexus.util.xml.XmlReader
use XmlStreamReader |
|
| Deprecated Fields | |
|---|---|
| org.codehaus.plexus.util.cli.Commandline.executable
Use Commandline.setExecutable(String) instead. |
|
| Deprecated Methods | |
|---|---|
| org.codehaus.plexus.util.IOUtil.bufferedCopy(InputStream, OutputStream)
Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead. |
|
| org.codehaus.plexus.util.cli.Commandline.createArgument()
Use Commandline.createArg() instead |
|
| org.codehaus.plexus.util.cli.Commandline.createArgument(boolean)
Use Commandline.createArg(boolean) instead |
|
| org.codehaus.plexus.util.cli.Commandline.quoteArgument(String)
Use CommandLineUtils.quote(String) instead. |
|
| org.codehaus.plexus.util.cli.Commandline.toString(String[])
Use CommandLineUtils.toString(String[]) instead. |
|
| org.codehaus.plexus.util.cli.Commandline.translateCommandline(String)
Use CommandLineUtils.translateCommandline(String) instead. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||