|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.bundlor.util.ClassNameUtils
public class ClassNameUtils
A utility class for dealing with Java class names
Concurrent Semantics
Field Summary | |
---|---|
private static java.util.regex.Pattern |
FQN_CLASS_PATTERN
|
Constructor Summary | |
---|---|
ClassNameUtils()
|
Method Summary | |
---|---|
static boolean |
isValidFqn(java.lang.String candidate)
Determines if a string is valid Java identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.regex.Pattern FQN_CLASS_PATTERN
Constructor Detail |
---|
public ClassNameUtils()
Method Detail |
---|
public static boolean isValidFqn(java.lang.String candidate)
candidate
- The candidate string
true
if candidate is a valid Java identifier, false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |