org.eclipse.jdt.core.manipulation.jar - Eclipse JDT Core 3.2.0

Q

The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins. It adds a Java project nature and Java perspective to the Eclipse Workbench as well as a number of views, editors, wizards, builders, and code merging and refactoring tools. The JDT project allows Eclipse to be a development environment for itself.

JAR File Size and Download Location:

File name: org.eclipse.jdt.core.manipulation.jar
File size: 8631 bytes
Date modified: 09/18/2007
Download: Eclipse JDT

✍: FYIcenter.com

A

Manifest of the JAR:

Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.jdt.internal.core.manipulation.JavaManip
 ulationPlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.jdt.core.manipulation; singleton:=true
Export-Package: org.eclipse.jdt.core.refactoring
Bundle-Version: 1.0.0.v20060605-1400
Eclipse-LazyStart: true

List of Classes in the JAR:

org/eclipse/jdt/core/manipulation/JavaManipulation
org/eclipse/jdt/core/refactoring/IJavaElementMapper
org/eclipse/jdt/core/refactoring/RenameTypeArguments
org/eclipse/jdt/internal/core/manipulation/IStatusConstants
org/eclipse/jdt/internal/core/manipulation/JavaManipulationMessages
org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin

2010-01-14, 8418🔥, 0💬