class RealizationArchive extends Storage with RealizationStorage
loads a realization from a Java Class Loader and dynamically creates a uom.RealizationInScala for it
- Source
- Storage.scala
- Alphabetic
- By Inheritance
- RealizationArchive
- RealizationStorage
- Storage
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
destroy: Unit
called to release all held resources, override as needed
called to release all held resources, override as needed
- Definition Classes
- Storage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getSuffix(base: URI, uri: URI): List[String]
- Attributes
- protected
- Definition Classes
- Storage
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
load(path: Path)(implicit controller: Controller): Unit
dereferences a path and adds the content to the controller or throws NotApplicable e.g., by sending an XML document to the XML reader
dereferences a path and adds the content to the controller or throws NotApplicable e.g., by sending an XML document to the XML reader
a storage may add more/additional content than necessary, e.g., the containing file/theory or a dependency closure
- Definition Classes
- RealizationArchive → Storage
-
def
loadClass(cls: String, p: Path): Class[_]
gets the object for a java class name (cls must be in Scala's syntax for java .class files)
gets the object for a java class name (cls must be in Scala's syntax for java .class files)
- Definition Classes
- RealizationStorage
-
def
loadFragment(neededPath: Path, existingPath: Path)(implicit controller: Controller): Unit
dereferences a path to a fragment of an already loaded StructuralElement and adds only that fragment empty by default, storages that can retrieve individual fragments should override this
dereferences a path to a fragment of an already loaded StructuralElement and adds only that fragment empty by default, storages that can retrieve individual fragments should override this
- Definition Classes
- Storage
-
def
loadObject(p: MPath): SemanticObject
- p
the path to use in error messages
- Definition Classes
- RealizationStorage
-
def
loadSemanticObject(cls: String, p: Path): SemanticObject
gets the object for a java class name (cls must be in Scala's syntax for java .class files)
gets the object for a java class name (cls must be in Scala's syntax for java .class files)
- Attributes
- protected
- Definition Classes
- RealizationStorage
-
def
loadXML(u: URI, dpath: DPath, reader: BufferedReader)(implicit controller: Controller): Unit
implementing classes should call this to load an OMDoc XML stream (which this method will close afterwards)
implementing classes should call this to load an OMDoc XML stream (which this method will close afterwards)
- Attributes
- protected
- Definition Classes
- Storage
-
val
loader: ClassLoader
the class loaded used to load semantic objects
the class loaded used to load semantic objects
By making this a 'def', every load may creates a fresh class loader. That can be helpful if new class files are produced at run time (e.g., with the ScalaCompiler).
- Definition Classes
- RealizationArchive → RealizationStorage
-
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
- RealizationArchive → 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
- @throws( ... ) @native()