| org.andromda.repositories.mdr.MDRXmiReferenceResolverContext
MDRXmiReferenceResolverContext | public class MDRXmiReferenceResolverContext extends XmiContext (Code) | | This class supports the expansion of XML HREF references to other modules within a model. The result of the resolver
should be a valid URL. This is necessary for Magic Draw as it doesn't have the entire model referenced but just the
archived model.
author: Matthias Bohlen author: Chad Brandon |
CLASSPATH_MODEL_SUFFIXES | final protected static String[] CLASSPATH_MODEL_SUFFIXES(Code) | | The suffixes to use when searching for referenced models on the classpath.
|
MDRXmiReferenceResolverContext | public MDRXmiReferenceResolverContext(RefPackage[] extents, XMIInputConfig config, String[] moduleSearchPaths)(Code) | | Constructs an instance of this class.
Parameters: extents - the extents. Parameters: config - the xml input config. Parameters: moduleSearchPaths - the paths to search for modules |
toURL | public URL toURL(String systemId)(Code) | | See Also: org.netbeans.lib.jmi.xmi.XmiContext.toURL(java.lang.String) |
|
|