Subclasses should implement this method to
Subclasses should implement this method to
Constructs this repository type with the given name
, hostname
, port
, and the basePath
against which the initial
patterns will be resolved.
Constructs this repository type with the given name
, hostname
, port
, and the basePath
against which the initial
patterns will be resolved. basePatterns
are the initial patterns to use. All but the name
are optional (use None).
A ManagedProject has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
Constructs this repository type with the given name
, hostname
, port
, and the basePath
against which the initial
patterns will be resolved.
Constructs this repository type with the given name
, hostname
, port
, and the basePath
against which the initial
patterns will be resolved. basePatterns
are the initial patterns to use.
A ManagedProject has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
Constructs this repository type with the given name
, hostname
, and port
.
Constructs this repository type with the given name
, hostname
, and port
. basePatterns
are the initial patterns to use.
A ManagedProject has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
Constructs this repository type with the given name
, hostname
, and the basePath
against which the initial
patterns will be resolved.
Constructs this repository type with the given name
, hostname
, and the basePath
against which the initial
patterns will be resolved. basePatterns
are the initial patterns to use.
A ManagedProject has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
Constructs this repository type with the given name
and hostname
.
Constructs this repository type with the given name
and hostname
. basePatterns
are the initial patterns to use.
A ManagedProject has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
Constructs this repository type with the given name
.
Constructs this repository type with the given name
. basePatterns
are the initial patterns to use. A ManagedProject
has an implicit defining these initial patterns based on a setting for either Maven or Ivy style patterns.
A base class for defining factories for interfaces to Ivy repositories that require a hostname , port, and patterns.