buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/types/VariableImpl.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16 */
    16 */
    17  
    17  
    18 package com.nokia.helium.core.ant.types;
    18 package com.nokia.helium.core.ant.types;
    19 
    19 
    20 import java.util.ArrayList;
    20 import java.util.ArrayList;
       
    21 import java.util.Arrays;
    21 import java.util.List;
    22 import java.util.List;
    22 
    23 
       
    24 import org.apache.tools.ant.BuildException;
    23 import org.apache.tools.ant.types.DataType;
    25 import org.apache.tools.ant.types.DataType;
    24 import org.apache.tools.ant.BuildException;
    26 import org.codehaus.plexus.util.StringUtils;
    25 import org.apache.commons.lang.StringUtils;
       
    26 
    27 
    27 import com.nokia.helium.core.ant.MappedVariable;
    28 import com.nokia.helium.core.ant.MappedVariable;
    28 import java.util.Arrays;
       
    29 
    29 
    30 /**
    30 /**
    31  * Helper class to store the command line variables
    31  * Helper class to store the command line variables
    32  * with name / value pair.
    32  * with name / value pair.
    33  * @ant.type name="arg" category="Core"
    33  * @ant.type name="arg" category="Core"