com.atlassian.bamboo.labels
Class LabelParser

java.lang.Object
  extended by com.atlassian.bamboo.labels.LabelParser

public class LabelParser
extends Object


Field Summary
static char[] INVALID_CHARACTERS
           
static String LABEL_DELIM
           
static String LABEL_DELIM_CHARS
           
 
Constructor Summary
LabelParser()
           
 
Method Summary
static List extractLabelsFromLabellings(List labellings)
           
static String getInvalidCharactersAsString()
           
static boolean isValidLabelName(String name)
           
static String renderLabels(List labels)
           
static List split(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_CHARACTERS

public static final char[] INVALID_CHARACTERS

LABEL_DELIM_CHARS

public static final String LABEL_DELIM_CHARS
See Also:
Constant Field Values

LABEL_DELIM

public static final String LABEL_DELIM
See Also:
Constant Field Values
Constructor Detail

LabelParser

public LabelParser()
Method Detail

isValidLabelName

public static boolean isValidLabelName(String name)

split

public static List split(String input)

extractLabelsFromLabellings

public static List extractLabelsFromLabellings(List labellings)

renderLabels

public static String renderLabels(List labels)

getInvalidCharactersAsString

public static String getInvalidCharactersAsString()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.