public class AntLogEvent extends Object
<logevent factory="<i>[event factory class]</i>"/>
Constructor and Description |
---|
AntLogEvent(org.apache.tools.ant.Project project) |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.types.Path |
createClasspath() |
String |
getLogtype() |
void |
setClasspath(org.apache.tools.ant.types.Path classpath) |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r) |
void |
setFactory(String factory)
Deprecated.
replaced by
logtype attribute |
void |
setLoaderRef(org.apache.tools.ant.types.Reference r) |
void |
setLogtype(String logtype) |
public AntLogEvent(org.apache.tools.ant.Project project)
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public void setLoaderRef(org.apache.tools.ant.types.Reference r)
public void setFactory(String factory)
logtype
attributepublic void setLogtype(String logtype)
public String getLogtype()
Copyright © 2004–2014. All rights reserved.