1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Declare RSE API Provisional in ISV Docs

This commit is contained in:
Martin Oberhuber 2006-11-10 22:04:05 +00:00
parent e473a912d3
commit 7c84361c94
11 changed files with 282 additions and 138 deletions

View file

@ -18,5 +18,6 @@ bin.includes = META-INF/,\
toc.xml,\
guide/,\
index/,\
reference/
reference/,\
provisional_api.html
customBuildCallbacks = customBuildCallbacks.xml

View file

@ -0,0 +1,32 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Remote System Explorer API Status</title>
<meta name="copyright" content="Copyright (c) Wind River Systems, Inc. 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="book.css">
</head>
<body bgcolor="#ffffff">
<h1>Remote System Explorer API Status</h1>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>
<p><b>As of RSE 1.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for RSE 2.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -1,18 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="book.css" TYPE="text/css">
<title>RSE DataStore developer information</title>
</head>
<body>
<h1>Using the RSE DataStore for Remote Communications</h1>
This section provides information for tool developers who wish to
add server-side tooling capabilities. Using the RSE DataStore tooling
communication framework, server-side extensions can be written. The Remote System Explorer can be
extended to interface the new server-side extensions.
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="book.css" TYPE="text/css">
<title>RSE DataStore developer information</title>
</head>
<body>
<h1>Using the RSE DataStore for Remote Communications</h1>
<div class="p">
This section provides information for tool developers who wish to
add server-side tooling capabilities. Using the RSE DataStore tooling
communication framework, server-side extensions can be written. The Remote System Explorer can be
extended to interface the new server-side extensions.
</div>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>
<p><b>As of RSE 1.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for RSE 2.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="RSE DStore Developer Guide">
<topic label="Guide">
<topic label="DataStore Overview" href="guide/overview.html">
<topic label="DataStore Artifacts" href="guide/Artifacts.html" />
<topic label="DataStore Communications" href="guide/Communications.html" />
<topic label="DataElements and the DataStore Model" href="guide/DataElements.html" />
<topic label="Memory Management of DataElements" href="guide/MemoryManagement.html" />
<topic label="Miners" href="guide/Miners.html" />
</topic>
<topic label="Extending and Using the DataStore" href="guide/Extending.html">
<topic label="Extending the Server-side" href="guide/ServerSide.html" />
<topic label="Communicating with the Server-side" href="guide/ClientSide.html" />
</topic>
<anchor id="guide_additions"/>
</topic>
<topic label="Reference">
<topic label="DataStore API Reference">
<topic label="org.eclipse.dstore.core.model" href="reference/api/org/eclipse/dstore/core/model/package-summary.html" />
<topic label="org.eclipse.dstore.core.client" href="reference/api/org/eclipse/dstore/core/client/package-summary.html" />
<topic label="org.eclipse.dstore.core.server" href="reference/api/org/eclipse/dstore/core/server/package-summary.html" />
<topic label="org.eclipse.dstore.core.util" href="reference/api/org/eclipse/dstore/core/util/package-summary.html" />
<topic label="org.eclipse.dstore.core.miners.miner" href="reference/api/org/eclipse/dstore/core/miners/miner/package-summary.html" />
</topic>
<anchor id="reference_additions"/>
</topic>
<topic label="Legal" href="notices.html"/>
</toc>
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="RSE DStore Developer Guide">
<topic label="Guide" href="toc.html">
<topic label="DataStore Overview" href="guide/overview.html">
<topic label="DataStore Artifacts" href="guide/Artifacts.html" />
<topic label="DataStore Communications" href="guide/Communications.html" />
<topic label="DataElements and the DataStore Model" href="guide/DataElements.html" />
<topic label="Memory Management of DataElements" href="guide/MemoryManagement.html" />
<topic label="Miners" href="guide/Miners.html" />
</topic>
<topic label="Extending and Using the DataStore" href="guide/Extending.html">
<topic label="Extending the Server-side" href="guide/ServerSide.html" />
<topic label="Communicating with the Server-side" href="guide/ClientSide.html" />
</topic>
<anchor id="guide_additions"/>
</topic>
<topic label="Reference" href="provisional_api.html">
<topic label="DataStore API Reference" href="provisional_api.html">
<topic label="org.eclipse.dstore.core.model" href="reference/api/org/eclipse/dstore/core/model/package-summary.html" />
<topic label="org.eclipse.dstore.core.client" href="reference/api/org/eclipse/dstore/core/client/package-summary.html" />
<topic label="org.eclipse.dstore.core.server" href="reference/api/org/eclipse/dstore/core/server/package-summary.html" />
<topic label="org.eclipse.dstore.core.util" href="reference/api/org/eclipse/dstore/core/util/package-summary.html" />
<topic label="org.eclipse.dstore.core.miners.miner" href="reference/api/org/eclipse/dstore/core/miners/miner/package-summary.html" />
</topic>
<anchor id="reference_additions"/>
</topic>
<topic label="Legal" href="notices.html"/>
</toc>

View file

@ -6,7 +6,8 @@
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
# IBM Corporation - initial API and implementation
# Martin Oberhuber (Wind River) - Declare API provisional
###############################################################################
bin.includes = META-INF/,\
about.html,\
@ -25,5 +26,6 @@ bin.includes = META-INF/,\
index/,\
questions/,\
reference/,\
samples/
samples/,\
provisional_api.html
customBuildCallbacks = customBuildCallbacks.xml

View file

@ -1,16 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>RSE Programmer's Guide</title>
<link rel="stylesheet" type="text/css" href="../book.css">
</head>
<body>
<h1>RSE Programmer's Guide</h1>
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>RSE Programmer's Guide</title>
<link rel="stylesheet" type="text/css" href="../book.css">
</head>
<body>
<h1>RSE Programmer's Guide</h1>
<div class="p">
This book explains how to use the Remote System Explorer APIs and Extension Points.
It provides an
<ul>
<li><a href="rse_int_architecture.html">Architectural Overview</a>,</li>
<li><a href="usingAPIs.html">API Description</a> as well as some extensive</li>
<li><a href="tutorials.html">Tutorials</a></li>.
</div>
<h2>Provisional API</h2>
<table>
<!--
<table bgcolor="yellow" border="1">
<tr><th><b>API Status</b></th></tr>
-->
<tr><td>
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>
<p><b>As of RSE 1.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for RSE 2.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>under
category DSDP, Product Target Management.</p>
</td></tr></table>
</body>
</html>

View file

@ -25,7 +25,30 @@ The API set supplied by the RSE can be roughly partitioned into three areas:
</p>
<p>
This guide will introduce the capabilities of the API, leaving the programming details to the
reference section.
reference section.</p>
<h2>Provisional API</h2>
<table>
<!--
<table bgcolor="yellow" border="1">
<tr><th><b>API Status</b></th></tr>
-->
<tr><td>
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>
<p><b>As of RSE 1.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for RSE 2.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</td></tr></table>
</body>
</html>

View file

@ -0,0 +1,32 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Remote System Explorer API Status</title>
<meta name="copyright" content="Copyright (c) Wind River Systems, Inc. 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="book.css">
</head>
<body bgcolor="#ffffff">
<h1>Remote System Explorer API Status</h1>
<h2>Provisional API</h2>
<div class="p">
<p>Although RSE API has been reviewed and proven useful in earlier proprietary
versions, we want to give the Open Source Communitiy a chance to provide public
feedback and help further improving the APIs. Therefore,</p>
<p><b>As of RSE 1.0, all API is considered provisional.</b></p>
<p>This means, that we reserve the right to change any API after RSE 1.0
in a not backward compatible way. All such API changes will be voted on
by committers on the <a href="http://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev">
dsdp-tm-dev</a> developer mailing list, and documented in a migration guide
for future releases. We expect that with Community Feedback, we'll reach a
stable, hardened API for RSE 2.0. Please give your feedback on
<a href="https://bugs.eclipse.org/bugs/">Eclipse Bugzilla</a>
under category DSDP, Product Target Management.</p>
</div>
</body>
</html>

View file

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define the top level topics -->
<!-- ============================================================================= -->
<toc label="RSE Developer Guide">
<topic label="Guide" href="guide/rse_int.html">
<link toc="topics_Guide.xml" />
<anchor id="guide_additions"/>
</topic>
<topic label="Reference">
<link toc="topics_Reference.xml" />
<anchor id="reference_additions"/>
</topic>
<topic label="Questions Index" href="questions/index.html">
<link toc="topics_Questions.xml" />
<anchor id="questions_additions"/>
</topic>
<topic label="Legal" href="notices.html"/>
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define the top level topics -->
<!-- ============================================================================= -->
<toc label="RSE Developer Guide">
<topic label="Guide" href="guide/rse_int.html">
<link toc="topics_Guide.xml" />
<anchor id="guide_additions"/>
</topic>
<topic label="Reference" href="provisional_api.html">
<link toc="topics_Reference.xml" />
<anchor id="reference_additions"/>
</topic>
<topic label="Questions Index" href="questions/index.html">
<link toc="topics_Questions.xml" />
<anchor id="questions_additions"/>
</topic>
<topic label="Legal" href="notices.html"/>
</toc>

View file

@ -1,35 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define topics for the main guide -->
<!-- ============================================================================= -->
<toc label="Guide">
<topic label="RSE Architecture" href="guide/rse_int_architecture.html">
<topic label="Overview" href="guide/rse_int_overview.html"/>
<topic label="Artifacts" href="guide/Artifacts.html"/>
<topic label="Model" href="guide/Model.html"/>
<topic label="Services" href="guide/rse_int_services.html"/>
<topic label="Subsystems" href="guide/rse_int_subsystems.html"/>
<topic label="Connector Services" href="guide/rse_int_connectorservices.html"/>
<topic label="Hosts" href="guide/rse_int_hosts.html"/>
<topic label="User Interface" href="guide/rse_int_ui.html"/>
</topic>
<topic label="Using the RSE API" href="guide/usingAPIs.html">
<topic label="RSE User Interface API" href="guide/api/uiAPI.html" />
<topic label="RSE Remote Resource API" href="guide/api/resourceAPI.html" />
<topic label="RSE Model API" href="guide/api/modelAPI.html" />
</topic>
<topic label="Plugging into the RSE" href="guide/plugin.html">
<topic label="Extensions" href="guide/Extensions.html"/>
<topic label="Plugging in a Popup Menu" href="guide/plugin/popup.html" />
<topic label="Plugging in a Property Page" href="guide/plugin/propertypage.html" />
<topic label="Plugging in a System Type" href="guide/plugin/systemtype.html" />
<topic label="Plugging in a Subsystem" href="guide/plugin/subsystem.html" />
<topic label="Relevant Eclipse Extension Points" href="guide/plugin/other.html" />
</topic>
<topic label="Tutorials" href="guide/tutorials.html">
<topic label="Creating a Remote Resource Property Page" href="guide/tutorial/propertypage.html" />
<topic label="Creating a Subsystem Configuration" href="guide/tutorial/subsystem.html" />
<topic label="Creating a Remote Resource Popup Menu Action" href="guide/tutorial/popup.html" />
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- ============================================================================= -->
<!-- Define topics for the main guide -->
<!-- ============================================================================= -->
<toc label="Guide">
<topic label="RSE Architecture" href="guide/rse_int_architecture.html">
<topic label="Overview" href="guide/rse_int_overview.html"/>
<topic label="Artifacts" href="guide/Artifacts.html"/>
<topic label="Model" href="guide/Model.html"/>
<topic label="Services" href="guide/rse_int_services.html"/>
<topic label="Subsystems" href="guide/rse_int_subsystems.html"/>
<topic label="Connector Services" href="guide/rse_int_connectorservices.html"/>
<topic label="Hosts" href="guide/rse_int_hosts.html"/>
<topic label="User Interface" href="guide/rse_int_ui.html"/>
</topic>
<topic label="Using the RSE API" href="guide/usingAPIs.html">
<topic label="RSE User Interface API" href="guide/api/uiAPI.html" />
<topic label="RSE Remote Resource API" href="guide/api/resourceAPI.html" />
<topic label="RSE Model API" href="guide/api/modelAPI.html" />
</topic>
<!-- topic label="Plugging into the RSE" href="guide/plugin.html" -->
<topic label="Plugging into the RSE" href="provisional_api.html">
<topic label="Extensions" href="guide/Extensions.html"/>
<topic label="Plugging in a Popup Menu" href="guide/plugin/popup.html" />
<topic label="Plugging in a Property Page" href="guide/plugin/propertypage.html" />
<topic label="Plugging in a System Type" href="guide/plugin/systemtype.html" />
<topic label="Plugging in a Subsystem" href="guide/plugin/subsystem.html" />
<topic label="Relevant Eclipse Extension Points" href="guide/plugin/other.html" />
</topic>
<topic label="Tutorials" href="guide/tutorials.html">
<topic label="Creating a Remote Resource Property Page" href="guide/tutorial/propertypage.html" />
<topic label="Creating a Subsystem Configuration" href="guide/tutorial/subsystem.html" />
<topic label="Creating a Remote Resource Popup Menu Action" href="guide/tutorial/popup.html" />
</topic>
</toc>

View file

@ -5,7 +5,7 @@
<!-- ============================================================================= -->
<toc label="Reference">
<topic label="Extension Points Reference">
<topic label="Extension Points Reference" href="provisional_api.html">
<topic label="org.eclipse.rse.core.systemTypes" href="reference/extension-points/org_eclipse_rse_core_systemTypes.html" />
<topic label="org.eclipse.rse.ui.archivehandlers" href="reference/extension-points/org_eclipse_rse_ui_archivehandlers.html" />
<!-- TODODeferred after RSE 1.0
@ -23,24 +23,24 @@
<anchor id="rse-extension-points-ref" />
</topic>
<topic label="Other reference information">
<topic label="Other reference information" href="provisional_api.html">
<topic label="Runtime options" href="reference/misc/runtime-options.html" />
</topic>
<topic label="Remote Systems API Reference By Topic">
<topic label="Core">
<topic label="Remote Systems API Reference By Topic" href="provisional_api.html">
<topic label="Core" href="provisional_api.html">
<topic label="org.eclipse.rse.core" href="reference/api/org/eclipse/rse/core/package-summary.html" />
<topic label="org.eclipse.rse.core.comm" href="reference/api/org/eclipse/rse/core/comm/package-summary.html" />
<topic label="org.eclipse.rse.core.servicessubsystem" href="reference/api/org/eclipse/rse/core/servicessubsystem/package-summary.html" />
<topic label="org.eclipse.rse.core.subsystems" href="reference/api/org/eclipse/rse/core/subsystems/package-summary.html" />
<topic label="org.eclipse.rse.core.subsystems.util" href="reference/api/org/eclipse/rse/core/subsystems/util/package-summary.html" />
</topic>
<topic label="Logging">
<topic label="Logging" href="provisional_api.html">
<topic label="org.eclipse.rse.logging" href="reference/api/org/eclipse/rse/logging/package-summary.html"/>
<topic label="org.eclipse.rse.logging.ui" href="reference/api/org/eclipse/rse/logging/ui/package-summary.html"/>
<topic label="org.eclipse.rse.logging.performance" href="reference/api/org/eclipse/rse/logging/performance/package-summary.html"/>
</topic>
<topic label="Model and Persistence">
<topic label="Model and Persistence" href="provisional_api.html">
<topic label="org.eclipse.rse.core.model" href="reference/api/org/eclipse/rse/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.model" href="reference/api/org/eclipse/rse/model/package-summary.html"/>
<topic label="org.eclipse.rse.core.filters" href="reference/api/org/eclipse/rse/core/filters/package-summary.html"/>
@ -48,7 +48,7 @@
<topic label="org.eclipse.rse.persistence" href="reference/api/org/eclipse/rse/persistence/package-summary.html"/>
<topic label="org.eclipse.rse.persistence.dom" href="reference/api/org/eclipse/rse/persistence/dom/package-summary.html"/>
</topic>
<topic label="Common Client and Server Helpers">
<topic label="Common Client and Server Helpers" href="provisional_api.html">
<topic label="org.eclipse.rse.services.clientserver" href="reference/api/org/eclipse/rse/services/clientserver/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.java" href="reference/api/org/eclipse/rse/services/clientserver/java/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.messages" href="reference/api/org/eclipse/rse/services/clientserver/messages/package-summary.html"/>
@ -58,7 +58,7 @@
<topic label="org.eclipse.rse.services.clientserver.archiveutils" href="reference/api/org/eclipse/rse/services/clientserver/archiveutils/package-summary.html"/>
<topic label="org.eclipse.rse.services.clientserver.util.tar" href="reference/api/org/eclipse/rse/services/clientserver/util/tar/package-summary.html"/>
</topic>
<topic label="Basic Services Layer">
<topic label="Basic Services Layer" href="provisional_api.html">
<topic label="org.eclipse.rse.services" href="reference/api/org/eclipse/rse/services/package-summary.html"/>
<topic label="org.eclipse.rse.services.files" href="reference/api/org/eclipse/rse/services/files/package-summary.html"/>
<topic label="org.eclipse.rse.services.files.ftp" href="reference/api/org/eclipse/rse/services/files/ftp/package-summary.html"/>
@ -66,7 +66,7 @@
<topic label="org.eclipse.rse.services.search" href="reference/api/org/eclipse/rse/services/search/package-summary.html"/>
<topic label="org.eclipse.rse.services.shells" href="reference/api/org/eclipse/rse/services/shells/package-summary.html"/>
</topic>
<topic label="Services Implementations">
<topic label="Services Implementations" href="provisional_api.html">
<topic label="org.eclipse.rse.services.local" href="reference/api/org/eclipse/rse/services/local/package-summary.html"/>
<topic label="org.eclipse.rse.services.local.files" href="reference/api/org/eclipse/rse/services/local/files/package-summary.html"/>
<topic label="org.eclipse.rse.services.local.processes" href="reference/api/org/eclipse/rse/services/local/processes/package-summary.html"/>
@ -83,7 +83,7 @@
<topic label="org.eclipse.rse.services.ssh.files" href="reference/api/org/eclipse/rse/services/ssh/files/package-summary.html"/>
<topic label="org.eclipse.rse.services.ssh.shell" href="reference/api/org/eclipse/rse/services/ssh/shell/package-summary.html"/>
</topic>
<topic label="DStore Security and Miners">
<topic label="DStore Security and Miners" href="provisional_api.html">
<topic label="org.eclipse.rse.dstore.security" href="reference/api/org/eclipse/rse/dstore/security/package-summary.html"/>
<topic label="org.eclipse.rse.dstore.security.preference" href="reference/api/org/eclipse/rse/dstore/security/preference/package-summary.html"/>
<topic label="org.eclipse.rse.dstore.security.util" href="reference/api/org/eclipse/rse/dstore/security/util/package-summary.html"/>
@ -96,13 +96,13 @@
<topic label="org.eclipse.rse.dstore.universal.miners" href="reference/api/org/eclipse/rse/dstore/universal/miners/package-summary.html"/>
<topic label="org.eclipse.rse.dstore.universal.miners.processes" href="reference/api/org/eclipse/rse/dstore/universal/miners/processes/package-summary.html"/>
</topic>
<topic label="Connector Service Implementations">
<topic label="Connector Service Implementations" href="provisional_api.html">
<topic label="org.eclipse.rse.connectorservice.dstore" href="reference/api/org/eclipse/rse/connectorservice/dstore/package-summary.html"/>
<topic label="org.eclipse.rse.connectorservice.dstore.util" href="reference/api/org/eclipse/rse/connectorservice/dstore/util/package-summary.html"/>
<topic label="org.eclipse.rse.connectorservice.local" href="reference/api/org/eclipse/rse/connectorservice/local/package-summary.html"/>
<topic label="org.eclipse.rse.connectorservice.ssh" href="reference/api/org/eclipse/rse/connectorservice/ssh/package-summary.html"/>
</topic>
<topic label="File Subsystem">
<topic label="File Subsystem" href="provisional_api.html">
<topic label="org.eclipse.rse.subsystems.files.core" href="reference/api/org/eclipse/rse/subsystems/files/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.core.model" href="reference/api/org/eclipse/rse/subsystems/files/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.core.servicesubsystem" href="reference/api/org/eclipse/rse/subsystems/files/core/servicesubsystem/package-summary.html"/>
@ -119,7 +119,7 @@
<topic label="org.eclipse.rse.subsystems.files.local" href="reference/api/org/eclipse/rse/subsystems/files/local/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.files.ssh" href="reference/api/org/eclipse/rse/subsystems/files/ssh/package-summary.html"/>
</topic>
<topic label="Process Subsystem">
<topic label="Process Subsystem" href="provisional_api.html">
<topic label="org.eclipse.rse.subsystems.processes.core" href="reference/api/org/eclipse/rse/subsystems/processes/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.core.subsystem.impl" href="reference/api/org/eclipse/rse/subsystems/processes/core/subsystem/impl/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.core.subsystem" href="reference/api/org/eclipse/rse/subsystems/processes/core/subsystem/package-summary.html"/>
@ -127,7 +127,7 @@
<topic label="org.eclipse.rse.subsystems.processes.local" href="reference/api/org/eclipse/rse/subsystems/processes/local/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.processes.servicesubsystem" href="reference/api/org/eclipse/rse/subsystems/processes/servicesubsystem/package-summary.html"/>
</topic>
<topic label="Shell Subsystem">
<topic label="Shell Subsystem" href="provisional_api.html">
<topic label="org.eclipse.rse.subsystems.shells.core" href="reference/api/org/eclipse/rse/subsystems/shells/core/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.core.model" href="reference/api/org/eclipse/rse/subsystems/shells/core/model/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.core.subsystems" href="reference/api/org/eclipse/rse/subsystems/shells/core/subsystems/package-summary.html"/>
@ -138,7 +138,7 @@
<topic label="org.eclipse.rse.subsystems.shells.local" href="reference/api/org/eclipse/rse/subsystems/shells/local/package-summary.html"/>
<topic label="org.eclipse.rse.subsystems.shells.ssh" href="reference/api/org/eclipse/rse/subsystems/shells/ssh/package-summary.html"/>
</topic>
<topic label="User Interface">
<topic label="User Interface" href="provisional_api.html">
<topic label="org.eclipse.rse.ui" href="reference/api/org/eclipse/rse/ui/package-summary.html"/>
<topic label="org.eclipse.rse.ui.actions" href="reference/api/org/eclipse/rse/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.ui.dialogs" href="reference/api/org/eclipse/rse/ui/dialogs/package-summary.html"/>
@ -159,7 +159,7 @@
<topic label="org.eclipse.rse.ui.widgets.services" href="reference/api/org/eclipse/rse/ui/widgets/services/package-summary.html"/>
<topic label="org.eclipse.rse.ui.wizards" href="reference/api/org/eclipse/rse/ui/wizards/package-summary.html"/>
</topic>
<topic label="File UI">
<topic label="File UI" href="provisional_api.html">
<topic label="org.eclipse.rse.files.ui" href="reference/api/org/eclipse/rse/files/ui/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.actions" href="reference/api/org/eclipse/rse/files/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.compare" href="reference/api/org/eclipse/rse/files/ui/compare/package-summary.html"/>
@ -171,14 +171,14 @@
<topic label="org.eclipse.rse.files.ui.widgets" href="reference/api/org/eclipse/rse/files/ui/widgets/package-summary.html"/>
<topic label="org.eclipse.rse.files.ui.wizards" href="reference/api/org/eclipse/rse/files/ui/wizards/package-summary.html"/>
</topic>
<topic label="Process UI">
<topic label="Process UI" href="provisional_api.html">
<topic label="org.eclipse.rse.processes.ui" href="reference/api/org/eclipse/rse/processes/ui/package-summary.html"/>
<topic label="org.eclipse.rse.processes.ui.actions" href="reference/api/org/eclipse/rse/processes/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.processes.ui.dialogs" href="reference/api/org/eclipse/rse/processes/ui/dialogs/package-summary.html"/>
<topic label="org.eclipse.rse.processes.ui.propertypages" href="reference/api/org/eclipse/rse/processes/ui/propertypages/package-summary.html"/>
<topic label="org.eclipse.rse.processes.ui.view" href="reference/api/org/eclipse/rse/processes/ui/view/package-summary.html"/>
</topic>
<topic label="Shell UI">
<topic label="Shell UI" href="provisional_api.html">
<topic label="org.eclipse.rse.shells.ui" href="reference/api/org/eclipse/rse/shells/ui/package-summary.html"/>
<topic label="org.eclipse.rse.shells.ui.actions" href="reference/api/org/eclipse/rse/shells/ui/actions/package-summary.html"/>
<topic label="org.eclipse.rse.shells.ui.propertypages" href="reference/api/org/eclipse/rse/shells/ui/propertypages/package-summary.html"/>