Skip to main content
summaryrefslogtreecommitdiffstats
blob: 65b481997fe69b87cd74cb7326e8d9fecc7cec31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Package-level Javadoc</title>
</head>
<body>
Provides API to start the platform.
<h2>
Package Specification</h2>
This package specifies API to start the platform.
<p>
Clients may use the <tt>EclipseStarter</tt> loader class to start the platform.  The
<tt>EclipseStarter</tt> class is the only defined API in this package.
</p>
</body>
</html>

Back to the top