com.atlassian.jira.imports.csv.mappers
Interface ExternalLabelsMapper

All Superinterfaces:
ExternalObjectMapper
All Known Implementing Classes:
SimpleExternalLabelsMapper

public interface ExternalLabelsMapper
extends ExternalObjectMapper


Field Summary
static java.lang.String LABELS
           
 
Fields inherited from interface com.atlassian.jira.imports.csv.mappers.ExternalObjectMapper
SP
 
Method Summary
 java.util.Set<Label> buildFromMultiMap(org.apache.commons.collections.MultiMap bean)
          Takes multimap and returns a list of Strings containing the list of valid labels that can be found in the collection of Strings stored in the LABELS
 

Field Detail

LABELS

static final java.lang.String LABELS
See Also:
Constant Field Values
Method Detail

buildFromMultiMap

java.util.Set<Label> buildFromMultiMap(org.apache.commons.collections.MultiMap bean)
Takes multimap and returns a list of Strings containing the list of valid labels that can be found in the collection of Strings stored in the LABELS

Parameters:
bean -
Returns:
list of validated strings for labels


Copyright © 2002-2010 Atlassian. All Rights Reserved.