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
toCanonicalForm
String toCanonicalForm()
- Returns the canonical form of this
Coordinate
- Returns:
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.