ShrinkWrap Descriptors API Base 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api
Interface Child<T>


public interface Child<T>

Represents a child element in a hierarchial Descriptor structure capable of navigating up a level to its parent

Author:
Ralf Battenfeld, ALR

Method Summary
 T up()
          Returns the parent of this Child
 

Method Detail

up

T up()
Returns the parent of this Child

Returns:
The parent of this Child

ShrinkWrap Descriptors API Base 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.