public abstract class RepositoryLayout extends Object
| Constructor and Description |
|---|
RepositoryLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSchemes(URI baseUri,
Set<String> schemes)
Add any schemes registered as patterns in this layout, given the supplied base URI.
|
abstract void |
apply(URI baseUri,
PatternBasedResolver resolver)
Given the base URI, apply the patterns and other configuration for this layout to the supplied resolver.
|
public abstract void apply(URI baseUri, PatternBasedResolver resolver)
baseUri - The base URI for the repository.resolver - The ivy resolver that will be used to resolve this layout.public void addSchemes(URI baseUri, Set<String> schemes)
baseUri - The baseUri of the repository.schemes - The set of schemes to add to.Copyright © 2013. All rights reserved