refactored spring indexer to use executor service and react to project events instead of scanning workspace roots every time
This commit is contained in:
@@ -17,6 +17,7 @@ public interface IJavaProject extends IJavaElement {
|
||||
final static String PROJECT_CACHE_FOLDER = ".sts4-cache";
|
||||
|
||||
IClasspath getClasspath();
|
||||
String getLocationUri();
|
||||
|
||||
@Override
|
||||
default String getElementName() {
|
||||
@@ -32,5 +33,6 @@ public interface IJavaProject extends IJavaElement {
|
||||
default boolean exists() {
|
||||
return getClasspath().exists();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user