Moved to helma/framework and finally being used
This commit is contained in:
parent
6fe68fb145
commit
3eb484b9a0
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
// INode.java
|
|
||||||
// Copyright (c) Hannes Wallnöfer 2000
|
|
||||||
|
|
||||||
package helma.objectmodel;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Minimal Interface for Nodes that build a hierarchic tree
|
|
||||||
*/
|
|
||||||
|
|
||||||
public interface IPathElement {
|
|
||||||
|
|
||||||
public INode getSubnode (String name);
|
|
||||||
public INode getNode (String name, boolean inherit);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue