com.ephox.editlive.http.manager.jar
Interface HttpJarManager


public interface HttpJarManager

Jar file Download manager. Instance available via HttpManagerFactory.

Since:
8.0

Method Summary
 JarFile getJarFile(URL url)
          Downloads jar file from the specified URL, as a JarFile
 

Method Detail

getJarFile

JarFile getJarFile(URL url)
Downloads jar file from the specified URL, as a JarFile

Parameters:
url - the URL to download from.
Returns:
the jar downloaded or null if downloading fails.

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.