class PluginActions extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PluginActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PluginActions(context: DynamicsContext)
Value Members
-
def
base64FromFile(path: String): IO[String]
Read file, convert to baes64.
- val context: DynamicsContext
- def format(about: String, msg: String): String
- def get(command: String): Action
- def getByName(name: String): IO[Either[String, PluginAssembly]]
- def runOnce(src: Option[String]): IO[Unit]
- def update(id: String, name: String, dllContent: String): IO[Boolean]
- def updateFromFile(id: String, path: String, name: String): IO[Boolean]
- val upload: Action
- def watch(config: AppConfig): IO[Unit]