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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Array
 Array<Get<T>> Get.createArray()
          Creates a new Array element
 Array<Call<T>> Call.createArray()
          Creates a new Array element
 Array<New<T>> New.createArray()
          Creates a new Array element
 Array<Ref<T>> Ref.createArray()
          Creates a new Array element
 Array<Property<T>> Property.createArray()
          Creates a new Array element
 Array<JettyDescriptor> JettyDescriptor.createArray()
          Creates a new Array element
 Array<Configure<T>> Configure.createArray()
          Creates a new Array element
 Array<Item<T>> Item.getOrCreateArray()
          If not already created, a new Array element with the given value will be created.
 Array<Get<T>> Get.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<Call<T>> Call.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<New<T>> New.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<Ref<T>> Ref.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<Property<T>> Property.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<Put<T>> Put.getOrCreateArray()
          If not already created, a new Array element with the given value will be created.
 Array<Set<T>> Set.getOrCreateArray()
          If not already created, a new Array element with the given value will be created.
 Array<Arg<T>> Arg.getOrCreateArray()
          If not already created, a new Array element with the given value will be created.
 Array<JettyDescriptor> JettyDescriptor.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<Configure<T>> Configure.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Array<T> Array.id(String id)
          Sets the id attribute
 Array<T> Array.removeAllItem()
          Removes all Item elements
 Array<T> Array.removeId()
          Removes the id attribute
 Array<T> Array.removeType()
          Removes the type attribute
 Array<T> Array.type(String type)
          Sets the type attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Array
 Item<Array<T>> Array.createItem()
          Creates a new Item element
 List<Array<Get<T>>> Get.getAllArray()
          Returns all Array elements
 List<Array<Call<T>>> Call.getAllArray()
          Returns all Array elements
 List<Array<New<T>>> New.getAllArray()
          Returns all Array elements
 List<Array<Ref<T>>> Ref.getAllArray()
          Returns all Array elements
 List<Array<Property<T>>> Property.getAllArray()
          Returns all Array elements
 List<Array<JettyDescriptor>> JettyDescriptor.getAllArray()
          Returns all Array elements
 List<Array<Configure<T>>> Configure.getAllArray()
          Returns all Array elements
 List<Item<Array<T>>> Array.getAllItem()
          Returns all Item elements
 Item<Array<T>> Array.getOrCreateItem()
          If not already created, a new Item element will be created and returned.
 



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