org.netbeans.modules.ant.grammar |
Ant-XML Bridge Module
Ant Grammar Prototype
It is XML grammar plugin. Unfortunately the XML grammar
framework is not finalized so soft implementation
dependency is required (it's only a bridge).
Dependencies
XML dependencies are little bit hairy because:
- it needs an unfinalized API of XML Core module,
- at least one editor using the API must be enabled and
- such a editor does not require any grammar provider.
so it:
- depends on XML core module,
- still requires versioned token specifing explicit API version and
- requires unversioned API client token to avoid loading if no client enabled.
|
Java Source File Name | Type | Comment |
AntGrammar.java | Class | Rather simple query implemetation based on static Ant introspection info. |
AntGrammarQueryProvider.java | Class | Provides the Ant grammar for any documents whose root elements matches a standard pattern. |
AntGrammarTest.java | Class | Test functionality of AntGrammar. |
TestUtil.java | Class | Helpers for AntGrammarTest. |
TestUtilTest.java | Class | Test functionality of TestUtil. |