users@jaxb.java.net

Re: com.sun.tools.xjc.api

From: Kohsuke Kawaguchi <kk_at_kohsuke.org>
Date: Thu, 31 May 2007 11:20:36 -0700

Veith Christof wrote:
> Hello,
> I just read your blog (Separate compilation in the JAXB RI 2.1) about
> the xjc-episode-files and I'd like to ask if such a feature is included
> in com.sun.tools.xjc.api, too?
>
> (Could not find anything in the java-docs...
> Besides SchemaCompilerImpl.getOptions().classpaths, but that does not
> seem to work in the same way!)

Options should do. You can use Options.parseArguments(String[])

-- 
Kohsuke Kawaguchi