Introspection Framework [Index] |
---|
The Introspection framework provides a mechanism to derive a Introspectors are defined through the org.eclipse.stp.core extension point (as below). The following example declares an Introspector for a simple Properties-file based model. The full source of this example can be found in org.eclipse.stp.core.tests.
In this example, we declare an Introspector for XML elements
named "implementation.properties". Whenever a client attempts to
resolve the Similarly, the "extension" attribute in the Introspector
extension indicates what file extensions are supported. Whenever we
need to derive a |
This documentation is maintained by Michael D. Elder (mdelder{at}us.ibm.com). Questions or requests for clarifications should be made to the STP Developer mailing list (stp-dev@eclipse.org). See http://www.eclipse.org/mail/index_all.php for details on how to sign up. Copyright (c) 2006 IBM Corporation. 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 |
[Index] [Top] |
---|