A ProjectDataLocationStore caches the DataLocation instances that are returned from its {@link #locations()} method. To ensure that the current set of locations are returned (in casesource or targets have been added or deleted), call {@link #refresh()} first.
Note: This class is not thread-safe. Using a single ProjectDataLocationStore instance concurrently from multiple threads may result in undefined behavior. @author Torgil Zethson @since 1.2
|
|