|
||||||||||
| 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 java.io.File |
basedir
root directory of the source roots. |
protected java.lang.String |
className
full qualified name of the jaxx file class |
protected JAXXCompiler |
compiler
compiler associated to the file |
protected java.io.File |
cssFile
location of the ident css file |
protected java.io.File |
jaxxFile
location of the jaxx file |
| Constructor Summary | |
|---|---|
JAXXCompilerFile(java.io.File basedir,
java.io.File jaxxFile)
|
|
JAXXCompilerFile(java.io.File jaxxFile,
java.lang.String className)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
java.io.File |
getBasedir()
|
java.lang.String |
getClassName()
|
JAXXCompiler |
getCompiler()
|
java.io.File |
getCssFile()
|
java.io.File |
getJaxxFile()
|
java.net.URL |
getJAXXFileURL()
|
java.lang.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 java.io.File basedir
protected java.io.File jaxxFile
protected java.io.File cssFile
protected java.lang.String className
protected JAXXCompiler compiler
| Constructor Detail |
|---|
public JAXXCompilerFile(java.io.File basedir,
java.io.File jaxxFile)
public JAXXCompilerFile(java.io.File jaxxFile,
java.lang.String className)
| Method Detail |
|---|
public java.io.File getBasedir()
public java.lang.String getRelativePath()
public JAXXCompiler getCompiler()
public java.io.File getJaxxFile()
public java.net.URL getJAXXFileURL()
public java.io.File getCssFile()
public java.lang.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 | |||||||||