Configuration object for descriptor generation details.
| Modifiers | Name | Description |
|---|---|---|
boolean |
includeImports |
If true, imports are included in the descriptor set, such that it is self-containing. |
boolean |
includeSourceInfo |
If true, source information (comments, locations) will be included in the descriptor set. |
groovy.lang.GString |
path |
If set, specifies an alternative location than the default for storing the descriptor set. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
If true, imports are included in the descriptor set, such that it is self-containing. Default: false
If true, source information (comments, locations) will be included in the descriptor set. Default: false
If set, specifies an alternative location than the default for storing the descriptor set. Default: null