A lot of a external APIs rely on the use of URLs as a means of transferring archives across the wire, it would be useful if a Archive could easily be converted into a URL.
deploymentManager.distribute(archive.getName(), archive.toURL(ZipExporter.class), true);
A lot of a external APIs rely on the use of URLs as a means of transferring archives across the wire, it would be useful if a Archive could easily be converted into a URL.