Uses of Class
org.eclipse.m2m.atl.service.core.exception.ServiceException

Packages that use ServiceException
org.eclipse.m2m.atl.service.core   
org.eclipse.m2m.atl.service.core.configuration   
org.eclipse.m2m.atl.service.core.nestedElements   
 

Uses of ServiceException in org.eclipse.m2m.atl.service.core
 

Methods in org.eclipse.m2m.atl.service.core that throw ServiceException
static java.net.URL ServiceTransformationUtil.getURLFromASMFile(java.lang.String filePath, java.lang.String pluginId)
           
static ASMModel ServiceTransformationUtil.loadModel(AtlModelHandler amh, java.lang.String modelName, ASMModel metamodel, java.lang.String path, java.lang.String nsUri, boolean isM3, boolean inWorkspace, java.lang.String pluginId)
           
 

Uses of ServiceException in org.eclipse.m2m.atl.service.core.configuration
 

Methods in org.eclipse.m2m.atl.service.core.configuration that throw ServiceException
abstract  void TransformationConfiguration.execute(java.lang.String projectPath, java.lang.String pathInModel)
           
 void SingleTransformationConfiguration.execute(java.lang.String pathFolder, java.lang.String pathInModel)
          Main method launchs by UI
 void ComposedTransformationConfiguration.execute(java.lang.String pathFolder, java.lang.String pathInModel)
          Main method launchs by UI
 void ComposedTransformationConfiguration.executeTransformation(Transformation transformation)
          execute a transformation output models are loaded before running the transformation
 void ComposedTransformationConfiguration.loadModel(Transformation transformation, java.lang.String pathInModel)
          Load a model selected from the workspace
 void ComposedTransformationConfiguration.saveModel(java.lang.String pathFolder, java.lang.String modelName)
          Save a model in the workspace
 

Uses of ServiceException in org.eclipse.m2m.atl.service.core.nestedElements
 

Methods in org.eclipse.m2m.atl.service.core.nestedElements that throw ServiceException
 void Model.loadModel(java.lang.String path, ASMModel asmMetamodel, java.lang.String pluginId)
           
 

Constructors in org.eclipse.m2m.atl.service.core.nestedElements that throw ServiceException
Model(java.lang.String name, ASMModel metamodel, java.lang.String path, java.lang.String nsUri, boolean isM3, java.lang.String atlModelHandlerId, java.lang.String pluginId)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.