public interface IvyPatternRepositoryLayout extends RepositoryLayout
IvyArtifactRepository.layout(String, org.gradle.api.Action).| Modifier and Type | Method and Description | 
|---|---|
| void | artifact(String pattern)Adds an Ivy artifact pattern to define where artifacts are located in this repository. | 
| boolean | getM2Compatible()Tells whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes. | 
| void | ivy(String pattern)Adds an Ivy pattern to define where ivy files are located in this repository. | 
| void | setM2compatible(boolean m2compatible)Sets whether a Maven style layout is to be used for the 'organisation' part, replacing any dots with forward slashes. | 
void artifact(String pattern)
pattern - The ivy patternvoid ivy(String pattern)
pattern - The ivy patternboolean getM2Compatible()
false.void setM2compatible(boolean m2compatible)
false.m2compatible - whether a Maven style layout is to be used for the 'organisation' part