org.crsh.vfs.spi.url
Class Node

java.lang.Object
  extended by org.crsh.vfs.spi.url.Node
All Implemented Interfaces:
Iterable<Resource>

public class Node
extends Object
implements Iterable<Resource>

Author:
Julien Viet

Field Summary
 String name
          .
 
Constructor Summary
Node()
           
 
Method Summary
 Iterator<Resource> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
.

Constructor Detail

Node

public Node()
Method Detail

iterator

public Iterator<Resource> iterator()
Specified by:
iterator in interface Iterable<Resource>


Copyright © 2015 eXo Platform SAS. All Rights Reserved.