org.jenkinsci.plugins.scalajunitnamedecoder
Class ScalaNameDecoder
java.lang.Object
org.jenkinsci.plugins.scalajunitnamedecoder.ScalaNameDecoder
public class ScalaNameDecoder
- extends Object
Method Summary |
static String |
decode(String name0)
Replace `\$opname` by corresponding operator symbol. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalaNameDecoder
public ScalaNameDecoder()
decode
public static String decode(String name0)
- Replace `\$opname` by corresponding operator symbol.
- Parameters:
name0
- the string to decode
- Returns:
- the string with all recognized operator symbol encodings replaced with their name
Copyright © 2004-2013. All Rights Reserved.