public final class FeatureIDEFeaturesGenerator extends Object
| Constructor and Description |
|---|
FeatureIDEFeaturesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(String[] args)
This method performs the actual generation.
|
static void |
main(String[] args)
The main entry point of the standalone generator.
|
public static void main(String[] args)
args - The command line arguments. See generate(String[]) for details.public void generate(String[] args)
args - The arguments for the generator. This array must contain at least three entries. The arguments are as following:
_FEATURE will be used instead.IllegalArgumentException - If the number of arguments is invalid or if the model file can not be found.Copyright © 2018. All rights reserved.