Uses of Enum Class
com.pixelservices.flash.components.fileserver.SourceType
Packages that use SourceType
-
Uses of SourceType in com.pixelservices.flash.components.fileserver
Methods in com.pixelservices.flash.components.fileserver that return SourceTypeModifier and TypeMethodDescriptionDynamicFileServerConfiguration.getSourceType()
StaticFileServerConfiguration.getSourceType()
static SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pixelservices.flash.components.fileserver with parameters of type SourceTypeModifierConstructorDescriptionDynamicFileServerConfiguration
(boolean enableFileWatcher, String destinationPath, String dynamicEntrypoint, SourceType sourceType) StaticFileServerConfiguration
(boolean enableFileWatcher, boolean enableIndexRedirect, String destinationPath, SourceType sourceType)