Skip to content

Commit

Permalink
Make system paths available
Browse files Browse the repository at this point in the history
  • Loading branch information
FloBoJa committed May 5, 2024
1 parent 7aad150 commit 5d827b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ public Map<ASTNode, ServiceEffectSpecification> getSeffAssociations() {
return Collections.unmodifiableMap(seffAssociations);
}

public Map<System, Path> getSystemPaths() {
return Collections.unmodifiableMap(this.systemPaths);
}

public <T> void putDiscoveredFiles(final String discovererID, final Map<Path, T> pathsToFiles) {
this.discovererIDs.add(discovererID);
this.addPartition(discovererID, pathsToFiles);
Expand Down

0 comments on commit 5d827b5

Please sign in to comment.