org.codehaus.mojo.license
Class LicenseDownloader
java.lang.Object
org.codehaus.mojo.license.LicenseDownloader
public class LicenseDownloader
- extends Object
Utilities for downloading remote license files.
- Since:
- 1.0
- Author:
- pgier
Field Summary |
static int |
DEFAULT_CONNECTION_TIMEOUT
Defines the connection timeout in milliseconds when attempting to download license files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CONNECTION_TIMEOUT
public static final int DEFAULT_CONNECTION_TIMEOUT
- Defines the connection timeout in milliseconds when attempting to download license files.
- See Also:
- Constant Field Values
LicenseDownloader
public LicenseDownloader()
downloadLicense
public static void downloadLicense(String licenseUrlString,
File outputFile)
throws IOException
- Throws:
IOException
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.