p

org.mulesoft.amfintegration

amfconfiguration

package amfconfiguration

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ALSConfigurationState(editorState: EditorConfigurationState, projectState: ProjectConfigurationState, editorResourceLoader: Option[ResourceLoader]) extends PlatformSecrets with Product with Serializable

    Capable of building different AMF configurations from a frozen state

  2. case class AMLSpecificConfiguration(config: AMLConfiguration) extends Product with Serializable
  3. case class AmfParseContext(amfConfiguration: AMFConfiguration, state: ALSConfigurationState) extends Product with Serializable
  4. class AmfParseResult extends AmfResult
  5. class AmfResult extends AnyRef
  6. case class EditorConfiguration(resourceLoaders: Seq[ResourceLoader], syntaxPlugins: Seq[AMFSyntaxParsePlugin], validationPlugin: Seq[AMFShapePayloadValidationPlugin], logger: Logger) extends EditorConfigurationProvider with Product with Serializable
  7. trait EditorConfigurationProvider extends AnyRef
  8. case class EditorConfigurationState(resourceLoader: Seq[ResourceLoader], dialects: Seq[Dialect], profiles: Seq[ValidationProfile], vocabularyRegistry: AlsVocabularyRegistry = ..., syntaxPlugin: Seq[AMFSyntaxParsePlugin], validationPlugin: Seq[AMFShapePayloadValidationPlugin]) extends Product with Serializable
  9. case class EditorConfigurationStateWrapper(state: EditorConfigurationState) extends Product with Serializable
  10. case class EmptyProjectConfigurationState(folder: String) extends ProjectConfigurationState with Product with Serializable
  11. class NoDefinitionFoundException extends Exception
  12. trait ProjectConfigurationState extends AnyRef

Value Members

  1. object EditorConfiguration extends PlatformSecrets with Serializable
  2. object EditorConfigurationState extends Serializable
  3. object EmptyProjectConfigurationState extends EmptyProjectConfigurationState
  4. object ProfileMatcher

Ungrouped