Uses of Class
evo.search.io.entities.Project
-
Packages that use Project Package Description evo.search.io.entities The entities in this package are classes which are serializable in xml.evo.search.io.service This package contains io services.evo.search.view This package contains all implementations related to the user interface. -
-
Uses of Project in evo.search.io.entities
Methods in evo.search.io.entities that return Project Modifier and Type Method Description Project
Project. parse(org.dom4j.Element projectSettings)
-
Uses of Project in evo.search.io.service
Methods in evo.search.io.service that return Project Modifier and Type Method Description static Project
ProjectService. getCurrentProject()
Currently opened project.static Project
ProjectService. loadProjectFromDirectory(Path projectDirectory)
Load a project from a given directory.Methods in evo.search.io.service with parameters of type Project Modifier and Type Method Description static void
ProjectService. addProjectEntry(Project project)
Add a new project to the services index entries.static boolean
ProjectService. isProjectRegistered(Project project)
Check if the given project is registered in the services list.static void
ProjectService. setCurrentProject(Project currentProject)
Currently opened project.static void
ProjectService. setupNewProject(Path folder, Project project)
Set up a new project with configs folder and basic project config files. -
Uses of Project in evo.search.view
Methods in evo.search.view that return Project Modifier and Type Method Description Project
MainForm. getProject()
Current project for this form.
-