Class TextModifications
- java.lang.Object
-
- org.onebusaway.presentation.impl.text.TextModifications
-
- All Implemented Interfaces:
TextModification
public class TextModifications extends Object implements TextModification
-
-
Constructor Summary
Constructors Constructor Description TextModifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addModification(TextModification modification)
String
modify(String input)
void
setModifications(List<TextModification> modifications)
-
-
-
Method Detail
-
setModifications
public void setModifications(List<TextModification> modifications)
-
addModification
public void addModification(TextModification modification)
-
modify
public String modify(String input)
- Specified by:
modify
in interfaceTextModification
-
-