public interface IRepository
Modifier and Type | Method and Description |
---|---|
org.apache.maven.wagon.authentication.AuthenticationInfo |
getAuthenticationInfo()
Repository access credentials.
|
File |
getBasedir()
For local repositories, returns basedir of repository contents.
|
String |
getId()
Repository id element as defined in settings.xml or pom.xml file.
|
String |
getMirrorId()
Indicates that repository id matches mirrorOf clause of a mirror.
|
String |
getMirrorOf()
For repository mirrors, returns value of mirrorOf element as defined in settings.xml.
|
String |
getProtocol()
Protocol part of repository url, i.e.
|
String |
getUid()
Unique repository id.
|
String |
getUrl()
Repository URL
|
boolean |
isScope(int scope) |
String |
toString()
Human readable repository identifier
|
org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo()
String getUrl()
File getBasedir()
String getId()
String getUid()
String getMirrorId()
String getMirrorOf()
String getProtocol()
boolean isScope(int scope)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.