Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jetty7.Item

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

Uses of Item in org.jboss.shrinkwrap.descriptor.api.jetty7
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Item
 Item<Array<T>> Array.createItem()
          Creates a new Item element
 Item<Array<T>> Array.getOrCreateItem()
          If not already created, a new Item element will be created and returned.
 Item<Entry<T>> Entry.getOrCreateItem()
          If not already created, a new Item element with the given value will be created.
 Item<T> Item.id(String id)
          Sets the id attribute
 Item<T> Item.removeArray()
          Removes the Array element
 Item<T> Item.removeCall()
          Removes the Call element
 Item<T> Item.removeGet()
          Removes the Get element
 Item<T> Item.removeId()
          Removes the id attribute
 Item<T> Item.removeMap()
          Removes the Map element
 Item<T> Item.removeNew()
          Removes the New element
 Item<T> Item.removeProperty()
          Removes the Property element
 Item<T> Item.removeRef()
          Removes the Ref element
 Item<T> Item.removeSystemProperty()
          Removes the SystemProperty element
 Item<T> Item.removeType()
          Removes the type attribute
 Item<T> Item.systemProperty(String SystemProperty)
          Sets the SystemProperty element
 Item<T> Item.text(String value)
          Sets the body text for the element Item
 Item<T> Item.type(String type)
          Sets the type attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Item
 List<Item<Array<T>>> Array.getAllItem()
          Returns all Item elements
 Array<Item<T>> Item.getOrCreateArray()
          If not already created, a new Array element with the given value will be created.
 Call<Item<T>> Item.getOrCreateCall()
          If not already created, a new Call element with the given value will be created.
 Get<Item<T>> Item.getOrCreateGet()
          If not already created, a new Get element with the given value will be created.
 Map<Item<T>> Item.getOrCreateMap()
          If not already created, a new Map element with the given value will be created.
 New<Item<T>> Item.getOrCreateNew()
          If not already created, a new New element with the given value will be created.
 Property<Item<T>> Item.getOrCreateProperty()
          If not already created, a new Property element with the given value will be created.
 Ref<Item<T>> Item.getOrCreateRef()
          If not already created, a new Ref element with the given value will be created.
 



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