public class ExmlConfiguration extends FileLocations
| Constructor and Description |
|---|
ExmlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
File |
computeConfigClassTarget(String configClassName) |
File |
computeGeneratedComponentClassFile(File exmlFile) |
File |
computeGeneratedConfigClassFile(File exmlFile) |
String |
getConfigClassPackage() |
File |
getExtAsJar() |
CompileLog |
getLog() |
File |
getResourceOutputDirectory() |
ValidationMode |
getValidationMode() |
boolean |
isConvertToMxml() |
boolean |
isKeepExmlFiles() |
void |
setConfigClassPackage(String configClassPackage) |
void |
setConvertToMxml(boolean convertToMxml) |
void |
setExtAsJar(File extAsJar) |
void |
setKeepExmlFiles(boolean keepExmlFiles) |
void |
setLog(CompileLog log)
Set the compile log to be used.
|
void |
setResourceOutputDirectory(File resourceOutputDirectory) |
void |
setValidationMode(ValidationMode validationMode) |
String |
toString() |
addSourceFile, addSourceFile, findSourceDir, getClassPath, getCompilePath, getOutputDirectory, getSassOutputDirectoryByType, getSassSourceFilesByType, getSassSourcePathByType, getSourceFiles, getSourcePath, setClassPath, setCompilePath, setOutputDirectory, setSassOutputDirectoryByType, setSassSourceFilesByType, setSassSourcePathByType, setSourceFiles, setSourcePathpublic String getConfigClassPackage()
public void setConfigClassPackage(String configClassPackage)
public File getResourceOutputDirectory()
public void setResourceOutputDirectory(File resourceOutputDirectory)
public ValidationMode getValidationMode()
public void setValidationMode(ValidationMode validationMode)
public boolean isConvertToMxml()
public void setConvertToMxml(boolean convertToMxml)
public boolean isKeepExmlFiles()
public void setKeepExmlFiles(boolean keepExmlFiles)
public File getExtAsJar()
public void setExtAsJar(File extAsJar)
public void setLog(CompileLog log)
validation mode
is enabled.log - the compile log to be usedpublic CompileLog getLog()
public File computeGeneratedComponentClassFile(File exmlFile) throws IOException
IOExceptionpublic String toString()
toString in class FileLocationsCopyright © 2002–2021 CoreMedia AG. All rights reserved.