Uses of Class
com.avoka.tm.util.Path
-
Packages that use Path Package Description com.avoka.tm.http Provides HTTP Client classes using underlying Apache HTTP Components library.com.avoka.tm.util Provides Utility function classes. -
-
Uses of Path in com.avoka.tm.http
Methods in com.avoka.tm.http that return Path Modifier and Type Method Description Path
HttpResponse. getPathContent()
Return the content as a Path object, or null if not defined. -
Uses of Path in com.avoka.tm.util
Methods in com.avoka.tm.util that return Path Modifier and Type Method Description Path
Path. firstPath(String path)
Return the first path object for the given expression, or null if not resolved.Methods in com.avoka.tm.util that return types with arguments of type Path Modifier and Type Method Description List<Path>
Path. paths(String path)
Return the list of paths for the given expression.
-