Uses of Class
com.alibaba.nacos.config.server.enums.FileTypeEnum
-
Packages that use FileTypeEnum Package Description com.alibaba.nacos.config.server.enums -
-
Uses of FileTypeEnum in com.alibaba.nacos.config.server.enums
Methods in com.alibaba.nacos.config.server.enums that return FileTypeEnum Modifier and Type Method Description static FileTypeEnumFileTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FileTypeEnum[]FileTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-