Class XvclTransformatorEngine


  • public class XvclTransformatorEngine
    extends java.lang.Object
    The XVCL instantiator implementation.
    Author:
    El-Sharkawy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void instantiate​(FileArtifact specification)
      Instantiates the given XVCL specification file via VIL.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XvclTransformatorEngine

        public XvclTransformatorEngine()
    • Method Detail

      • instantiate

        void instantiate​(FileArtifact specification)
                  throws VilException
        Instantiates the given XVCL specification file via VIL.
        Parameters:
        specification - The stating point for instantiation with XVCL.
        Throws:
        VilException - If XVCL detects any errors.