public class PackageInfoImpl extends AnnotationHolder implements PackageInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The package name
|
annotationMap, annotationsArray| Constructor and Description |
|---|
PackageInfoImpl()
Create a new abstract PackageInfo.
|
PackageInfoImpl(String name)
Create a new package info
|
PackageInfoImpl(String name,
AnnotationValue[] annotations)
Create a new package info
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Get the package name
|
int |
hashCode() |
protected void |
toString(org.jboss.util.JBossStringBuilder buffer) |
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotationsgetUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresentcacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementationfinalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresentprotected String name
public PackageInfoImpl()
public PackageInfoImpl(String name)
name - the package namepublic PackageInfoImpl(String name, AnnotationValue[] annotations)
name - the package nameannotations - the annotationspublic String getName()
PackageInfogetName in interface PackageInfoprotected void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectpublic int hashCode()
hashCode in class org.jboss.util.JBossObjectCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.