Project Wonder 5.0

er.woinstaller.archiver
Class CPIO.Link

java.lang.Object
  extended by er.woinstaller.archiver.CPIO.Link
Enclosing class:
CPIO

protected static class CPIO.Link
extends java.lang.Object


Constructor Summary
CPIO.Link(java.io.File realFile, java.io.File linkFile)
           
CPIO.Link(java.lang.String realName, java.lang.String linkName)
           
 
Method Summary
protected  void copyFileToFile(java.io.File source, java.io.File destination)
           
 void create(boolean symbolicLinksSupported)
           
 java.io.File getLinkFile()
           
 java.io.File getRealFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPIO.Link

public CPIO.Link(java.io.File realFile,
                 java.io.File linkFile)

CPIO.Link

public CPIO.Link(java.lang.String realName,
                 java.lang.String linkName)
Method Detail

getRealFile

public java.io.File getRealFile()

getLinkFile

public java.io.File getLinkFile()

create

public void create(boolean symbolicLinksSupported)
            throws java.io.IOException,
                   java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

copyFileToFile

protected void copyFileToFile(java.io.File source,
                              java.io.File destination)
                       throws java.io.IOException
Throws:
java.io.IOException

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.