com.atlassian.bamboo.ant.task.property
Class FloatTaskPropertyConfigurator

java.lang.Object
  extended by com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
      extended by com.atlassian.bamboo.ant.task.property.AbstractSingleValueTaskPropertyConfigurator<java.lang.Float>
          extended by com.atlassian.bamboo.ant.task.property.FloatTaskPropertyConfigurator
All Implemented Interfaces:
AntPropertyManipulator, AntTaskPropertyConfigurator<java.lang.Float>

public class FloatTaskPropertyConfigurator
extends AbstractSingleValueTaskPropertyConfigurator<java.lang.Float>

Float task property configurator.

Since:
3.4

Field Summary
 
Fields inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supportedTypes
 
Constructor Summary
FloatTaskPropertyConfigurator()
           
 
Method Summary
 java.lang.Float fromConfig(java.lang.String name, java.lang.String value, TaskContext taskContext)
           
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.AbstractSingleValueTaskPropertyConfigurator
fromConfig, fromConfig
 
Methods inherited from class com.atlassian.bamboo.ant.task.property.AbstractPropertyManipulator
supports, supportsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.ant.task.property.AntPropertyManipulator
supports
 

Constructor Detail

FloatTaskPropertyConfigurator

public FloatTaskPropertyConfigurator()
Method Detail

fromConfig

public java.lang.Float fromConfig(java.lang.String name,
                                  java.lang.String value,
                                  TaskContext taskContext)
Specified by:
fromConfig in class AbstractSingleValueTaskPropertyConfigurator<java.lang.Float>


Copyright © 2012 Atlassian. All Rights Reserved.