com.nokia.ant.taskdefs
Class StopLogToConsole

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.nokia.ant.taskdefs.StopLogToConsole
All Implemented Interfaces:
java.lang.Cloneable

public class StopLogToConsole
extends org.apache.tools.ant.Task

This class is to disable and enable printing 'Compressing ' log to console during zipping. Use <hlm:logtoconsole action="stop"/> to stop logging to console and <hlm:logtoconsole action="start"/> to resume logging to console.


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
StopLogToConsole()
           
 
Method Summary
 void execute()
           
static void setAction(java.lang.String msg)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopLogToConsole

public StopLogToConsole()
Method Detail

setAction

public static void setAction(java.lang.String msg)

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task