Uses of Class
org.bsc.confluence.FileExtension
-
Packages that use FileExtension Package Description org.bsc.confluence -
-
Uses of FileExtension in org.bsc.confluence
Methods in org.bsc.confluence that return FileExtension Modifier and Type Method Description static FileExtension
FileExtension. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileExtension[]
FileExtension. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-