c

org.mulesoft.high.level.implementation

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(), dirResolver: Option[DirectoryResolver])

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