trait ExtensionManager extends api.ExtensionManager
- Alphabetic
- By Inheritance
- ExtensionManager
- ExtensionManager
- ExtensionManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
anyExtensionsLoaded: Boolean
- Definition Classes
- ExtensionManager
-
abstract
def
cachedType(name: String): Option[TokenType]
Returns cached type for a given primitive name.
Returns cached type for a given primitive name. Will be either TokenType.Command or a TokenType.Reporter
This is cached so that it can be run without interrupting the extension lifecycle hooks. It is cleared when clearAll is run.
-
abstract
def
dumpExtensionPrimitives(): String
- Definition Classes
- ExtensionManager → ExtensionManager
-
abstract
def
dumpExtensions: String
- Definition Classes
- ExtensionManager → ExtensionManager
-
abstract
def
extensionCommandNames: Set[String]
Return cached lists of the names of extension primitives (commands and reporters respectively)
Return cached lists of the names of extension primitives (commands and reporters respectively)
These are cached so that they can be run without interrupting the extension lifecycle hooks.
- abstract def extensionReporterNames: Set[String]
-
abstract
def
finishFullCompilation(): Unit
- Definition Classes
- ExtensionManager
-
abstract
def
importExtension(jarPath: String, errors: ErrorSource): Unit
- Definition Classes
- ExtensionManager
-
abstract
def
loadedExtensions: Iterable[ClassManager]
uses java.lang.Iterable for easy access from Java
uses java.lang.Iterable for easy access from Java
- Definition Classes
- ExtensionManager
-
abstract
def
readExtensionObject(extname: String, typeName: String, value: String): ExtensionObject
- Definition Classes
- ExtensionManager → ExtensionManager
-
abstract
def
readFromString(src: String): AnyRef
- Definition Classes
- ExtensionManager
-
abstract
def
replaceIdentifier(name: String): Primitive
- Definition Classes
- ExtensionManager
-
abstract
def
reset(): Unit
Instructs any loaded extensions to unload.
Instructs any loaded extensions to unload. Should be called previous to a new model load.
- Definition Classes
- ExtensionManager → ExtensionManager
-
abstract
def
retrieveObject: AnyRef
- returns
the stored object
- Definition Classes
- ExtensionManager
-
abstract
def
startFullCompilation(): Unit
- Definition Classes
- ExtensionManager
-
abstract
def
storeObject(obj: AnyRef): Unit
Stores an object for the extension that can be retrieved in runOnce if the extension is loaded again.
Stores an object for the extension that can be retrieved in runOnce if the extension is loaded again. This is useful if the extension has initialization it needs to perform that should only happen once, even if the extension is loaded multiple times.
- obj
the object to be stored
- Definition Classes
- ExtensionManager
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )