Uses of Class
com.github.dzieciou.testing.curl.Platform
-
-
Uses of Platform in com.github.dzieciou.testing.curl
Methods in com.github.dzieciou.testing.curl that return Platform Modifier and Type Method Description PlatformOptions. getTargetPlatform()static PlatformPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static Platform[]Platform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.dzieciou.testing.curl with parameters of type Platform Modifier and Type Method Description StringCurlCommand. asString(Platform targetPlatform, boolean useShortForm, boolean printMultiliner, boolean escapeNonAscii)Options.BuilderOptions.Builder. targetPlatform(Platform targetPlatform)Configure the library to print curl command that will be executable on a giventargetPlatform.
-