Brandon Donnelson

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
-
Brandon Donnelson created a post, Create java class from text?
Whats the best way to create a java file and add raw text contents to it?I noticed these two methods, but first one doesn't give a location to put the file, and the second one I'm missing context t... -
-
Brandon Donnelson created a post, How do I create a package with out user dialog?
Whats the best api call for creating a Java package?Using this causes an user dialog:PsiDirectory psiDir = PackageUtil.findOrCreateDirectoryForPackage(module, packageName, baseDir, false, false);Th... -
-
Brandon Donnelson created a post, What is the best way to get the project packages?
Is there a way to quickly get the list of java root packages in the source folders of the project? com.arcbees.projectcom.arcbees.testThanks,Brandon -
-
-
Brandon Donnelson created a post, How I can I get the ManageProjectManager instance?
How can I get the MavenProjectsManager instance?1. Is there a service, component or something else that goes in the plugin.xml to instantiate the MavenProjectsManager instance?MavenProjectsManager ...