- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- org.apache.tools.ant.taskdefs.Property
-
- org.rhq.bundle.ant.task.PropertyTask
-
- All Implemented Interfaces:
- Cloneable
public class PropertyTask
extends org.apache.tools.ant.taskdefs.Property
An extension of the Ant's standard property task that supports referencing files relative to the RHQ's Ant bundle's
deploy directory.
- Since:
- 4.12
- Author:
- Lukas Krejci
-
-
Field Summary
-
Fields inherited from class org.apache.tools.ant.taskdefs.Property
classpath, env, file, name, prefix, ref, resource, url, userProperty, value
-
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
-
Method Summary
-
Methods inherited from class org.apache.tools.ant.taskdefs.Property
addProperties, addProperty, addProperty, addText, createClasspath, getClasspath, getEnvironment, getFile, getName, getPrefix, getRefid, getResource, getUrl, getValue, loadEnvironment, loadFile, loadResource, loadUrl, setBasedir, setClasspath, setClasspathRef, setEnvironment, setFile, setLocation, setName, setPrefix, setRefid, setRelative, setResource, setUrl, setUserProperty, setValue, setValue, toString
-
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
-
-
Constructor Detail
-
PropertyTask
public PropertyTask()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.