C D E F G H I J R S T U W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CastUtils - Class in xyz.cp74.utils
-
CastUtils Cast different things to different things
- CastUtils() - Constructor for class xyz.cp74.utils.CastUtils
- CommandLineUtils - Class in xyz.cp74.utils
-
CommandLineUtils Parse command line arguments
- CommandLineUtils() - Constructor for class xyz.cp74.utils.CommandLineUtils
D
- DateTimeUtils - Class in xyz.cp74.utils
-
DateTimeUtils
- DateTimeUtils() - Constructor for class xyz.cp74.utils.DateTimeUtils
- Download - Class in xyz.cp74.download
-
Simple downloader
- Download(String) - Constructor for class xyz.cp74.download.Download
-
Constructor with @param url
E
- encodeUrl(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Encode @param url
- encodeUrl2(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Encode @param url
- execute() - Method in class xyz.cp74.download.Download
-
Execute download and @return Response
F
- FileUtils - Class in xyz.cp74.utils
-
FileUtils Read and write files.
- FileUtils() - Constructor for class xyz.cp74.utils.FileUtils
G
- get(String[]) - Static method in class xyz.cp74.utils.CommandLineUtils
-
Get @param args from command line
- getContent() - Method in class xyz.cp74.download.Response
- getContentEncoding() - Method in class xyz.cp74.download.Response
- getContentLength() - Method in class xyz.cp74.download.Response
- getContentType() - Method in class xyz.cp74.download.Response
- getDomain(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Get domain of @param url
- getExtension(String) - Method in class xyz.cp74.download.Download
-
Get file extension of @param contentType
- getExtension(String) - Static method in class xyz.cp74.utils.FileUtils
-
Get extension of @param file
- getFiles(String) - Static method in class xyz.cp74.utils.FileUtils
-
Get a list of filenames from a given @param path
- getHost(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Get host from url
- getHost(String, boolean) - Static method in class xyz.cp74.utils.UrlUtils
-
Get host from url
- getLastModified() - Method in class xyz.cp74.download.Response
- getLocale() - Method in class xyz.cp74.download.Response
- getLocation() - Method in class xyz.cp74.download.Response
- getProtocoll(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Check @param url and @return protocoll
- getResourceFileAsString(String) - Static method in class xyz.cp74.utils.ResourceUtils
-
Reads given resource file as a string.
- getResponseTime() - Method in class xyz.cp74.download.Response
- getStatusCode() - Method in class xyz.cp74.download.Response
- getStatusMessage() - Method in class xyz.cp74.download.Response
- getTargetFileName() - Method in class xyz.cp74.download.Response
- getTimeout() - Method in class xyz.cp74.download.Download
- getUrl() - Method in class xyz.cp74.download.Download
- getUserAgent() - Method in class xyz.cp74.download.Download
H
- hasExtension(String, String...) - Static method in class xyz.cp74.utils.FileUtils
-
Check if extension of @param file has extension @param ext
I
- isRedirected() - Method in class xyz.cp74.download.Response
- isRelative(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Check if @param url is relative
J
- JsonUtils - Class in xyz.cp74.utils
-
JsonUtils Read and Write JSON files.
- JsonUtils() - Constructor for class xyz.cp74.utils.JsonUtils
R
- read(String) - Static method in class xyz.cp74.utils.FileUtils
-
Read @param file to string
- read(String, Class<?>) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML file with @param filename and create object of @param clazz
- read(String, Charset) - Static method in class xyz.cp74.utils.FileUtils
-
Read @param file with @param charset to string
- readMap(String) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML file with @param filename and @return map
- readString(String, Class<?>) - Static method in class xyz.cp74.utils.YamlUtils
-
Read YAML @param content from string and create object of @param clazz
- removeHost(String) - Static method in class xyz.cp74.utils.UrlUtils
-
Remove host from @param url
- removeLastChar(String) - Static method in class xyz.cp74.utils.StringUtils
-
Remove last char of a string @param s
- resolve(String, String) - Static method in class xyz.cp74.utils.UrlUtils
-
Resolve @param baseUrl with @param url
- ResourceUtils - Class in xyz.cp74.utils
-
ResourceUtils Read resources
- ResourceUtils() - Constructor for class xyz.cp74.utils.ResourceUtils
- Response - Class in xyz.cp74.download
-
Response of download
- Response() - Constructor for class xyz.cp74.download.Response
- rfc2822(Date) - Static method in class xyz.cp74.utils.DateTimeUtils
-
Get RFC2822 conform string from @param date
S
- setContent(String) - Method in class xyz.cp74.download.Response
- setContentEncoding(String) - Method in class xyz.cp74.download.Response
- setContentLength(long) - Method in class xyz.cp74.download.Response
- setContentType(String) - Method in class xyz.cp74.download.Response
- setLastModified(String) - Method in class xyz.cp74.download.Response
- setLocale(Locale) - Method in class xyz.cp74.download.Response
- setLocation(String) - Method in class xyz.cp74.download.Response
- setRedirected(boolean) - Method in class xyz.cp74.download.Response
- setResponseTime(long) - Method in class xyz.cp74.download.Response
- setStatusCode(int) - Method in class xyz.cp74.download.Response
- setStatusMessage(String) - Method in class xyz.cp74.download.Response
- setTargetFileName(String) - Method in class xyz.cp74.download.Response
- setTimeout(int) - Method in class xyz.cp74.download.Download
-
Set the @param timeout
- setUrl(String) - Method in class xyz.cp74.download.Download
-
Set the @param url
- setUserAgent(String) - Method in class xyz.cp74.download.Download
-
Set the @param userAgent
- StringUtils - Class in xyz.cp74.utils
-
StringUtils Utils for manipulating strings
- StringUtils() - Constructor for class xyz.cp74.utils.StringUtils
T
- toDouble(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to double
- toDouble(Object, double) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to double
- toInteger(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to integer
- toInteger(Object, int) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to integer
- toListOfStrings(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to a list of strings
- toLong(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to long
- toLong(Object, long) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to long
- toSetOfStrings(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to a set of strings
- toString() - Method in class xyz.cp74.download.Response
- toString(Object) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to string
- toString(Object, String) - Static method in class xyz.cp74.utils.CastUtils
-
Cast object to string
U
- UrlUtils - Class in xyz.cp74.utils
-
UrlUtils Do some things with URLs
- UrlUtils() - Constructor for class xyz.cp74.utils.UrlUtils
W
- write(Object) - Static method in class xyz.cp74.utils.JsonUtils
-
Write @param object to @return JSON
- write(Object) - Static method in class xyz.cp74.utils.YamlUtils
-
Write @param object to YAML file to string
- write(Object, String) - Static method in class xyz.cp74.utils.YamlUtils
-
Write @param object to YAML file with @param filename
- write(String, String) - Static method in class xyz.cp74.utils.FileUtils
-
Write @param data to @param file
X
- xyz.cp74.download - package xyz.cp74.download
- xyz.cp74.utils - package xyz.cp74.utils
Y
- YamlUtils - Class in xyz.cp74.utils
-
YamlUtils Read and Write YAML files.
- YamlUtils() - Constructor for class xyz.cp74.utils.YamlUtils
All Classes All Packages