43444546474849
public AugeasTreeLazy(Augeas ag, AugeasModuleConfig moduleConfig) { super(ag, moduleConfig); } protected AugeasNode instantiateNode(String fullPath) { return new AugeasNodeLazy(fullPath, this); }