1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 05:25:21 +02:00

[240530] removed EXPERIMENTAL tag from javadocs.

This commit is contained in:
Anna Dushistova 2009-08-03 18:17:56 +00:00
parent 1a9b3135c1
commit e1dc9724a3
6 changed files with 19 additions and 48 deletions

View file

@ -1,13 +1,14 @@
/********************************************************************************
* Copyright (c) 2008 MontaVista Software, Inc.
* Copyright (c) 2008, 2009 MontaVista Software, Inc.
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Yu-Fen Kuo (MontaVista) - [227572] RSE Terminal doesn't reset the "connected" state when the shell exits
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Yu-Fen Kuo (MontaVista) - [227572] RSE Terminal doesn't reset the "connected" state when the shell exits
* Anna Dushistova (MontaVista) - [257638] [rseterminal] Terminal subsystem doesn't have service properties
* Anna Dushistova (MontaVista) - [240530][rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
********************************************************************************/
package org.eclipse.rse.subsystems.terminals.core;
@ -17,12 +18,6 @@ import org.eclipse.rse.subsystems.terminals.core.elements.TerminalElement;
/**
* Specialized interface for remote terminal subsystems.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public interface ITerminalServiceSubSystem extends ISubSystem {
public void addChild(TerminalElement element);

View file

@ -1,11 +1,12 @@
/********************************************************************************
* Copyright (c) 2008 MontaVista Software, Inc.
* Copyright (c) 2008, 2009 MontaVista Software, Inc.
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Anna Dushistova (MontaVista) - [240530][rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
********************************************************************************/
package org.eclipse.rse.subsystems.terminals.core;
@ -18,12 +19,6 @@ import org.eclipse.rse.services.terminals.ITerminalService;
* An interface representing factories for creating TerminalServiceSubSystem
* objects.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public interface ITerminalServiceSubSystemConfiguration extends
ISubSystemConfiguration {

View file

@ -13,6 +13,7 @@
* Anna Dushistova (MontaVista) - [227569] [rseterminal][api] Provide a "generic" Terminal subsystem
* Anna Dushistova (MontaVista) - [257638] [rseterminal] Terminal subsystem doesn't have service properties
* David McKnight (IBM) - [272882] [api] Handle exceptions in IService.initService()
* Anna Dushistova (MontaVista) - [240530][rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
********************************************************************************/
package org.eclipse.rse.subsystems.terminals.core;
@ -39,13 +40,8 @@ import org.eclipse.swt.widgets.Display;
/**
* A Subsystem that has terminal instances as children.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public class TerminalServiceSubSystem extends SubSystem implements
ITerminalServiceSubSystem, ICommunicationsListener {

View file

@ -7,6 +7,7 @@
* Contributors:
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Anna Dushistova (MontaVista) - [227569] [rseterminal][api] Provide a "generic" Terminal subsystem
* Anna Dushistova (MontaVista) - [240530] [rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
********************************************************************************/
package org.eclipse.rse.subsystems.terminals.core;
@ -23,13 +24,7 @@ import org.eclipse.rse.services.terminals.ITerminalService;
* The implementation of the ITerminalServiceSubSystemConfiguration interface
* contains information about what features the subsystem supports, and creates
* TerminalServiceSubSystem instances.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*
*/
public abstract class TerminalServiceSubSystemConfiguration extends
SubSystemConfiguration implements

View file

@ -1,15 +1,16 @@
/********************************************************************************
* Copyright (c) 2008 MontaVista Software, Inc. and others.
* Copyright (c) 2008, 2009 MontaVista Software, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Anna Dushistova (MontaVista) - initial API and implementation
* Yu-Fen Kuo (MontaVista) - [227572] RSE Terminal doesn't reset the "connected" state when the shell exits
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Anna Dushistova (MontaVista) - initial API and implementation
* Yu-Fen Kuo (MontaVista) - [227572] RSE Terminal doesn't reset the "connected" state when the shell exits
* Martin Oberhuber (Wind River) - [228577] [rseterminal] Further cleanup
* Anna Dushistova (MontaVista) - [240530][rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
********************************************************************************/
package org.eclipse.rse.subsystems.terminals.core.elements;
@ -20,12 +21,6 @@ import org.eclipse.rse.subsystems.terminals.core.ITerminalServiceSubSystem;
/**
* An element in the RSE Tree that resembles a Terminal connection.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public class TerminalElement extends AbstractResource {
private String name;

View file

@ -1,12 +1,13 @@
/*******************************************************************************
* Copyright (c) 2008 MontaVista Software, Inc.
* Copyright (c) 2008, 2009 MontaVista Software, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yu-Fen Kuo (MontaVista)- initial API and implementation
* Yu-Fen Kuo (MontaVista) - initial API and implementation
* Anna Dushistova (MontaVista) - [240530][rseterminal][apidoc] Add terminals.rse Javadoc into org.eclipse.rse.doc.isv
*******************************************************************************/
package org.eclipse.rse.subsystems.terminals.ssh;
@ -25,12 +26,6 @@ import org.eclipse.rse.subsystems.terminals.core.TerminalServiceSubSystemConfigu
/**
* An SSH Terminal Subsystem Factory.
*
* <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
* of a work in progress. There is no guarantee that this API will work or that
* it will remain the same. Please do not use this API without consulting with
* the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public class SshTerminalSubSystemConfiguration extends
TerminalServiceSubSystemConfiguration {