Uses of Interface
com.github.sardine.Sardine
Packages that use Sardine
Package
Description
Base package with factories to work implementation agnostic.
Ant task support.
Assembles classes only related to the
HttpClient implementation.-
Uses of Sardine in com.github.sardine
Methods in com.github.sardine that return SardineModifier and TypeMethodDescriptionstatic SardineSardineFactory.begin()Default begin() for when you don't need anything but no authentication and default settings for SSL.static SardinePass in a HTTP Auth username/password for being used with all connectionsstatic SardineSardineFactory.begin(String username, String password, ProxySelector proxy) -
Uses of Sardine in com.github.sardine.ant
Methods in com.github.sardine.ant that return SardineModifier and TypeMethodDescriptionprotected final SardineCommand.getSardine()Returns the Sardine for this command.SardineTask.getSardine()Returns the sardine impl. -
Uses of Sardine in com.github.sardine.impl
Classes in com.github.sardine.impl that implement Sardine