ShrinkWrap Resolver API 2.0.0-alpha-3

org.jboss.shrinkwrap.resolver.api
Interface Coordinate

All Known Subinterfaces:
MutableCoordinate<COORDINATETYPE>

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-alpha-3

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