org.mftech.dawn.server.projects.impl
Class ProjectFactoryImpl

java.lang.Object
  extended by org.mftech.dawn.server.projects.impl.ProjectFactoryImpl
All Implemented Interfaces:
java.io.Serializable, ProjectFactory

public class ProjectFactoryImpl
extends java.lang.Object
implements ProjectFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProjectFactoryImpl()
           
 
Method Summary
 Project createProject(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectFactoryImpl

public ProjectFactoryImpl()
Method Detail

createProject

public Project createProject(java.lang.String name)
Specified by:
createProject in interface ProjectFactory