org.apache.maven.plugin.clean
Class Utils

java.lang.Object
  extended by org.apache.maven.plugin.clean.Utils

public class Utils
extends Object

Testing helpers for the IT scripts.

Author:
Benjamin Bentmann

Constructor Summary
Utils()
           
 
Method Summary
static boolean createSymlink(File target, File link)
          Creates a symbolic link.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

createSymlink

public static boolean createSymlink(File target,
                                    File link)
Creates a symbolic link.

Parameters:
target - The target (file or directory) of the link, must not be null.
link - The path to the link, must not be null.
Returns:
true if the symlink could be created, false otherwise.


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.