ShrinkWrap Resolver API 2.0.0-alpha-1

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

Type Parameters:
T - The type of the parent.

public interface Child<T>

Represent a part of a fluent API which was spawned from parent type T. Allows user to return back to the previous API and call upper methods on the object.

Author:
Karel Piwko

Method Summary
 T up()
          Returns back in API structure to a parent which spawned this child.
 

Method Detail

up

T up()
Returns back in API structure to a parent which spawned this child. Side effects called on child are preserved.

Returns:
The parent of the child

ShrinkWrap Resolver API 2.0.0-alpha-1

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