public class PatternRepositoryLayout extends RepositoryLayout
| Constructor and Description |
|---|
PatternRepositoryLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(URI baseUri,
PatternBasedResolver resolver)
Given the base URI, apply the patterns and other configuration for this layout to the supplied resolver.
|
void |
artifact(String pattern)
Adds an Ivy artifact pattern to define where artifacts are located in this repository.
|
void |
ivy(String pattern)
Adds an Ivy pattern to define where ivy files are located in this repository.
|
addSchemespublic void artifact(String pattern)
pattern - The ivy patternpublic void ivy(String pattern)
pattern - The ivy patternpublic void apply(URI baseUri, PatternBasedResolver resolver)
RepositoryLayoutapply in class RepositoryLayoutbaseUri - The base URI for the repository.resolver - The ivy resolver that will be used to resolve this layout.Copyright © 2013. All rights reserved