|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.core.LogOptions
public class LogOptions
Field Summary | |
---|---|
static java.lang.String |
LOG_DEFAULT
Defaults log settings. |
static java.lang.String |
LOG_DOWNLOAD_ONLY
This log setting disable all usual messages but download ones. |
static java.lang.String |
LOG_QUIET
This log setting disable all usual messages during the resolve process. |
Constructor Summary | |
---|---|
LogOptions()
|
|
LogOptions(LogOptions options)
|
Method Summary | |
---|---|
java.lang.String |
getLog()
|
LogOptions |
setLog(java.lang.String log)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOG_DEFAULT
public static final java.lang.String LOG_DOWNLOAD_ONLY
public static final java.lang.String LOG_QUIET
Constructor Detail |
---|
public LogOptions()
public LogOptions(LogOptions options)
Method Detail |
---|
public java.lang.String getLog()
public LogOptions setLog(java.lang.String log)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |