Uses of Class
com.atlassian.confluence.importexport.impl.ExportDescriptor.Source
-
Packages that use ExportDescriptor.Source Package Description com.atlassian.confluence.importexport.impl -
-
Uses of ExportDescriptor.Source in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl that return ExportDescriptor.Source Modifier and Type Method Description static ExportDescriptor.SourceExportDescriptor.Source. fromString(String src)ExportDescriptor.SourceExportDescriptor. getSource()Source instance type - cloud or server.static ExportDescriptor.SourceExportDescriptor.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportDescriptor.Source[]ExportDescriptor.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportDescriptor.Source Modifier and Type Method Description voidExportDescriptor. setSource(ExportDescriptor.Source source)
-