Eclipse JDT
Release 3.1

org.eclipse.jdt.core
Class CheckDebugAttributes

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.eclipse.jdt.core.CheckDebugAttributes

public final class CheckDebugAttributes
extends org.apache.tools.ant.Task

An Ant task to find out if a class file or a jar contains debug attributes. If this is the case, the property contains the value "has debug" after the call.

<eclipse.checkDebugAttributes property="hasDebug" file="${basedir}/bin/p/A.class"/>

For more information on Ant check out the website at http://jakarta.apache.org/ant/ .

This is not intended to be subclassed by users.

Since:
2.0

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

Constructor Detail

CheckDebugAttributes

public CheckDebugAttributes()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException

setFile

public void setFile(String value)

setProperty

public void setProperty(String value)

Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.