com.android.dx.command
Class DxConsole

java.lang.Object
  extended by com.android.dx.command.DxConsole

public class DxConsole
extends Object

Provides standard and error PrintStream object to output information.
By default the PrintStream objects link to System.out and System.err but they can be changed to link to other PrintStream.


Field Summary
static PrintStream err
          Error output stream.
static PrintStream out
          Standard output stream.
 
Constructor Summary
DxConsole()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public static PrintStream out
Standard output stream. Links to System.out by default.


err

public static PrintStream err
Error output stream. Links to System.err by default.

Constructor Detail

DxConsole

public DxConsole()


Copyright © 2015. All rights reserved.