34353637383940
public Aspect(RootNode rootNode, Node parent, File dir, String name) { super(rootNode, parent, dir); this.name = name; indexPageSeedLocator = new IndexPageSeedLocator(root()); }
22232425262728
private final IndexPageSeedLocator seedLocator; public Workbench(RootNode rootNode, Node parent, File dir) { super(rootNode, parent, dir); seedLocator = new IndexPageSeedLocator(root()); }