Packages

c

org.mulesoft.als.server.modules.project

ProfileChangeListener

class ProfileChangeListener[S] extends BaseSerializationNotifier[S] with NewConfigurationListener

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProfileChangeListener
  2. NewConfigurationListener
  3. WorkspaceContentListener
  4. AstListener
  5. BaseSerializationNotifier
  6. ClientNotifierModule
  7. InitializableModule
  8. Initializable
  9. ConfigHandler
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProfileChangeListener(props: SerializationProps[S], configurationReader: AlsConfigurationReader)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyConfig(config: Option[SerializationClientCapabilities]): SerializationServerOptions
    Definition Classes
    BaseSerializationNotifier → ConfigHandler
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def enabled: Boolean
    Attributes
    protected
    Definition Classes
    BaseSerializationNotifier
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def initialize(): Future[Unit]
    Definition Classes
    ProfileChangeListener → Initializable
  13. def isActive: Boolean
    Definition Classes
    AstListener
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def onNewAst(ast: ProjectConfigurationState, uuid: String): Future[Unit]

    Called on new AST available

    Called on new AST available

    ast

    \- AST

    uuid

    \- telemetry UUID

    Definition Classes
    ProfileChangeListenerAstListener
  19. def onRemoveFile(uri: String): Unit
    Definition Classes
    ProfileChangeListenerAstListener
  20. def serialize(baseUnit: BaseUnit, amlConfiguration: AMLConfiguration): SerializationResult[S]
    Attributes
    protected
    Definition Classes
    BaseSerializationNotifier
  21. def serializeAndNotify(baseUnit: BaseUnit, amlConfiguration: AMLConfiguration): Unit
    Attributes
    protected
    Definition Classes
    BaseSerializationNotifier
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. val type: SerializationConfigType.type
    Definition Classes
    ProfileChangeListener → ConfigHandler
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from NewConfigurationListener

Inherited from WorkspaceContentListener[ProjectConfigurationState]

Inherited from AstListener[ProjectConfigurationState]

Inherited from BaseSerializationNotifier[S]

Inherited from InitializableModule[SerializationClientCapabilities, SerializationServerOptions]

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped