Uses of Enum Class
org.apache.camel.dsl.jbang.core.common.SourceScheme
Packages that use SourceScheme
-
Uses of SourceScheme in org.apache.camel.dsl.jbang.core.common
Methods in org.apache.camel.dsl.jbang.core.common that return SourceSchemeModifier and TypeMethodDescriptionstatic SourceSchemeTry to resolve source scheme from given file path URL.Source.scheme()Returns the value of theschemerecord component.static SourceSchemeReturns the enum constant of this class with the specified name.static SourceScheme[]SourceScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.dsl.jbang.core.common with parameters of type SourceSchemeModifierConstructorDescriptionSource(SourceScheme scheme, String name, String content, String extension, boolean compressed) Creates an instance of aSourcerecord class.