Package io.github.isotes.vs.utils
Class VsSolutionProject
- java.lang.Object
-
- io.github.isotes.vs.utils.VsSolutionProject
-
public class VsSolutionProject extends Object
A Project used in a solution
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
dependencies()
List<VsSolutionProject>
dependencies(VsSolution solution)
Get the dependency projectsProjectType
projectType()
void
stringify(List<String> output)
-
-
-
Method Detail
-
projectType
public ProjectType projectType()
-
dependencies
public List<String> dependencies()
- Returns:
- the list of the GUIDs of dependency projects
-
dependencies
public List<VsSolutionProject> dependencies(VsSolution solution)
Get the dependency projects- Parameters:
solution
- the solution used for resolving the GUIDs of the dependencies- Returns:
- the list of projects
-
-