| Class | Description |
|---|---|
| GradleRepositoryLayout |
A Repository Layout that applies the following patterns:
Artifacts: $baseUri/
Ivy: $baseUri/
Note the pattern is the same for both artifacts and ivy files.
|
| MavenRepositoryLayout |
A Repository Layout that applies the following patterns:
Artifacts: $baseUri/
Ivy: $baseUri/
Following the maven convention, the 'organisation' value is further processed by replacing '.' with '/'.
|
| PatternRepositoryLayout |
A Repository Layout that uses user-supplied patterns.
|
| RepositoryLayout |
Represents the directory structure for a repository.
|
| ResolvedPattern |
Copyright © 2013. All rights reserved