Lines Matching refs:getDelegate

50   protected Data getDelegate() {
56 data = ((DelegatedData) data).getDelegate();
63 return getDelegate().getName();
68 return getDelegate().getValue();
73 return getDelegate().getIntValue();
78 return getDelegate().getBooleanValue();
83 getDelegate().setValue(value);
88 return getDelegate().getFullPath();
93 getDelegate().setAttribute(key, value);
98 return getDelegate().getAttribute(key);
103 return getDelegate().hasAttribute(key);
108 return getDelegate().getAttributeCount();
113 return getDelegate().getAttributes();
118 return newInstance(getDelegate().getRoot());
123 return newInstance(getDelegate().getParent());
128 return getDelegate().isFirstSibling();
133 return getDelegate().isLastSibling();
138 return newInstance(getDelegate().getNextSibling());
143 return getDelegate().getChildCount();
177 return new DelegatedIterator(getDelegate().getChildren().iterator());
197 return newInstance(getDelegate().getChild(path));
202 return newInstance(getDelegate().createChild(path));
207 getDelegate().removeTree(path);
212 getDelegate().setSymlink(sourcePath, destinationPath);
218 getDelegate().setSymlink(sourcePath, destination);
224 getDelegate().setSymlink(symLink);
229 return newInstance(getDelegate().getSymlink());
235 getDelegate().copy(toPath, from);
241 getDelegate().copy(from);
246 return getDelegate().getValue(path, defaultValue);
251 return getDelegate().getIntValue(path, defaultValue);
256 return getDelegate().getValue(path);
261 return getDelegate().getIntValue(path);
266 return getDelegate().getBooleanValue(path);
271 getDelegate().setValue(path, value);
276 return getDelegate().toString();
281 getDelegate().toString(out, indent);
286 getDelegate().write(out, indent);
291 getDelegate().optimize();
296 getDelegate().setEscapeMode(mode);
301 return getDelegate().getEscapeMode();