File
Doc
Category
Size
Date
Package
XSLTLoggerAware.java
API Doc
Apache Ant 1.70
1096
Wed Dec 13 06:16:22 GMT 2006
org.apache.tools.ant.taskdefs
XSLTLoggerAware
public interface XSLTLoggerAware
Interface for a class that one can set an XSLTLogger on.
since
Ant 1.5
Fields Summary
Constructors Summary
Methods Summary
public void
setLogger
(
XSLTLogger
l)
Set the logger for this class.
param
l the logger
Java Code Source