org.jboss.shrinkwrap.descriptor.api.jetty7
Interface Entry<T>

All Superinterfaces:
Child<T>

public interface Entry<T>
extends Child<T>

This interface defines the contract for the Entry xsd type

Since:
Generation date :2013-01-26T19:27:01.277+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 Item<Entry<T>> getOrCreateItem()
          If not already created, a new Item element with the given value will be created.
 Entry<T> removeItem()
          Removes the Item element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateItem

Item<Entry<T>> getOrCreateItem()
If not already created, a new Item element with the given value will be created. Otherwise, the existing Item element will be returned.

Returns:
a new or existing instance of Item>

removeItem

Entry<T> removeItem()
Removes the Item element

Returns:
the current instance of Entry


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