Uses of Interface
org.eclipse.jet.transform.IJETBundleDescriptor

Packages that use IJETBundleDescriptor
org.eclipse.jet Defines core interfaces for executing JET transformations and templates.  
org.eclipse.jet.transform Defines JET transformation related interfaces.  
 

Uses of IJETBundleDescriptor in org.eclipse.jet
 

Methods in org.eclipse.jet that return IJETBundleDescriptor
static IJETBundleDescriptor JET2Platform.getProjectDescription(java.lang.String name)
          Return the bundle description for the named JET project
 

Uses of IJETBundleDescriptor in org.eclipse.jet.transform
 

Methods in org.eclipse.jet.transform that return IJETBundleDescriptor
 IJETBundleDescriptor TransformContextExtender.getBundleDescriptor()
          Return the bundle descriptor of the JET transform bundle.
 IJETBundleDescriptor[] IJETBundleManager.getAllJETBundleDescriptors()
          Return descriptions of all available JET transforms.
 IJETBundleDescriptor IJETBundleManager.getDescriptor(java.lang.String id)
          Return the descriptor for a given JET transform.
 IJETBundleDescriptor IJETBundleManager.getDescriptorForProject(java.lang.String name)
          Return the descriptor for the give JET project
 

Methods in org.eclipse.jet.transform with parameters of type IJETBundleDescriptor
 void TransformContextExtender.setBundleDescriptor(IJETBundleDescriptor descriptor)
          Set the description of the transform bundle.
 void IJETRunnable.run(IJETBundleDescriptor descriptor, JET2TemplateLoader templateLoader, IProgressMonitor monitor)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.