Uses of Class
org.rodnansol.core.project.ProjectType
-
Packages that use ProjectType Package Description org.rodnansol.core.project -
-
Uses of ProjectType in org.rodnansol.core.project
Fields in org.rodnansol.core.project declared as ProjectType Modifier and Type Field Description protected ProjectTypeProject. projectTypeMethods in org.rodnansol.core.project that return ProjectType Modifier and Type Method Description ProjectTypeProject. getProjectType()static ProjectTypeProjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectType[]ProjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rodnansol.core.project with parameters of type ProjectType Modifier and Type Method Description static ProjectProjectFactory. ofType(File basedir, String name, ProjectType projectType)Creates aProjectinstance with a basedir and the module's name based on the incoming project type.static ProjectProjectFactory. ofTypeWithModules(File basedir, String name, List<String> modules, ProjectType projectType)Creates aProjectinstance with a basedir and the module's name based and modules on the incoming project type.Constructors in org.rodnansol.core.project with parameters of type ProjectType Constructor Description Project(File basedir, String name, ProjectType projectType)
-