|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Branch
Represents a directory-like node in a (possibly remote) filesystem. A branch may contain child items.
Method Summary | |
---|---|
Node |
createNode(String name)
Attempts to construct a new node in the context of this one. |
Node[] |
getChildren()
Returns the array of child nodes belonging to this branch. |
Methods inherited from interface uk.ac.starlink.connect.Node |
---|
getName, getParent |
Method Detail |
---|
Node[] getChildren()
Node createNode(String name)
Leaf.getOutputStream()
call may do so.
The returned node will typically be a child of this branch, but need not be, for instance if name is interpreted as an absolute path.
If the named node cannot be created, null may be returned.
name
- name of a node in the context of this branch
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |