Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.IgnoreDependencyType

Packages that use IgnoreDependencyType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of IgnoreDependencyType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return IgnoreDependencyType
 IgnoreDependencyType<T> IgnoreDependencyType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 IgnoreDependencyType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 IgnoreDependencyType<ServiceBeanType<T>> ServiceBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 IgnoreDependencyType<SessionBeanType<T>> SessionBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 IgnoreDependencyType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 IgnoreDependencyType<GenericBeanType<T>> GenericBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 IgnoreDependencyType<T> IgnoreDependencyType.id(String id)
          Sets the id attribute
 IgnoreDependencyType<T> IgnoreDependencyType.removeAllDescription()
          Removes the description element
 IgnoreDependencyType<T> IgnoreDependencyType.removeAllInjectionTarget()
          Removes all injection-target elements
 IgnoreDependencyType<T> IgnoreDependencyType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type IgnoreDependencyType
 InjectionTargetType<IgnoreDependencyType<T>> IgnoreDependencyType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<IgnoreDependencyType<T>>> IgnoreDependencyType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<IgnoreDependencyType<T>> IgnoreDependencyType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 



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