java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.maven.resolver.internal.ant.tasks.RefTask
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Artifact, Pom

public abstract class RefTask extends org.apache.tools.ant.Task
  • Field Summary Link icon

    Fields inherited from class org.apache.tools.ant.Task Link icon

    target, taskName, taskType, wrapper

    Fields inherited from class org.apache.tools.ant.ProjectComponent Link icon

    description, location, project
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected Object
     
    protected Object
    getCheckedRef(Class<?> requiredClass, String dataTypeName, org.apache.tools.ant.Project project)
     
    protected String
     
    boolean
     
    protected org.apache.tools.ant.BuildException
     
    void
    setRefid(org.apache.tools.ant.types.Reference ref)
     
    protected org.apache.tools.ant.BuildException
     

    Methods inherited from class org.apache.tools.ant.Task Link icon

    bindToOwner, execute, 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 Link icon

    clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object Link icon

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • RefTask Link icon

      public RefTask()
  • Method Details Link icon

    • isReference Link icon

      public boolean isReference()
    • setRefid Link icon

      public void setRefid(org.apache.tools.ant.types.Reference ref)
    • checkAttributesAllowed Link icon

      protected void checkAttributesAllowed()
    • checkChildrenAllowed Link icon

      protected void checkChildrenAllowed()
    • tooManyAttributes Link icon

      protected org.apache.tools.ant.BuildException tooManyAttributes()
    • noChildrenAllowed Link icon

      protected org.apache.tools.ant.BuildException noChildrenAllowed()
    • getDataTypeName Link icon

      protected String getDataTypeName()
    • getCheckedRef Link icon

      protected Object getCheckedRef()
    • getCheckedRef Link icon

      protected Object getCheckedRef(Class<?> requiredClass, String dataTypeName, org.apache.tools.ant.Project project)