ShrinkWrap Resolver API 2.0.0-alpha-3

org.jboss.shrinkwrap.resolver.api
Interface CoordinateBuilder<COORDINATETYPE extends Coordinate>


public interface CoordinateBuilder<COORDINATETYPE extends Coordinate>

Fluent factory base for creating new Coordinate instances.

Author:
Andrew Lee Rubinger, Karel Piwko

Method Summary
 COORDINATETYPE build()
          Builds the Coordinate from prior-specified properties
 

Method Detail

build

COORDINATETYPE build()
                                        throws IllegalStateException
Builds the Coordinate from prior-specified properties

Returns:
Throws:
IllegalStateException - If the current state of the builder does not satisfy the requirements to create a new Coordinate

ShrinkWrap Resolver API 2.0.0-alpha-3

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