public class Strings extends Object
Strings
is a utility class that helps to manipulate String.Modifier and Type | Method and Description |
---|---|
static String |
asClassName(String path)
Transform a normalized resource path (org/objectweb/asm/Visitor.class) into
a fully qualified class name (format org.objectweb.asm.Visitor).
|
static String |
asResourcePath(String classname)
Transform a FQN of a class (format org.objectweb.asm.Visitor) into
a normalized resource name (org/objectweb/asm/Visitor.class).
|
Copyright © 2006–2013 The Apache Software Foundation. All rights reserved.