Deprecated API

Deprecated Methods
org.eclipse.jet.taglib.workspace.ActionsUtil.checkpointWorkspace(boolean)
          Use ActionsUtil.checkpointWorkspace(boolean,IProgressMonitor) instead 
org.eclipse.jet.JET2Platform.execute(String, IResource, IProgressMonitor)
          Use JET2Platform.runTransformOnResource(String,IResource,Map, IProgressMonitor) instead 
org.eclipse.jet.JET2Platform.execute(String, Object, IProgressMonitor)
          Use JET2Platform.runTransformOnObject(String,Object,Map, IProgressMonitor) instead 
org.eclipse.jet.JET2Platform.execute(String, String, IProgressMonitor)
          Use JET2Platform.runTransformOnString(String,String,IProgressMonitor) instead 
org.eclipse.jet.JET2Platform.execute(String, String, String, IProgressMonitor)
          Use JET2Platform.runTransformOnString(String,String,String,Map, IProgressMonitor) instead 
org.eclipse.jet.taglib.java.JavaActionsUtil.getFolderForPackage(IPath, String)
          Use JavaActionsUtil.getContainerForPackage(IPath,String) instead 
org.eclipse.jet.taglib.java.JavaImportsUtil.getImportManager(JET2Writer)
          Use JavaActionsUtil.getImportManager(JET2Writer) instead 
org.eclipse.jet.JET2Context.logError(String, Throwable)
          Please don't use, will be removed... 
 

Deprecated Constructors
org.eclipse.jet.taglib.TagInfo(String, int, int, int, String[], String[])
          Use TagInfo.TagInfo(String, int, int, String[], String[]) instead. 
org.eclipse.jet.XPathContextExtender(JET2Context)
          Use XPathContextExtender.getInstance(JET2Context). This method will be made private in the near future. 
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.