cern.jjar.utils
Class Transport
java.lang.Object
cern.jjar.utils.Transport
public class Transport
- extends Object
bit moving support for JJar
- Version:
- $Id: Transport.java,v 1.7 2005/01/10 08:15:59 lmestre Exp $
- Author:
- Geir Magnusson Jr. (original idea from Jakarta)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transport
public Transport()
makeLink
public static void makeLink(File source,
String dest)
throws IOException
- Throws:
IOException
fetchJar
public static void fetchJar(File source,
String dest)
throws IOException
- Throws:
IOException
fetchJar
public static void fetchJar(URLConnection source,
String dest)
throws IOException
- Throws:
IOException
Copyright © 2007 CERN. All Rights Reserved.