|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.java.gen.ClassComponent
com.caucho.java.gen.DependencyComponent
public class DependencyComponent
Basic method generation.
| Constructor Summary | |
|---|---|
DependencyComponent()
|
|
| Method Summary | |
|---|---|
void |
addDependency(PersistentDependency depend)
Adds a dependency. |
void |
addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency list. |
void |
generate(JavaWriter out)
Generates the code for the dependencies. |
protected void |
printVersionChange(JavaWriter out)
Prints code to detect a version change. |
void |
setSearchPath(Path searchPath)
Sets the search path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyComponent()
| Method Detail |
|---|
public void setSearchPath(Path searchPath)
public void addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
public void addDependency(PersistentDependency depend)
public void generate(JavaWriter out)
throws java.io.IOException
generate in class ClassComponentout - the writer to the output stream.
java.io.IOException
protected void printVersionChange(JavaWriter out)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||