Interface PackageInfo
- All Superinterfaces:
- Info
Info object type representing a java package.
The name and qualified name of a package info object are the same.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringNaming constant: The prefix for thejavapackage, (with a trailing ".").static final StringNaming constant: The prefix for thejavaxpackage, (with a trailing ".").static final StringNaming constant: The prefix for thejavax.ejbpackage, (with a trailing ".").static final StringNaming constant: The prefix for thejavax.servletpackage, (with a trailing ".").
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTell if this package info represents a failed load.booleanTell if this package info was created to represent a package which either could not be loaded, or which has no declared package information.Methods inherited from interface com.ibm.wsspi.anno.info.InfogetAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log
- 
Field Details- 
JAVA_CLASS_PREFIXNaming constant: The prefix for the javapackage, (with a trailing ".").- See Also:
 
- 
JAVAX_CLASS_PREFIXNaming constant: The prefix for the javaxpackage, (with a trailing ".").- See Also:
 
- 
JAVAX_EJB_CLASS_PREFIXNaming constant: The prefix for the javax.ejbpackage, (with a trailing ".").- See Also:
 
- 
JAVAX_SERVLET_CLASS_PREFIXNaming constant: The prefix for the javax.servletpackage, (with a trailing ".").- See Also:
 
 
- 
- 
Method Details- 
getIsArtificialboolean 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. - Returns:
- True if this package object is artificial. Otherwise, false.
 
- 
getForFailedLoadboolean 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. - Returns:
- True if this package object is for a failed load. Otherwise, false.
 
 
-