IJavaProject is an interface in the Eclipse Java Development Tools (JDT) library, specifically in the org.eclipse.jdt.core package. It represents a Java project in the Eclipse workspace, providing methods to access and manipulate the project's properties, such as source folders, classpath settings, and build path entries. It also supports operations related to compiling and building the Java project, such as creating and deleting resources, searching for Java elements within the project, and managing project dependencies. Overall, the IJavaProject interface serves as a central point for interacting with a Java project within the Eclipse environment.
Java IJavaProject - 30 examples found. These are the top rated real world Java examples of org.eclipse.jdt.core.IJavaProject extracted from open source projects. You can rate examples to help us improve the quality of examples.