|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.project.ProjectConfigInfo
ProjectConfigurator
approach turned out to be not
usable, and is in fact rarely used (if ever). It will be removed in
subsequent releases.
public class ProjectConfigInfo
Stores project information necessary to reconfigure existing projects.
Field Summary | |
---|---|
protected File |
altProjectFile
Deprecated. |
protected File |
destJar
Deprecated. |
protected List<DataNodeConfigInfo> |
nodes
Deprecated. |
protected File |
sourceJar
Deprecated. |
Constructor Summary | |
---|---|
ProjectConfigInfo()
Deprecated. |
Method Summary | |
---|---|
void |
addToNodes(DataNodeConfigInfo nodeInfo)
Deprecated. |
File |
getAltProjectFile()
Deprecated. Returns the altProjectFile. |
File |
getDestJar()
Deprecated. Returns the destJar. |
List<DataNodeConfigInfo> |
getNodes()
Deprecated. Returns the nodes. |
File |
getSourceJar()
Deprecated. Returns the sourceJar. |
void |
setAltProjectFile(File altProjectFile)
Deprecated. Sets the altProjectFile. |
void |
setDestJar(File destJar)
Deprecated. Sets the destJar. |
void |
setNodes(List<DataNodeConfigInfo> nodes)
Deprecated. Sets the nodes. |
void |
setSourceJar(File sourceJar)
Deprecated. Sets the sourceJar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected File sourceJar
protected File destJar
protected File altProjectFile
protected List<DataNodeConfigInfo> nodes
Constructor Detail |
---|
public ProjectConfigInfo()
Method Detail |
---|
public void addToNodes(DataNodeConfigInfo nodeInfo)
public File getAltProjectFile()
public File getDestJar()
public List<DataNodeConfigInfo> getNodes()
public File getSourceJar()
public void setAltProjectFile(File altProjectFile)
altProjectFile
- The altProjectFile to setpublic void setDestJar(File destJar)
destJar
- The destJar to setpublic void setNodes(List<DataNodeConfigInfo> nodes)
nodes
- The nodes to setpublic void setSourceJar(File sourceJar)
sourceJar
- The sourceJar to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |