org.jenkinsci.plugins.scalajunitnamedecoder
Class ScalaNameDecoder

java.lang.Object
  extended by org.jenkinsci.plugins.scalajunitnamedecoder.ScalaNameDecoder

public class ScalaNameDecoder
extends Object


Constructor Summary
ScalaNameDecoder()
           
 
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
 

Constructor Detail

ScalaNameDecoder

public ScalaNameDecoder()
Method Detail

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.