Deprecated API


Contents
Deprecated Interfaces
org.eclipse.jet.compiler.IJETCompilerState
          Use JETASTParser 
org.eclipse.jet.compiler.JET2ASTVisitor
          Since 0.8.0, use JETASTVisitor 
 

Deprecated Classes
org.eclipse.jet.AbstractContextExtender
          Since 0.9.0. Use public methods JET2Context.addPrivateData(String, Object) and JET2Context.getPrivateData(String) 
org.eclipse.jet.compiler.Comment
          Since 0.8.0, use Comment 
org.eclipse.jet.compiler.DefaultJET2ASTVisitor
          Since 0.8.0, use JETASTVisitor 
org.eclipse.jet.compiler.JavaElement
          Since 0.8.0, use JavaElement 
org.eclipse.jet.compiler.JET2ASTElement
          Since 0.8.0, use JETASTElement 
org.eclipse.jet.compiler.JET2CompilationUnit
          Since 0.8.0, use JETCompilationUnit 
org.eclipse.jet.compiler.JET2Compiler
          Since 0.8.0, use WorkspaceCompiler or JETCompilerOptions for options 
org.eclipse.jet.compiler.JET2Declaration
          Since 0.8.0, use JavaDeclaration 
org.eclipse.jet.compiler.JET2Directive
          Since 0.8.0, use JETDirective 
org.eclipse.jet.compiler.JET2Expression
          Since 0.8.0, use JavaExpression 
org.eclipse.jet.compiler.JET2Scriptlet
          Since 0.8.0, use JavaScriptlet 
org.eclipse.jet.compiler.Problem
          Since 0.8.0, use Problem 
org.eclipse.jet.compiler.TagLibraryUsageManager
          Since 0.8.0, use TagLibraryUsageManager 
org.eclipse.jet.compiler.TextElement
          Since 0.8.0, use TextElement 
org.eclipse.jet.compiler.XMLBodyElement
          Since 0.8.0, use XMLBodyElement 
org.eclipse.jet.compiler.XMLBodyElementEnd
          Since 0.8.0, use XMLBodyElementEnd 
org.eclipse.jet.compiler.XMLElement
          Since 0.8.0, use XMLElement 
org.eclipse.jet.compiler.XMLEmptyElement
          Since 0.8.0, use XMLEmptyElement 
 

Deprecated Exceptions
org.eclipse.jet.WriterPositionException
          No longer used 
 

Deprecated Fields
org.eclipse.jet.compiler.JET2Compiler.DEFAULT_COMPILED_TEMPLATE_PACKAGE
          Use JETCompilerOptions.DEFAULT_COMPILED_TEMPLATE_PACKAGE instead 
org.eclipse.jet.compiler.JET2Compiler.DEFAULT_COMPILED_TEMPLATE_SRC_DIR
          Use JETCompilerOptions.DEFAULT_COMPILED_TEMPLATE_SRC_DIR instead 
org.eclipse.jet.compiler.JET2Compiler.DEFAULT_SET_JAVA_FILES_AS_DERIVED
          Use JETCompilerOptions.DEFAULT_SET_JAVA_FILES_AS_DERIVED instead 
org.eclipse.jet.compiler.JET2Compiler.DEFAULT_TEMPLATE_EXT
          Use JETCompilerOptions.DEFAULT_TEMPLATE_EXT instead 
org.eclipse.jet.core.parser.ast.Problem.DeprecatedAttribute
          Use IProblem.DeprecatedAttribute 
org.eclipse.jet.compiler.Problem.DeprecatedAttribute
          Use IProblem.DeprecatedAttribute 
org.eclipse.jet.core.parser.ast.Problem.DeprecatedTag
          Use IProblem.DeprecatedTag 
org.eclipse.jet.compiler.Problem.DeprecatedTag
          Use IProblem.DeprecatedTag 
org.eclipse.jet.core.parser.ast.Problem.DuplicateAttribute
          Use IProblem.DuplicateAttribute 
org.eclipse.jet.compiler.Problem.DuplicateAttribute
          Use IProblem.DuplicateAttribute 
org.eclipse.jet.core.parser.ast.Problem.DuplicateXMLNamespacePrefix
          Use IProblem.DuplicateXMLNamespacePrefix 
org.eclipse.jet.compiler.Problem.DuplicateXMLNamespacePrefix
          Use IProblem.DuplicateXMLNamespacePrefix 
org.eclipse.jet.core.parser.ast.Problem.JETException
          Use IProblem.JETException 
org.eclipse.jet.compiler.Problem.JETException
          Use IProblem.JETException 
org.eclipse.jet.core.parser.ast.Problem.MissingRequiredAttribute
          Use IProblem.MissingRequiredAttribute 
org.eclipse.jet.compiler.Problem.MissingRequiredAttribute
          Use IProblem.MissingRequiredAttribute 
org.eclipse.jet.core.parser.ast.Problem.MissingXmlEndTag
          Use IProblem.MissingXmlEndTag 
org.eclipse.jet.compiler.Problem.MissingXmlEndTag
          Use IProblem.MissingXmlEndTag 
org.eclipse.jet.core.parser.ast.Problem.MissingXmlStartTag
          Use IProblem.MissingXmlStartTag 
org.eclipse.jet.compiler.Problem.MissingXmlStartTag
          Use IProblem.MissingXmlStartTag 
org.eclipse.jet.core.parser.ast.Problem.MultipleTemplatesWithSameJavaClass
          Use IProblem.MultipleTemplatesWithSameJavaClass 
org.eclipse.jet.compiler.Problem.MultipleTemplatesWithSameJavaClass
          Use IProblem.MultipleTemplatesWithSameJavaClass 
org.eclipse.jet.compiler.JET2Compiler.OPTION_COMPILED_TEMPLATE_PACKAGE
          Use JETCompilerOptions.OPTION_COMPILED_TEMPLATE_PACKAGE instead 
org.eclipse.jet.compiler.JET2Compiler.OPTION_COMPILED_TEMPLATE_SRC_DIR
          Use JETCompilerOptions.OPTION_COMPILED_TEMPLATE_SRC_DIR instead 
org.eclipse.jet.compiler.JET2Compiler.OPTION_SET_JAVA_FILES_AS_DERIVED
          Use JETCompilerOptions.OPTION_SET_JAVA_FILES_AS_DERIVED instead 
org.eclipse.jet.compiler.JET2Compiler.OPTION_TEMPLATE_EXT
          Use JETCompilerOptions.OPTION_TEMPLATE_EXT instead 
org.eclipse.jet.core.parser.ast.Problem.TagCannotBeEmpty
          Use IProblem.TagCannotBeEmpty 
org.eclipse.jet.compiler.Problem.TagCannotBeEmpty
          Use IProblem.TagCannotBeEmpty 
org.eclipse.jet.core.parser.ast.Problem.TagCannotHaveContent
          Use IProblem.TagCannotHaveContent 
org.eclipse.jet.compiler.Problem.TagCannotHaveContent
          Use IProblem.TagCannotHaveContent 
org.eclipse.jet.core.parser.ast.Problem.TagInterpretedAsEmptyTag
          Use IProblem.TagInterpretedAsEmptyTag 
org.eclipse.jet.compiler.Problem.TagInterpretedAsEmptyTag
          Use IProblem.TagInterpretedAsEmptyTag 
org.eclipse.jet.core.parser.ast.Problem.UnknownAttributeInTag
          Use IProblem.UnknownAttributeInTag 
org.eclipse.jet.compiler.Problem.UnknownAttributeInTag
          Use IProblem.UnknownAttributeInTag 
org.eclipse.jet.core.parser.ast.Problem.UnknownTagLibrary
          Use IProblem.UnknownTagLibrary 
org.eclipse.jet.compiler.Problem.UnknownTagLibrary
          Use IProblem.UnknownTagLibrary 
org.eclipse.jet.core.parser.ast.Problem.UnknownXMLTag
          Use IProblem.UnknownXMLTag 
org.eclipse.jet.compiler.Problem.UnknownXMLTag
          Use IProblem.UnknownXMLTag 
org.eclipse.jet.core.parser.ast.Problem.UnsupportedDirective
          Use IProblem.UnsupportedDirective 
org.eclipse.jet.compiler.Problem.UnsupportedDirective
          Use IProblem.UnsupportedDirective 
org.eclipse.jet.core.parser.ast.Problem.UnterminatedXMLTag
          Use IProblem.UnterminatedXMLTag 
org.eclipse.jet.compiler.Problem.UnterminatedXMLTag
          Use IProblem.UnterminatedXMLTag 
 

Deprecated Methods
org.eclipse.jet.JET2Writer.addPosition(String, Position)
          Use BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then use IDocument.addPosition(String, Position). 
org.eclipse.jet.JET2Writer.addPositionCategory(String)
          Use BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then use IDocument.addPositionCategory(String). 
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.compiler.JET2Compiler.getDefaultCompilerOptions()
          Use JETCompilerOptions.getDefaultCompilerOptions() instead 
org.eclipse.jet.JET2Writer.getDocument()
          Use BufferedJET2Writer. 
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.JET2Writer.getLength()
          Use BufferedJET2Writer.getContentLength() 
org.eclipse.jet.JET2Writer.getPositions(String)
          Use BufferedJET2Writer.getAdapter(Class) to return an IDocument, and then use IDocument.getPositions(String). 
org.eclipse.jet.compiler.Problem.getSeverity()
          Use Problem.getProblemSeverity() instead. 
org.eclipse.jet.JET2Context.logError(String, Throwable)
          Please don't use, will be removed... 
org.eclipse.jet.compiler.JET2CompilationUnit.parse()
            
org.eclipse.jet.compiler.JET2CompilationUnit.parse(InputStream, String)
            
org.eclipse.jet.compiler.JET2CompilationUnit.parse(String)
            
org.eclipse.jet.JET2Writer.replace(int, int, String)
          Use BufferedJET2Writer.replaceContent(int, int, String). 
 

Deprecated Constructors
org.eclipse.jet.compiler.Problem(String, ParseProblemSeverity, int, String, Object[], int, int, int, int)
          Use Problem.Problem(URI,String,ProblemSeverity,int,String,Object[],int,int,int,int) instead 
org.eclipse.jet.taglib.TagInfo(String, int, int, int, String[], String[])
          Use TagInfo.TagInfo(String, int, int, String[], String[]) instead. 
org.eclipse.jet.transform.TransformContextExtender(JET2Context)
          Since 0.9.0 use TransformContextExtender.getInstance(JET2Context). 
org.eclipse.jet.taglib.workspace.WorkspaceContextExtender(JET2Context)
          Since 0.9.0, use WorkspaceContextExtender.getInstance(JET2Context) 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.