Class LoadMetamodelTask

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class LoadMetamodelTask
    extends LoadModelTask
    Loads a Metamodel.
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Model createModel​(org.eclipse.emf.ecore.resource.Resource resource)
      Creates a new Model instance for the given Resource.
      protected void innerExecute()
      Performs the actual execution.
      • Methods inherited from class org.apache.tools.ant.Task

        bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

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

      • LoadMetamodelTask

        public LoadMetamodelTask()
    • Method Detail

      • createModel

        protected Model createModel​(org.eclipse.emf.ecore.resource.Resource resource)
        Creates a new Model instance for the given Resource.
        Overrides:
        createModel in class LoadModelTask
        Parameters:
        resource - the Resource
        Returns:
        a new Model.
      • innerExecute

        protected void innerExecute()
                             throws java.lang.Exception
        Performs the actual execution.
        Overrides:
        innerExecute in class LoadModelTask
        Throws:
        java.lang.Exception