Uses of Class
org.apache.cayenne.project.ProjectException

Packages that use ProjectException
org.apache.cayenne.project Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. 
org.apache.cayenne.tools Command line tools and Ant tasks. 
 

Uses of ProjectException in org.apache.cayenne.project
 

Methods in org.apache.cayenne.project that throw ProjectException
 void ProjectConfigurator.execute()
          Performs reconfiguration of the project.
 DataNode DataNodeConfigInfo.findDataNode(Configuration config)
          Searches for the DataNode described by this DataNodeConfigInfo in the provided configuration object.
protected  void PartialProject.prepareSave(List filesToSave, List wrappedObjects)
           
protected  void Project.prepareSave(List filesToSave, List wrappedObjects)
           
protected  void Project.processSave(List modifiedFiles)
          Saves a list of modified files to temporary files.
protected  void ProjectConfigurator.reconfigureProject(File projectDir)
          Performs reconfiguration of the unjarred project.
 void Project.save()
          Saves project.
 File ProjectFile.saveCommit()
          Finishes saving the underlying object.
 void PartialProject.updateNodes(List list)
          Loads internal project and rewrites its nodes according to the list of DataNodeConfigInfo objects.
 void ApplicationProject.upgrade()
           
 void DataMapProject.upgrade()
           
 void PartialProject.upgrade()
           
abstract  void Project.upgrade()
           
protected  void ProjectConfigurator.validate()
          Validates consistency of the reconfiguration information.
 

Uses of ProjectException in org.apache.cayenne.tools
 

Methods in org.apache.cayenne.tools that throw ProjectException
protected  void DeploymentConfigurator.processProject()
          Performs the actual work on the project.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.