Class ValidProjectAccessor
- java.lang.Object
-
- org.palladiosimulator.measurementsui.fileaccess.ValidProjectAccessor
-
public class ValidProjectAccessor extends Object
Used to get valid projects from the workspace. Mainly used for finding the .aird file of projects to determine if wizard work-flow can be applied on the project.
-
-
Constructor Summary
Constructors Constructor Description ValidProjectAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getAirdFileOfProject(IProject project)
Passes a project instead of the string of the project name.List<IProject>
getAllProjectAirdfiles()
Looks through each project in the workspace.
-