Searched refs:ModuleGraphAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/make/src/classes/build/tools/jigsaw/
H A DGenGraphs.java81 ModuleGraphAttributes attributes;
83 attributes = new ModuleGraphAttributes(props);
85 attributes = new ModuleGraphAttributes();
118 static class ModuleGraphAttributes implements ModuleDotGraph.Attributes { class in class:GenGraphs
136 ModuleGraphAttributes(Map<String, String> attrs) { method in class:GenGraphs.ModuleGraphAttributes
153 ModuleGraphAttributes() { method in class:GenGraphs.ModuleGraphAttributes
156 ModuleGraphAttributes(Properties props) { method in class:GenGraphs.ModuleGraphAttributes
238 private final ModuleGraphAttributes attributes;
239 GenGraphs(Path dir, boolean spec, ModuleGraphAttributes attributes) {

Completed in 77 milliseconds