creating module ids

Mark Reinhold mr at sun.com
Tue Nov 10 10:21:32 PST 2009


> Date: Mon, 09 Nov 2009 17:06:54 -0800
> From: jonathan.gibbons at sun.com

> Is there a way to create a module id from a pair of strings, representing the
> name and version, or do I have to join them together so that
> ModuleSystem.parseModuleId can break them apart again?

I've been meaning to add a

    ModuleSystem.parseModuleId(String name, String version)

method for a while now.  I'll push a changeset in a moment.

- Mark



More information about the jigsaw-dev mailing list