cern.jjar.utils
Class Transport

java.lang.Object
  extended by 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)

Constructor Summary
Transport()
           
 
Method Summary
static void fetchJar(File source, String dest)
           
static void fetchJar(URLConnection source, String dest)
           
static void makeLink(File source, String dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transport

public Transport()
Method Detail

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.