package amfconfiguration
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- case class AMLSpecificConfiguration(config: AMLConfiguration) extends Product with Serializable
- case class AmfParseContext(amfConfiguration: AMFConfiguration, state: ALSConfigurationState) extends Product with Serializable
- class AmfParseResult extends AmfResult
- class AmfResult extends AnyRef
- case class EditorConfiguration(resourceLoaders: Seq[ResourceLoader], syntaxPlugins: Seq[AMFSyntaxParsePlugin], validationPlugin: Seq[AMFShapePayloadValidationPlugin], logger: Logger) extends EditorConfigurationProvider with Product with Serializable
- trait EditorConfigurationProvider extends AnyRef
- case class EditorConfigurationState(resourceLoader: Seq[ResourceLoader], dialects: Seq[Dialect], profiles: Seq[ValidationProfile], vocabularyRegistry: AlsVocabularyRegistry = ..., syntaxPlugin: Seq[AMFSyntaxParsePlugin], validationPlugin: Seq[AMFShapePayloadValidationPlugin]) extends Product with Serializable
- case class EditorConfigurationStateWrapper(state: EditorConfigurationState) extends Product with Serializable
- case class EmptyProjectConfigurationState(folder: String) extends ProjectConfigurationState with Product with Serializable
- class NoDefinitionFoundException extends Exception
- trait ProjectConfigurationState extends AnyRef
Value Members
- object EditorConfiguration extends PlatformSecrets with Serializable
- object EditorConfigurationState extends Serializable
- object EmptyProjectConfigurationState extends EmptyProjectConfigurationState
- object ProfileMatcher