|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectResource
org.apache.ant.antunit.LogContent
public class LogContent
Exposes AntUnit log content as a (read-only) Resource.
| Constructor Summary | |
|---|---|
LogContent()
Create a new LogContent resource. |
|
LogContent(Project p,
LogLevel level)
Create a new LogContent resource, specifying Project and log level. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.io.InputStream |
getInputStream()
|
boolean |
isExists()
|
void |
setLevel(LogLevel level)
Set the desired log level. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogContent()
public LogContent(Project p,
LogLevel level)
level - the LogLevel.| Method Detail |
|---|
public void setLevel(LogLevel level)
level - a LogLevel enumerated attribute.
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic boolean isExists()
public boolean equals(java.lang.Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||