public class ProjectWrapper extends Object implements ProjectVersion1
| Constructor and Description |
|---|
ProjectWrapper(ProjectView projectView) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectVersion1> |
convertProjects(List<ProjectView> projectViewList)
Converts the list of ProjectView objects to ProjectVersion1 objects.
|
boolean |
equals(Object obj) |
List<TaskVersion1> |
getDefaultTasks()
Builds a list of default tasks.
|
List<ProjectVersion1> |
getDependantProjects() |
File |
getFile() |
String |
getFullProjectName() |
String |
getName() |
ProjectVersion1 |
getParentProject() |
ProjectVersion1 |
getSubProject(String name) |
ProjectVersion1 |
getSubProjectFromFullPath(String fullProjectName) |
List<ProjectVersion1> |
getSubProjects() |
TaskVersion1 |
getTask(String name) |
TaskVersion1 |
getTaskFromFullPath(String fullTaskName) |
List<TaskVersion1> |
getTasks() |
int |
hashCode() |
String |
toString() |
public ProjectWrapper(ProjectView projectView)
public String getName()
getName in interface ProjectVersion1public File getFile()
getFile in interface ProjectVersion1public List<TaskVersion1> getTasks()
getTasks in interface ProjectVersion1public List<ProjectVersion1> getSubProjects()
getSubProjects in interface ProjectVersion1public ProjectVersion1 getParentProject()
getParentProject in interface ProjectVersion1public List<ProjectVersion1> getDependantProjects()
getDependantProjects in interface ProjectVersion1public ProjectVersion1 getSubProject(String name)
getSubProject in interface ProjectVersion1public String getFullProjectName()
getFullProjectName in interface ProjectVersion1public ProjectVersion1 getSubProjectFromFullPath(String fullProjectName)
getSubProjectFromFullPath in interface ProjectVersion1public TaskVersion1 getTask(String name)
getTask in interface ProjectVersion1public List<TaskVersion1> getDefaultTasks()
getDefaultTasks in interface ProjectVersion1public TaskVersion1 getTaskFromFullPath(String fullTaskName)
getTaskFromFullPath in interface ProjectVersion1public static List<ProjectVersion1> convertProjects(List<ProjectView> projectViewList)
projectViewList - the source projectsCopyright © 2013. All rights reserved