NAME
Maven::Repository - An repository from which to resolve artifacts
VERSION
version 1.01
SYNOPSIS
# Base class for repositories
DESCRIPTION
Base class for repositories. Should not be used directly
METHODS
contains($url)
Returns true if $url
starts with this repositories url.
resolve
Will attempt to resolve $artifact
. $artifact
can be either an instance of Maven::Artifact or a coordinate string of the form groupId:artifactId[:packaging[:classifier]]:version If resolution was successful, a new Maven::Artifact will be returned with its uri
set. Otherwise, undef
will be returned. If %parts
are supplied, their values will be used to override the corresponding values in $artifact
before resolution is attempted.
to_string
Returns the repository url.
AUTHOR
Lucas Theisen <lucastheisen@pastdev.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Please see those modules/websites for more information related to this module.