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