Maven module :un.api : api-system-jvm :
Class :
un.system.jvm.http.HttpPath
Extends/Implements :
un.api.path.AbstractPath
Subclasses : -
Variables : -
Functions :
HttpPath,
getName,
getParent,
isContainer,
exists,
createContainer,
createLeaf,
resolve,
getResolver,
createInputStream,
createOutputStream,
getChildren,
toURI,
getEventClasses,
toChars
public void
HttpPath (PathResolver resolver, String url)
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 Path[]
getChildren ()
public String
toURI ()
public Class[]
getEventClasses ()
public Chars
toChars ()
author Johann Sorel