Maven module :un.api : api-system :
Class : un.system.path.VirtualFolder
Extends/Implements : un.api.path.AbstractPath
Subclasses : -

author  Johann Sorel


Variables : -
Functions : VirtualFolder, addChildren, removeChild, getChildren, getEventClasses, getName, getParent, isContainer, exists, createContainer, createLeaf, resolve, getResolver, createInputStream, createOutputStream, toURI



public void VirtualFolder (String name)

public void addChildren (int index, Path[] children)

public void removeChild (int index)

public Path[] getChildren ()

public Class[] getEventClasses ()

public String getName ()

public Path getParent ()

public boolean isContainer ()

public boolean exists ()

public boolean createContainer ()

public boolean createLeaf ()

public Path resolve (String address)

public PathResolver getResolver ()

public ByteInputStream createInputStream ()

public ByteOutputStream createOutputStream ()

public String toURI ()