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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Entry
 Entry<Map<T>> Map.createEntry()
          Creates a new Entry element
 Entry<Map<T>> Map.getOrCreateEntry()
          If not already created, a new Entry element will be created and returned.
 Entry<T> Entry.removeItem()
          Removes the Item element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Entry
 List<Entry<Map<T>>> Map.getAllEntry()
          Returns all Entry elements
 Item<Entry<T>> Entry.getOrCreateItem()
          If not already created, a new Item element with the given value will be created.
 



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