| Package | Description |
|---|---|
| fx.codegen.builder.project.model |
This model defines the structure of the target project.
|
| fx.codegen.postprocessor.stock |
Houses stock implementations of the
CodegenPostprocessor
interface |
| fx.codegen.wrapper.impl | |
| fx.modules.strings |
| Modifier and Type | Method and Description |
|---|---|
StringRefactoringUtil.RefactoringMethod |
CodegenBuilderProjectDeliverable.getNameRefactoringMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodegenBuilderProjectDeliverable.setNameRefactoringMethod(StringRefactoringUtil.RefactoringMethod nameRefactoringMethod) |
| Modifier and Type | Method and Description |
|---|---|
StringRefactoringUtil.RefactoringMethod |
NameRefactoringCodegenPostprocessor.getRefactoringMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
NameRefactoringCodegenPostprocessor.setRefactoringMethod(StringRefactoringUtil.RefactoringMethod refactoringMethod) |
| Modifier and Type | Method and Description |
|---|---|
StringRefactoringUtil.RefactoringMethod |
SimpleCodegenWrapper.getFileNamesRefactoringMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleCodegenWrapper.setFileNamesRefactoringMethod(StringRefactoringUtil.RefactoringMethod fileNamesRefactoringMethod) |
| Modifier and Type | Method and Description |
|---|---|
static StringRefactoringUtil.RefactoringMethod |
StringRefactoringUtil.RefactoringMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringRefactoringUtil.RefactoringMethod[] |
StringRefactoringUtil.RefactoringMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringRefactoringUtil.refactor(java.lang.String source,
StringRefactoringUtil.RefactoringMethod refactoringMethod) |