final class Suffix extends java.lang.Object
Given the following files in a directory: - smilechart (1).xls - smilechart (2).xls - smilechart(1).xls - smilechart(2).xls - smilechart(3).xls - smilechart.xls We call the portions of file names (1) and (2) as 'Suffix'. Suffix is an additive to the original file name 'smilechart.xls' to make the name unique in the directory so that the a sibling file can be saved in the directory.
| Constructor and description |
|---|
Suffix
(int value)@param value |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation