public class SimpleArtifactCopier extends Object implements IArtifactCopier
Constructor and Description |
---|
SimpleArtifactCopier(URL host,
File localRepo) |
public SimpleArtifactCopier(URL host, File localRepo) throws URISyntaxException
URISyntaxException
public void updateAll(org.apache.maven.artifact.Artifact art) throws IOException, org.apache.http.HttpException, URISyntaxException, ParserConfigurationException, SAXException, TransformerException
updateAll
in interface IArtifactCopier
IOException
org.apache.http.HttpException
URISyntaxException
ParserConfigurationException
SAXException
TransformerException
protected void fetchFile(org.apache.maven.artifact.Artifact art, String path) throws IOException, URISyntaxException, UnsupportedEncodingException, UnknownHostException, org.apache.http.HttpException, TransformerException, SAXException, ParserConfigurationException
IOException
URISyntaxException
UnsupportedEncodingException
UnknownHostException
org.apache.http.HttpException
TransformerException
SAXException
ParserConfigurationException
protected List<String> fetchFiles(org.apache.maven.artifact.Artifact art) throws IOException, URISyntaxException, UnsupportedEncodingException, UnknownHostException, org.apache.http.HttpException, TransformerException, SAXException, ParserConfigurationException
IOException
URISyntaxException
UnsupportedEncodingException
UnknownHostException
org.apache.http.HttpException
TransformerException
SAXException
ParserConfigurationException
Copyright © 2004-2013. All Rights Reserved.