Uses of Interface
br.com.objectos.fs.ResolvedPath

Uses of ResolvedPath in br.com.objectos.fs
 

Methods in br.com.objectos.fs that return ResolvedPath
 ResolvedPath ResolvedPath.createParents()
          Creates all nonexistent parent directories of this pathname.
static ResolvedPath LocalFs.resolve(File file)
          Returns a ResolvedPath by converting a java.io.File.
static ResolvedPath LocalFs.resolve(String first, String... more)
          Returns a ResolvedPath whose pathname is given by combining all of the specified names.
static ResolvedPath LocalFs.resolve(URI uri)
          Returns a ResolvedPath by converting a java.net.URI.
 

Methods in br.com.objectos.fs with parameters of type ResolvedPath
 R SimplePathNameVisitor.visitNotFound(ResolvedPath notFound, P p)
          Visits a nonexistent file.
 R PathNameVisitor.visitNotFound(ResolvedPath notFound, P p)
          Visits a nonexistent file.
 



Copyright © 2021 Objectos Software LTDA. All rights reserved.