public class GenBeans extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenBeans.Config |
static class |
GenBeans.DefaultOutputStreamProvider |
static interface |
GenBeans.OutputStreamProvider
The OutputStreamProvider interface is a way of abstracting
how we get an OutputStream given a filename.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMON_BEAN |
| Constructor and Description |
|---|
GenBeans() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doIt(GenBeans.Config config) |
static void |
main(String[] args) |
protected static void |
normalizeConfig(GenBeans.Config config) |
public static final String COMMON_BEAN
public static void main(String[] args)
public static void doIt(GenBeans.Config config) throws IOException, Schema2BeansException
IOExceptionSchema2BeansExceptionprotected static void normalizeConfig(GenBeans.Config config) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.