|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.project.ProjectConfigInfo
public class ProjectConfigInfo
Stores project information necessary to reconfigure existing projects.
Field Summary | |
---|---|
protected java.io.File |
altProjectFile
|
protected java.io.File |
destJar
|
protected java.util.List |
nodes
|
protected java.io.File |
sourceJar
|
Constructor Summary | |
---|---|
ProjectConfigInfo()
|
Method Summary | |
---|---|
void |
addToNodes(DataNodeConfigInfo nodeInfo)
|
java.io.File |
getAltProjectFile()
Returns the altProjectFile. |
java.io.File |
getDestJar()
Returns the destJar. |
java.util.List |
getNodes()
Returns the nodes. |
java.io.File |
getSourceJar()
Returns the sourceJar. |
void |
setAltProjectFile(java.io.File altProjectFile)
Sets the altProjectFile. |
void |
setDestJar(java.io.File destJar)
Sets the destJar. |
void |
setNodes(java.util.List nodes)
Sets the nodes. |
void |
setSourceJar(java.io.File sourceJar)
Sets the sourceJar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.File sourceJar
protected java.io.File destJar
protected java.io.File altProjectFile
protected java.util.List nodes
Constructor Detail |
---|
public ProjectConfigInfo()
Method Detail |
---|
public void addToNodes(DataNodeConfigInfo nodeInfo)
public java.io.File getAltProjectFile()
public java.io.File getDestJar()
public java.util.List getNodes()
public java.io.File getSourceJar()
public void setAltProjectFile(java.io.File altProjectFile)
altProjectFile
- The altProjectFile to setpublic void setDestJar(java.io.File destJar)
destJar
- The destJar to setpublic void setNodes(java.util.List nodes)
nodes
- The nodes to setpublic void setSourceJar(java.io.File sourceJar)
sourceJar
- The sourceJar to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |