public interface ExtensionParameters
| Modifier and Type | Method and Description |
|---|---|
boolean |
argumentExists(java.lang.String argumentName)
Checks if given command line argument exists.
|
java.lang.String |
getCommandLineArg(java.lang.String argumentName)
This method returns the value of a specific command line argument.
|
java.lang.String |
getFileName()
Gets the file name of the initial Zserio file.
|
boolean |
getIgnoreTimestamps()
Gets whether to ignore timestamps and thus always regenerate output.
|
long |
getLastModifiedTime()
Gets last modified timestamp of last modified Zserio source.
|
java.lang.String |
getPathName()
Gets the pathname to Zserio source files.
|
java.util.List<java.lang.String> |
getTopLevelPackageNameIds()
Gets the list of top level package names ids.
|
boolean |
getWithCodeComments()
Gets the code comments flag.
|
boolean |
getWithPubsubCode()
Gets the Pub/Sub code flag.
|
boolean |
getWithRangeCheckCode()
Gets the range check code flag.
|
boolean |
getWithServiceCode()
Gets the service code flag.
|
boolean |
getWithSqlCode()
Gets the SQL commands code flag.
|
boolean |
getWithTypeInfoCode()
Gets the type info code flag.
|
boolean |
getWithValidationCode()
Gets the include validation flag.
|
boolean |
getWithWriterCode()
Gets the writer code flag.
|
java.lang.String |
getZserioVersion()
Gets Zserio core version.
|
boolean argumentExists(java.lang.String argumentName)
argumentName - Name of the argument to check.java.lang.String getCommandLineArg(java.lang.String argumentName)
argumentName - Name of the argument to get the value from.java.lang.String getFileName()
java.lang.String getPathName()
boolean getWithRangeCheckCode()
boolean getWithPubsubCode()
boolean getWithServiceCode()
boolean getWithSqlCode()
boolean getWithTypeInfoCode()
boolean getWithValidationCode()
boolean getWithWriterCode()
boolean getWithCodeComments()
java.util.List<java.lang.String> getTopLevelPackageNameIds()
boolean getIgnoreTimestamps()
long getLastModifiedTime()
java.lang.String getZserioVersion()
Last updated 2024-10-29 12:52:38