Packages

c

org.mulesoft.als.suggestions.client

AlsPlatformWrapper

class AlsPlatformWrapper extends AlsPlatform with PlatformSecrets

Linear Supertypes
PlatformSecrets, AlsPlatform, Platform, FileMediaType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AlsPlatformWrapper
  2. PlatformSecrets
  3. AlsPlatform
  4. Platform
  5. FileMediaType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AlsPlatformWrapper(defaultEnvironment: Environment = Environment())

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def customValidationLibraryHelperLocation: String
    Attributes
    protected
    Definition Classes
    Platform
  7. def decodeURI(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  8. def decodeURIComponent(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  9. val defaultEnvironment: Environment
    Definition Classes
    AlsPlatform
  10. def encodeURI(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  11. def encodeURIComponent(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  12. def ensureFileAuthority(str: String): String
    Definition Classes
    Platform
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def exit(code: Int): Unit
    Definition Classes
    Platform
  16. def extension(path: String): Option[String]
    Definition Classes
    FileMediaType
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findCharInCharSequence(s: CharSequence)(p: (Char) ⇒ Boolean): Option[Char]
    Definition Classes
    AlsPlatformWrapper → Platform
  19. val fs: FileSystem
    Definition Classes
    AlsPlatformWrapper → Platform
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def loaders(): Seq[ResourceLoader]
    Definition Classes
    AlsPlatformWrapper → Platform
  24. def mimeFromExtension(extension: String): Option[String]
    Definition Classes
    FileMediaType
  25. def name: String
    Definition Classes
    Platform
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def normalizePath(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  28. def normalizeURL(url: String): String
    Definition Classes
    AlsPlatformWrapper → Platform
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def operativeSystem(): String
    Definition Classes
    AlsPlatformWrapper → Platform
  32. val platform: Platform
    Definition Classes
    PlatformSecrets
  33. val rdfFramework: Option[RdfFramework]
    Definition Classes
    Platform
  34. def registerNamespace(alias: String, prefix: String): Option[Namespace]
    Definition Classes
    Platform
  35. def registerWrapper(model: Obj)(builder: (AmfObject) ⇒ AmfObjectWrapper): Option[(AmfObject) ⇒ AmfObjectWrapper]
    Definition Classes
    Platform
  36. def registerWrapperPredicate(p: (Obj) ⇒ Boolean)(builder: (AmfObject) ⇒ AmfObjectWrapper): Option[(AmfObject) ⇒ AmfObjectWrapper]
    Definition Classes
    Platform
  37. def resolve(url: String, env: Environment = defaultEnvironment): Future[Content]
    Definition Classes
    AlsPlatform → Platform
  38. def resolvePath(rawPath: String): String
    Definition Classes
    AlsPlatform → Platform
  39. def stderr(ex: Exception): Unit
    Definition Classes
    Platform
  40. def stderr(text: String): Unit
    Definition Classes
    Platform
  41. def stdout(e: Throwable): Unit
    Definition Classes
    Platform
  42. def stdout(text: String): Unit
    Definition Classes
    Platform
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. val testingCommandLine: Boolean
    Definition Classes
    Platform
  45. def tmpdir(): String
    Definition Classes
    AlsPlatformWrapper → Platform
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withDefaultEnvironment(defaultEnvironment: Environment): AlsPlatform
    Definition Classes
    AlsPlatformWrapperAlsPlatform
  51. def withOverride(url: String, content: String): AlsPlatform
    Definition Classes
    AlsPlatform
  52. def wrap[T <: AmfObjectWrapper](entity: AmfObject): T
    Definition Classes
    Platform
  53. def wrapFn[T <: AmfObjectWrapper](entity: AmfObject): T
    Definition Classes
    Platform
  54. val wrappersRegistry: HashMap[String, (AmfObject) ⇒ AmfObjectWrapper]
    Definition Classes
    Platform
  55. val wrappersRegistryFn: HashMap[(Obj) ⇒ Boolean, (AmfObject) ⇒ AmfObjectWrapper]
    Definition Classes
    Platform
  56. def write(url: String, content: String): Future[Unit]
    Definition Classes
    Platform
  57. def writeFile(path: String, content: String): Future[Unit]
    Attributes
    protected
    Definition Classes
    Platform

Inherited from PlatformSecrets

Inherited from AlsPlatform

Inherited from Platform

Inherited from FileMediaType

Inherited from AnyRef

Inherited from Any

Ungrouped