Modifier and Type | Field and Description |
---|---|
private Repository |
Model.repository
Specification for the SCM used by the project,
such as CVS, Subversion, etc.
|
Modifier and Type | Method and Description |
---|---|
Repository |
Model.getRepository()
Get specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setRepository(Repository repository)
Set specification for the SCM used by the project, such as
CVS, Subversion, etc.
|
Modifier and Type | Method and Description |
---|---|
private Repository |
MavenDom4jReader.parseRepository(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeRepository(Repository repository,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeRepository.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateRepository(Repository repository,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateRepository.
|
Modifier and Type | Method and Description |
---|---|
private Repository |
MavenStaxReader.parseRepository(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeRepository(Repository repository,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeRepository.
|
Modifier and Type | Method and Description |
---|---|
private Repository |
MavenXpp3Reader.parseRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseRepository.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeRepository(Repository repository,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeRepository.
|