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