Uses of Class
org.apache.archiva.xml.XMLException

Packages that use XMLException
org.apache.archiva.maven2.metadata   
org.apache.archiva.metadata.repository.storage.maven2   
org.apache.archiva.xml   
 

Uses of XMLException in org.apache.archiva.maven2.metadata
 

Methods in org.apache.archiva.maven2.metadata that throw XMLException
static ArchivaRepositoryMetadata MavenMetadataReader.read(File metadataFile)
          Read and return the ArchivaRepositoryMetadata object from the provided xml file.
 

Uses of XMLException in org.apache.archiva.metadata.repository.storage.maven2
 

Methods in org.apache.archiva.metadata.repository.storage.maven2 that throw XMLException
private  boolean RepositoryModelResolver.getModelFromProxy(RemoteRepository remoteRepository, String groupId, String artifactId, String version, String filename)
           
 

Uses of XMLException in org.apache.archiva.xml
 

Methods in org.apache.archiva.xml that throw XMLException
 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.
 

Constructors in org.apache.archiva.xml that throw XMLException
XMLReader(String type, File file)
           
XMLReader(String type, URL url)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.