public final class Patterns extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
JAVA_CLASS_NAME
Pattern matching Java class names (simple or fully qualified), according to
The Java® Language Specification, 7th edition.
|
static Pattern |
JAVA_PACKAGE_DECLARATION
Pattern matching valid Java package declarations, according to
The Java® Language Specification, 7th edition.
|
public static final Pattern JAVA_PACKAGE_DECLARATION
public static final Pattern JAVA_CLASS_NAME
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.