Class Projects
java.lang.Object
uno.anahata.ai.nb.tools.Projects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.netbeans.api.project.ProjectfindProject(String id) static ProjectOverviewgetOverview(String projectId) static ProjectOverviewgetOverview(String projectId, Chat chat) static String[]getSupportedActions(String projectId) static voidinvokeAction(String projectId, String action) static booleanisParentProject(String projectId) Checks if a project is a Maven parent project (packaging 'pom' and has submodules).static StringlistAllKnownPreferences(String projectId) static StringopenProject(String projectId)
-
Constructor Details
-
Projects
public Projects()
-
-
Method Details
-
getOpenProjects
-
openProject
-
getSupportedActions
-
getOverview
-
getOverview
-
invokeAction
-
findProject
-
isParentProject
Checks if a project is a Maven parent project (packaging 'pom' and has submodules).- Parameters:
projectId- the project ID- Returns:
- true if it's a parent project, false otherwise.
-
listAllKnownPreferences
-
