Package | Description |
---|---|
org.apache.archiva.maven2.metadata | |
org.apache.archiva.metadata.repository.storage | |
org.apache.archiva.metadata.repository.storage.maven2 | |
org.apache.archiva.xml |
Modifier and Type | Method and Description |
---|---|
static ArchivaRepositoryMetadata |
MavenMetadataReader.read(File metadataFile)
Read and return the
ArchivaRepositoryMetadata object from the provided xml file. |
Modifier and Type | Method and Description |
---|---|
String |
RepositoryStorage.getFilePathWithVersion(String requestPath,
ManagedRepositoryContent managedRepositoryContent) |
Modifier and Type | Method and Description |
---|---|
String |
Maven2RepositoryStorage.getFilePathWithVersion(String requestPath,
ManagedRepositoryContent managedRepositoryContent) |
private boolean |
RepositoryModelResolver.getModelFromProxy(RemoteRepository remoteRepository,
String groupId,
String artifactId,
String version,
String filename) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
XMLReader.getElement(String xpathExpr) |
List<org.dom4j.Element> |
XMLReader.getElementList(String xpathExpr) |
List<String> |
XMLReader.getElementListText(String xpathExpr) |
String |
XMLReader.getElementText(org.dom4j.Node context,
String xpathExpr) |
String |
XMLReader.getElementText(String xpathExpr) |
boolean |
XMLReader.hasElement(String xpathExpr) |
private void |
XMLReader.init(String type,
URL url) |
static void |
XMLWriter.write(org.dom4j.Document doc,
Writer writer)
Write the Document to the provided Writer, leaving the Writer open.
|
static void |
XMLWriter.write(org.dom4j.Document doc,
Writer writer,
boolean close)
Write the Document to the provided Writer, with an option to close the writer upon completion.
|
Constructor and Description |
---|
XMLReader(String type,
File file) |
XMLReader(String type,
URL url) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.