org.jboss.kernel.plugins.annotations
Class ExternalUninstallAnnotationPlugin

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin<T,C>
          extended by org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,C>
              extended by org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin<C>
                  extended by org.jboss.kernel.plugins.annotations.ExternalInstallationAnnotationPlugin<ExternalUninstalls>
                      extended by org.jboss.kernel.plugins.annotations.ExternalUninstallAnnotationPlugin
All Implemented Interfaces:
Cloneable, AnnotationPlugin<org.jboss.reflect.spi.ClassInfo,ExternalUninstalls>, MetaDataAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,ExternalUninstalls>, org.jboss.util.JBossInterface

public class ExternalUninstallAnnotationPlugin
extends ExternalInstallationAnnotationPlugin<ExternalUninstalls>

External uninstalls annotation plugin.

Author:
Ales Justin

Field Summary
static ExternalUninstallAnnotationPlugin INSTANCE
           
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
protected ExternalUninstallAnnotationPlugin()
           
 
Method Summary
protected  List<InstallMetaData> getExistingInstallMetaData(BeanMetaData beanMetaData)
          Get existing InstallMetaData list.
protected  ExternalInstall[] getExternalInstalls(ExternalUninstalls annotation)
          Get ExternalInstall array from annotation.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ExternalInstallationAnnotationPlugin
createInstallMetaData, getInstallMetaData, internalApplyAnnotation, isDifferent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin
isElementTypeSupported
 
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin
applyAnnotation, checkIfNotAbstractBeanMetaDataSpecific, cleanAnnotation, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isMetaDataAlreadyPresent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes, isAttributePresent, isAttributePresent, isCleanup, isCleanupOnly, isMetaDataAlreadyPresent, toShortString, toString
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.kernel.plugins.annotations.MetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes
 

Field Detail

INSTANCE

public static final ExternalUninstallAnnotationPlugin INSTANCE
Constructor Detail

ExternalUninstallAnnotationPlugin

protected ExternalUninstallAnnotationPlugin()
Method Detail

getExistingInstallMetaData

protected List<InstallMetaData> getExistingInstallMetaData(BeanMetaData beanMetaData)
Description copied from class: ExternalInstallationAnnotationPlugin
Get existing InstallMetaData list.

Specified by:
getExistingInstallMetaData in class ExternalInstallationAnnotationPlugin<ExternalUninstalls>
Parameters:
beanMetaData - the bean metadata
Returns:
list of existing InstallMetaData

getExternalInstalls

protected ExternalInstall[] getExternalInstalls(ExternalUninstalls annotation)
Description copied from class: ExternalInstallationAnnotationPlugin
Get ExternalInstall array from annotation.

Specified by:
getExternalInstalls in class ExternalInstallationAnnotationPlugin<ExternalUninstalls>
Parameters:
annotation - the annotation
Returns:
array of ExternalInstall


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.