public class RepositoryParser extends Object
Constructor and Description |
---|
RepositoryParser(InputStream repositoryMapLocation,
ArrayList<OSType> operatingSystems,
boolean thirtyTwoBit,
boolean sixtyFourBit,
boolean onlyGetLatestVersions,
boolean throwExceptionIfSpecifiedVersionIsNotFound) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,FileDetails> |
getFilesToDownload()
Parse the RepositoryMap.xml and return a HashMap of downloadable files.
|
void |
specifySpecificExecutableVersions(Map<String,String> executableVersions)
Supply a specific map of drivers and versions to download.
|
public RepositoryParser(InputStream repositoryMapLocation, ArrayList<OSType> operatingSystems, boolean thirtyTwoBit, boolean sixtyFourBit, boolean onlyGetLatestVersions, boolean throwExceptionIfSpecifiedVersionIsNotFound) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
public void specifySpecificExecutableVersions(Map<String,String> executableVersions)
executableVersions
- a map of executable versions.public HashMap<String,FileDetails> getFilesToDownload() throws MalformedURLException, org.apache.maven.plugin.MojoFailureException
MalformedURLException
org.apache.maven.plugin.MojoFailureException
Copyright © 2015. All Rights Reserved.