Public Member Functions | Protected Member Functions | Protected Attributes

alma.acs.commandcenter.app.ProjectMaker Class Reference

List of all members.

Public Member Functions

 ProjectMaker (String projectCreatorId)
AcsCommandCenterProject createProject ()
void writeProject (AcsCommandCenterProject p, File f) throws IOException, MarshalException, ValidationException
AcsCommandCenterProject loadProject (File f) throws MarshalException, ValidationException, FileNotFoundException, IOException

Protected Member Functions

ContainerT createContainer ()
AcsCommandCenterProject readProject (File f) throws FileNotFoundException, MarshalException, ValidationException, IOException
void sanitizeProject (AcsCommandCenterProject p)

Protected Attributes

String projectCreatorId

Detailed Description

Author:
mschilli

Constructor & Destructor Documentation

alma.acs.commandcenter.app.ProjectMaker.ProjectMaker ( String  projectCreatorId  ) 

Member Function Documentation

ContainerT alma.acs.commandcenter.app.ProjectMaker.createContainer (  )  [protected]
AcsCommandCenterProject alma.acs.commandcenter.app.ProjectMaker.createProject (  ) 
AcsCommandCenterProject alma.acs.commandcenter.app.ProjectMaker.loadProject ( File  f  )  throws MarshalException, ValidationException, FileNotFoundException, IOException
AcsCommandCenterProject alma.acs.commandcenter.app.ProjectMaker.readProject ( File  f  )  throws FileNotFoundException, MarshalException, ValidationException, IOException [protected]
void alma.acs.commandcenter.app.ProjectMaker.sanitizeProject ( AcsCommandCenterProject  p  )  [protected]
void alma.acs.commandcenter.app.ProjectMaker.writeProject ( AcsCommandCenterProject  p,
File  f 
) throws IOException, MarshalException, ValidationException

Purges passwords from the project, sets the version/creator info, then writes the project to disk.

Referenced by alma.acs.commandcenter.app.CommandCenterLogic.writeProject().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties