ShrinkWrap Resolver API 2.0.0-cr-1

org.jboss.shrinkwrap.resolver.api
Interface Coordinate


public interface Coordinate

Represents a single coordinate; an address in a repository-based system which may point to an artifact. Systems may each have their own syntax for parsing the canonical String form of a Coordinate, or supply their own builders for programmatic creation.

Author:
Andrew Lee Rubinger

Method Summary
 String toCanonicalForm()
          Returns the canonical form of this Coordinate
 

Method Detail

toCanonicalForm

String toCanonicalForm()
Returns the canonical form of this Coordinate

Returns:

ShrinkWrap Resolver API 2.0.0-cr-1

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