Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JAVA_CLASS_PREFIX
Naming constant: The prefix for the
java package,
(with a trailing "."). |
static java.lang.String |
JAVAX_CLASS_PREFIX
Naming constant: The prefix for the
javax package,
(with a trailing "."). |
static java.lang.String |
JAVAX_EJB_CLASS_PREFIX
Naming constant: The prefix for the
javax.ejb package,
(with a trailing "."). |
static java.lang.String |
JAVAX_SERVLET_CLASS_PREFIX
Naming constant: The prefix for the
javax.servlet package,
(with a trailing "."). |
Modifier and Type | Method and Description |
---|---|
boolean |
getForFailedLoad()
Tell if this package info represents a failed load.
|
boolean |
getIsArtificial()
Tell if this package info was created to represent a package which
either could not be loaded, or which has no declared package information.
|
getAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log
static final java.lang.String JAVA_CLASS_PREFIX
Naming constant: The prefix for the java
package,
(with a trailing ".").
static final java.lang.String JAVAX_CLASS_PREFIX
Naming constant: The prefix for the javax
package,
(with a trailing ".").
static final java.lang.String JAVAX_EJB_CLASS_PREFIX
Naming constant: The prefix for the javax.ejb
package,
(with a trailing ".").
static final java.lang.String JAVAX_SERVLET_CLASS_PREFIX
Naming constant: The prefix for the javax.servlet
package,
(with a trailing ".").
boolean getIsArtificial()
Tell if this package info was created to represent a package which either could not be loaded, or which has no declared package information.
boolean getForFailedLoad()
Tell if this package info represents a failed load. This is a special case for artificial packages, and represents the case when declared package information is available, but could not be loaded.