public class JAXXCompilerFile extends Object
JAXXCompiler.
It contains informations about jaxx file, ident css, class name,...
Note: This class will be more used in next version (will have the compiler it-self, symbols table,...).
| Modifier and Type | Field and Description |
|---|---|
protected File |
basedir
root directory of the source roots.
|
protected String |
className
full qualified name of the jaxx file class
|
protected JAXXCompiler |
compiler
compiler associated to the file
|
protected String |
cssExtension
Css file extension.
|
protected File |
cssFile
location of the ident css file
|
protected File |
jaxxFile
location of the jaxx file
|
| Constructor and Description |
|---|
JAXXCompilerFile(File basedir,
File jaxxFile,
String cssExtension) |
JAXXCompilerFile(File jaxxFile,
String className,
String cssExtension) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
File |
getBasedir() |
String |
getClassName() |
JAXXCompiler |
getCompiler() |
File |
getCssFile() |
File |
getJaxxFile() |
URL |
getJAXXFileURL() |
void |
setCompiler(JAXXCompiler compiler) |
protected final File basedir
protected File jaxxFile
protected File cssFile
protected String className
protected JAXXCompiler compiler
protected final String cssExtension
CompilerConfiguration.getCssExtension()public File getBasedir()
public JAXXCompiler getCompiler()
public File getJaxxFile()
public URL getJAXXFileURL()
public File getCssFile()
public String getClassName()
public void clear()
public void setCompiler(JAXXCompiler compiler)
Copyright © 2008–2019 Ultreia.io. All rights reserved.