From dd8f33b71107dbded19d4cf6844c6f9d12f63334 Mon Sep 17 00:00:00 2001 From: Kevin Barnes Date: Wed, 1 Sep 2004 18:13:47 +0000 Subject: Bug 72167 - ProcessConsole should extend IOConsole --- .../schema/ConsolePatternMatchListener.exsd | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 org.eclipse.ui.console/schema/ConsolePatternMatchListener.exsd (limited to 'org.eclipse.ui.console/schema') diff --git a/org.eclipse.ui.console/schema/ConsolePatternMatchListener.exsd b/org.eclipse.ui.console/schema/ConsolePatternMatchListener.exsd new file mode 100644 index 000000000..38c167bb5 --- /dev/null +++ b/org.eclipse.ui.console/schema/ConsolePatternMatchListener.exsd @@ -0,0 +1,129 @@ + + + + + + + + + This extension point provides notification when console input or output matches a specified regular expression. + + + + + + + + + + + + + + a fully qualified identifier of the target extension point + + + + + + + an optional identifier of the extension instance + + + + + + + an optional name of the extension instance + + + + + + + + + + + + + + + specifies a unique identifier for this Console Pattern Match Listener + + + + + + + specifies a fully qualified name of a Java class that implements IPatternMatchListenerDelegate + + + + + + + specifies the regular expression that should be matched + + + + + + + specifies flags to be used when matching the pattern. Acceptable flags are defined in java.util.regex.Pattern and should be specified as Strings (eg "Pattern.MULTILINE" or "MULTILINE") + + + + + + + + + + + + 3.1 + + + + + + + + + + + + + + + + + + [Enter API information here.] + + + + + + + + + [Enter information about supplied implementation of this extension point.] + + + + + + + + + Copyright (c) 2000, 2004 IBM Corporation and others.<br> +All rights reserved. This program and the accompanying materials are made +available under the terms of the Common Public License v1.0 which +accompanies this distribution, and is available at +<a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a> + + + + -- cgit v1.2.3