- getBaseName(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getExtension(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the extension of a filename.
- getFullPath(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getName(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the name minus the path from a full filename.
- getPath(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathNoEndSeparator(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPrefix(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/.
- getPrefixLength(String) - Static method in class fr.coppernic.gradle.utils.FilenameUtils
-
Returns the length of the filename prefix, such as C:/ or ~/.