public class GenSrcConfig
extends dyvilx.tools.compiler.config.CompilerConfig
| Constructor and Description |
|---|
GenSrcConfig(GenSrc gensrc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOptions(org.apache.commons.cli.Options options) |
java.io.File |
getGenSrcDir() |
void |
readOptions(org.apache.commons.cli.CommandLine cmd) |
void |
setGenSrcDir(java.io.File genSrcDir) |
boolean |
setProperty(java.lang.String name,
java.lang.String value) |
addProperty, exclude, getConstantFolding, getExcludePatterns, getIncludePatterns, getJarFileName, getJarName, getJarNameFormat, getJarVendor, getJarVersion, getLibraries, getLogFile, getMainArgs, getMainType, getMarkerStyle, getMaxConstantDepth, getOutputDir, getSourceDirs, getTestDir, include, isDebug, isIncluded, loadLibrary, setAnsiColors, setConstantFolding, setDebug, setJarName, setJarNameFormat, setJarVendor, setJarVersion, setLogFile, setMainType, setMarkerStyle, setMaxConstantDepth, setOutputDir, setTestDir, useAnsiColorspublic GenSrcConfig(GenSrc gensrc)
public java.io.File getGenSrcDir()
public void setGenSrcDir(java.io.File genSrcDir)
public boolean setProperty(java.lang.String name,
java.lang.String value)
setProperty in class dyvilx.tools.compiler.config.CompilerConfigpublic void addOptions(org.apache.commons.cli.Options options)
addOptions in class dyvilx.tools.compiler.config.CompilerConfigpublic void readOptions(org.apache.commons.cli.CommandLine cmd)
readOptions in class dyvilx.tools.compiler.config.CompilerConfig