|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.repository.api.ProgressIndicatorAdapter
com.android.repository.api.ConsoleProgressIndicator
public class ConsoleProgressIndicator
A simple ProgressIndicator that prints log messages to stdout and stderr.
| Constructor Summary | |
|---|---|
ConsoleProgressIndicator()
|
|
| Method Summary | |
|---|---|
void |
logError(java.lang.String s,
java.lang.Throwable e)
Logs an error, including a stacktrace. |
void |
logInfo(java.lang.String s)
Logs an info message. |
void |
logWarning(java.lang.String s,
java.lang.Throwable e)
Logs a warning, including a stacktrace. |
| Methods inherited from class com.android.repository.api.ProgressIndicatorAdapter |
|---|
cancel, getFraction, isCanceled, isCancellable, isIndeterminate, logError, logWarning, setCancellable, setFraction, setIndeterminate, setSecondaryText, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleProgressIndicator()
| Method Detail |
|---|
public void logWarning(@NonNull
java.lang.String s,
@Nullable
java.lang.Throwable e)
ProgressIndicator
logWarning in interface ProgressIndicatorlogWarning in class ProgressIndicatorAdapter
public void logError(@NonNull
java.lang.String s,
@Nullable
java.lang.Throwable e)
ProgressIndicator
logError in interface ProgressIndicatorlogError in class ProgressIndicatorAdapter
public void logInfo(@NonNull
java.lang.String s)
ProgressIndicator
logInfo in interface ProgressIndicatorlogInfo in class ProgressIndicatorAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||