com.stericson.RootTools.containers
Class Symlink

java.lang.Object
  extended by com.stericson.RootTools.containers.Symlink

public class Symlink
extends java.lang.Object


Field Summary
protected  java.io.File file
           
protected  java.io.File symlinkPath
           
 
Constructor Summary
Symlink(java.io.File file, java.io.File path)
           
 
Method Summary
 java.io.File getFile()
           
 java.io.File getSymlinkPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected final java.io.File file

symlinkPath

protected final java.io.File symlinkPath
Constructor Detail

Symlink

public Symlink(java.io.File file,
               java.io.File path)
Method Detail

getFile

public java.io.File getFile()

getSymlinkPath

public java.io.File getSymlinkPath()