Class CanCreateSymbolicLink

  • All Implemented Interfaces:
    java.lang.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 Detail

      • CanCreateSymbolicLink

        public CanCreateSymbolicLink()
    • Method Detail

      • 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