- isArch(String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
architecture.
- isFamily(String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
family.
- isFamily(OsFamily) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
family.
- isLink(File) - Static method in class com.cedarsoft.io.LinkUtils
-
Returns whether the given file is a link
- isName(String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS name.
- isOs(String, String, String, String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
family, name, architecture and version.
- isOs(OsFamily, String, String, String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
family, name, architecture and version.
- isSymbolicLink(File) - Method in class com.cedarsoft.io.LinkUtils
-
Checks whether a given file is a symbolic link.
- isVersion(String) - Static method in class com.cedarsoft.io.Os
-
Determines if the OS on which Ant is executing matches the given OS
version.