Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.LifecycleCallbackType
-
Packages that use LifecycleCallbackType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of LifecycleCallbackType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return LifecycleCallbackType Modifier and Type Method Description LifecycleCallbackType<T>LifecycleCallbackType. lifecycleCallbackClass(String lifecycleCallbackClass)Sets thelifecycle-callback-classelementLifecycleCallbackType<T>LifecycleCallbackType. lifecycleCallbackMethod(String lifecycleCallbackMethod)Sets thelifecycle-callback-methodelementLifecycleCallbackType<T>LifecycleCallbackType. removeLifecycleCallbackClass()Removes thelifecycle-callback-classelementLifecycleCallbackType<T>LifecycleCallbackType. removeLifecycleCallbackMethod()Removes thelifecycle-callback-methodelement -
Uses of LifecycleCallbackType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement LifecycleCallbackType Modifier and Type Class Description classLifecycleCallbackTypeImpl<T>This class implements thelifecycle-callbackTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return LifecycleCallbackType Modifier and Type Method Description LifecycleCallbackType<T>LifecycleCallbackTypeImpl. lifecycleCallbackClass(String lifecycleCallbackClass)Sets thelifecycle-callback-classelementLifecycleCallbackType<T>LifecycleCallbackTypeImpl. lifecycleCallbackMethod(String lifecycleCallbackMethod)Sets thelifecycle-callback-methodelementLifecycleCallbackType<T>LifecycleCallbackTypeImpl. removeLifecycleCallbackClass()Removes thelifecycle-callback-classelementLifecycleCallbackType<T>LifecycleCallbackTypeImpl. removeLifecycleCallbackMethod()Removes thelifecycle-callback-methodelement
-