Uses of Class
cz.jiripinkas.jsitemapgenerator.Ping.SearchEngine
-
Packages that use Ping.SearchEngine Package Description cz.jiripinkas.jsitemapgenerator -
-
Uses of Ping.SearchEngine in cz.jiripinkas.jsitemapgenerator
Methods in cz.jiripinkas.jsitemapgenerator that return Ping.SearchEngine Modifier and Type Method Description static Ping.SearchEnginePing.SearchEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static Ping.SearchEngine[]Ping.SearchEngine. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.jiripinkas.jsitemapgenerator that return types with arguments of type Ping.SearchEngine Modifier and Type Method Description List<Ping.SearchEngine>Ping. getSearchEngines()Methods in cz.jiripinkas.jsitemapgenerator with parameters of type Ping.SearchEngine Modifier and Type Method Description Ping.PingBuilderPing.PingBuilder. engines(Ping.SearchEngine... searchEngines)Set up search engines which will be pinged.Constructor parameters in cz.jiripinkas.jsitemapgenerator with type arguments of type Ping.SearchEngine Constructor Description Ping(List<Ping.SearchEngine> searchEngines, String sitemapUrl, Ping.HttpClientType httpClientType, Object httpClientImplementation)
-