Uses of Class
org.eclipse.jet.CoreJETException

Packages that use CoreJETException
org.eclipse.jet.runtime.model Defines interfaces for loading models into memory for access by JET templates (incomplete). 
org.eclipse.jet.taglib.workspace Defines JET workspace actions that custom tags may perform as part of a JET transformation. 
org.eclipse.jet.transform Defines JET transformation related interfaces. 
 

Uses of CoreJETException in org.eclipse.jet.runtime.model
 

Methods in org.eclipse.jet.runtime.model that throw CoreJETException
 IModelLoader ILoaderManager.getLoader(java.lang.String url, java.lang.String loaderId, java.lang.String type)
          Find an appropriate loader.
 

Uses of CoreJETException in org.eclipse.jet.taglib.workspace
 

Methods in org.eclipse.jet.taglib.workspace that throw CoreJETException
static void WorkspaceContextExtender.loadResourceAsSource(JET2Context context, org.eclipse.core.resources.IResource resource, java.lang.String resourceLoaderId, java.lang.String resourceType)
          Load the passed IResource, and set it as the source of the passed JET2Context.
 

Uses of CoreJETException in org.eclipse.jet.transform
 

Methods in org.eclipse.jet.transform that throw CoreJETException
static java.lang.Object TransformContextExtender.loadModel(java.net.URL modelURL, java.lang.String modelLoaderID, java.lang.String fileType)
          Load a model, given an URL to a model, and optionally the model loader and the file type of the model.
static java.lang.Object TransformContextExtender.loadModelFromString(java.lang.String modelContent, java.lang.String modelLoaderID, java.lang.String fileType)
          Load a model from a string form.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.