|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.JAXXCompilerFile
public class JAXXCompilerFile
Represents a file to be treated by the JAXXCompiler.
| Field Summary | |
|---|---|
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 File |
cssFile
location of the ident css file |
protected File |
jaxxFile
location of the jaxx file |
| Constructor Summary | |
|---|---|
JAXXCompilerFile(File basedir,
File jaxxFile)
|
|
JAXXCompilerFile(File jaxxFile,
String className)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
File |
getBasedir()
|
String |
getClassName()
|
JAXXCompiler |
getCompiler()
|
File |
getCssFile()
|
File |
getJaxxFile()
|
URL |
getJAXXFileURL()
|
String |
getRelativePath()
|
void |
setCompiler(JAXXCompiler compiler)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final File basedir
protected File jaxxFile
protected File cssFile
protected String className
protected JAXXCompiler compiler
| Constructor Detail |
|---|
public JAXXCompilerFile(File basedir,
File jaxxFile)
public JAXXCompilerFile(File jaxxFile,
String className)
| Method Detail |
|---|
public File getBasedir()
public String getRelativePath()
public JAXXCompiler getCompiler()
public File getJaxxFile()
public URL getJAXXFileURL()
public File getCssFile()
public String getClassName()
public void clear()
public void setCompiler(JAXXCompiler compiler)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||