Class CanCreateSymbolicLink

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.CanCreateSymbolicLink
All Implemented Interfaces:
Cloneable, Condition

public class CanCreateSymbolicLink extends ProjectComponent implements Condition
Tests whether the current process can create a symbolic link.

Actually tries to create a temporary symbolic link so is completely independent of the current platform.

Since:
Ant 1.10.16
  • Constructor Details

    • CanCreateSymbolicLink

      public CanCreateSymbolicLink()
  • Method Details

    • eval

      public boolean eval()
      Description copied from interface: Condition
      Is this condition true?
      Specified by:
      eval in interface Condition
      Returns:
      true if the condition is true