public class FilenameUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
RESERVED_FILENAME_CHARACTERS
Reserved characters
|
| Constructor and Description |
|---|
FilenameUtils() |
public static final char[] RESERVED_FILENAME_CHARACTERS
public static String normalize(String name)
why?.zip will be converted into why%3F.zipname - the file name to be normalized - NOT NULLIllegalArgumentException - if name is nullCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.