blob: ce96a3ee3d221d98c83831926df4857b3018aa71 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="IBM">
<meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]">
<title>Package-level Javadoc</title>
</head>
<body>
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
<h2>
Package Specification</h2>
<p><br>This package contains the Java model classes, which implement Java
specific behaviour for resources and further decompose Java resources into
model elements.
</p><p>
Note that a lot of Java model operations require a Java project's classpath resolution.
For example IJavaProject#getResolvedClasspath(boolean) or JavaCore#setClasspathContainer()
will require to resolve the classpath of one or more projects. Client should be aware that
this resolution may require to take project modification rule
(see IResourceRuleFactory#modifyRule(IResource)).
</p>
</body>
</html>