org.osjava.jardiff
Class Tools

java.lang.Object
  extended byorg.osjava.jardiff.Tools

public final class Tools
extends Object

A set of Tools which do not belong anywhere else in the API at this time. This is nasty, but for now, useful.

Author:
Antony Riley

Method Summary
static String getClassName(String internalName)
          Get the java class name given an internal class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassName

public static final String getClassName(String internalName)
Get the java class name given an internal class name. This method currently replaces all instances of $ and / with . this may not be according to the java language spec, and will almost certainly fail for some inner classes.

Parameters:
internalName - The internal name of the class.
Returns:
The java class name.


Copyright © 2005-2006 OSJava. All Rights Reserved.