A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractApacheApiService - Class in com.jdroid.java.api
 
AbstractApacheApiService() - Constructor for class com.jdroid.java.api.AbstractApacheApiService
 
AbstractApiService - Class in com.jdroid.java.api
 
AbstractApiService() - Constructor for class com.jdroid.java.api.AbstractApiService
 
AbstractException - Exception in com.jdroid.java.exception
 
AbstractException() - Constructor for exception com.jdroid.java.exception.AbstractException
 
AbstractException(String, Throwable) - Constructor for exception com.jdroid.java.exception.AbstractException
 
AbstractException(String) - Constructor for exception com.jdroid.java.exception.AbstractException
 
AbstractException(Throwable) - Constructor for exception com.jdroid.java.exception.AbstractException
 
AbstractMockWebService - Class in com.jdroid.java.http.mock
Mocked WebService and EntityEnclosingWebService implementation that returns mocked responses
AbstractMockWebService(Object...) - Constructor for class com.jdroid.java.http.mock.AbstractMockWebService
 
AbstractScheduler - Class in com.jdroid.java.scheduler
 
AbstractScheduler() - Constructor for class com.jdroid.java.scheduler.AbstractScheduler
 
AbstractThreadFactory - Class in com.jdroid.java.concurrent
 
AbstractThreadFactory(String) - Constructor for class com.jdroid.java.concurrent.AbstractThreadFactory
 
ACCEPT_ENCODING_HEADER - Static variable in interface com.jdroid.java.http.WebService
 
ACCEPT_HEADER - Static variable in interface com.jdroid.java.http.WebService
 
accumulate(String, Object) - Method in class com.jdroid.java.json.JSONObject
Accumulate values under a key.
acquireLock() - Method in class com.jdroid.java.scheduler.AbstractScheduler
 
add(String, int) - Method in class com.jdroid.java.json.JSONBuilder
 
add(String, double) - Method in class com.jdroid.java.json.JSONBuilder
 
add(String, long) - Method in class com.jdroid.java.json.JSONBuilder
 
add(String, Object) - Method in class com.jdroid.java.json.JSONBuilder
 
add(T) - Method in class com.jdroid.java.repository.InMemoryRepository
 
add(T) - Method in interface com.jdroid.java.repository.Repository
Adds an Identifiable to the repository.
addAll(Collection<T>) - Method in class com.jdroid.java.repository.InMemoryRepository
 
addAll(Collection<T>) - Method in interface com.jdroid.java.repository.Repository
Adds a collection of Identifiables to the repository.
addCookie(Cookie) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addCookies(HttpClient) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addDays(Date, int) - Static method in class com.jdroid.java.utils.DateUtils
 
addEntity(HttpEntityEnclosingRequestBase) - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
addEntity(HttpEntityEnclosingRequestBase) - Method in class com.jdroid.java.http.apache.post.ApacheFormHttpPostWebService
 
addEntity(HttpEntityEnclosingRequestBase) - Method in class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
addEntity(HttpEntityEnclosingRequestBase) - Method in class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
addHeader(String, String) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addHeader(String, String) - Method in class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
addHeader(String, String) - Method in class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
addHeader(String, String) - Method in class com.jdroid.java.http.cache.CachedWebService
 
addHeader(String, String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addHeader(String, String) - Method in interface com.jdroid.java.http.WebService
 
addHeaders(HttpUriRequest) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addHttpWebServiceProcessor(HttpWebServiceProcessor) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addHttpWebServiceProcessor(HttpWebServiceProcessor) - Method in class com.jdroid.java.http.cache.CachedWebService
 
addHttpWebServiceProcessor(HttpWebServiceProcessor) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addHttpWebServiceProcessor(HttpWebServiceProcessor) - Method in interface com.jdroid.java.http.WebService
 
addIfExists(String, Object) - Method in class com.jdroid.java.json.JSONBuilder
 
addJsonPart(String, Object) - Method in class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
addJsonPart(String, Object) - Method in class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
addJsonPart(String, Object) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addJsonPart(String, Object) - Method in interface com.jdroid.java.http.MultipartWebService
 
addMarshaller(Class<?>, Marshaller<? extends Object, ? extends Object>) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
addMonths(Date, int) - Static method in class com.jdroid.java.utils.DateUtils
 
addParameter(String, Object) - Method in exception com.jdroid.java.exception.AbstractException
 
addPart(String, ByteArrayInputStream, String, String) - Method in class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
addPart(String, Object, String) - Method in class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
addPart(String, ByteArrayInputStream, String, String) - Method in class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
addPart(String, Object, String) - Method in class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
addPart(String, ByteArrayInputStream, String, String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addPart(String, Object, String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addPart(String, ByteArrayInputStream, String, String) - Method in interface com.jdroid.java.http.MultipartWebService
 
addPart(String, Object, String) - Method in interface com.jdroid.java.http.MultipartWebService
 
addQueryParameter(String, Object) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addQueryParameter(String, Collection<?>) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addQueryParameter(String, Object) - Method in class com.jdroid.java.http.cache.CachedWebService
 
addQueryParameter(String, Collection<?>) - Method in class com.jdroid.java.http.cache.CachedWebService
 
addQueryParameter(String, Object) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addQueryParameter(String, Collection<?>) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addQueryParameter(String, Object) - Method in interface com.jdroid.java.http.WebService
 
addQueryParameter(String, Collection<?>) - Method in interface com.jdroid.java.http.WebService
 
addResult(T) - Method in class com.jdroid.java.search.PagedResult
Adds a result item to the list.
addResults(Collection<T>) - Method in class com.jdroid.java.search.PagedResult
Adds result items to the list.
addSeconds(Date, int) - Static method in class com.jdroid.java.utils.DateUtils
 
addUrlSegment(Object) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
addUrlSegment(Object) - Method in class com.jdroid.java.http.cache.CachedWebService
 
addUrlSegment(Object) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
addUrlSegment(Object) - Method in interface com.jdroid.java.http.WebService
 
addYears(Date, int) - Static method in class com.jdroid.java.utils.DateUtils
 
afterExecute(WebService, HttpResponseWrapper) - Method in interface com.jdroid.java.http.HttpWebServiceProcessor
 
AMPERSAND - Static variable in interface com.jdroid.java.http.WebService
 
ApacheFormHttpPostWebService - Class in com.jdroid.java.http.apache.post
 
ApacheFormHttpPostWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.post.ApacheFormHttpPostWebService
 
ApacheHttpDeleteWebService - Class in com.jdroid.java.http.apache.delete
 
ApacheHttpDeleteWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.delete.ApacheHttpDeleteWebService
 
ApacheHttpEntityEnclosingWebService - Class in com.jdroid.java.http.apache
 
ApacheHttpEntityEnclosingWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
ApacheHttpGetWebService - Class in com.jdroid.java.http.apache.get
 
ApacheHttpGetWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.get.ApacheHttpGetWebService
 
ApacheHttpPatchWebService - Class in com.jdroid.java.http.apache.patch
 
ApacheHttpPatchWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.patch.ApacheHttpPatchWebService
 
ApacheHttpPostWebService - Class in com.jdroid.java.http.apache.post
 
ApacheHttpPostWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.post.ApacheHttpPostWebService
 
ApacheHttpPutWebService - Class in com.jdroid.java.http.apache.put
 
ApacheHttpPutWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.put.ApacheHttpPutWebService
 
ApacheHttpResponseWrapper - Class in com.jdroid.java.http.apache
 
ApacheHttpResponseWrapper(HttpResponse) - Constructor for class com.jdroid.java.http.apache.ApacheHttpResponseWrapper
 
ApacheHttpWebService - Class in com.jdroid.java.http.apache
 
ApacheHttpWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.ApacheHttpWebService
 
ApacheMultipartHttpPostWebService - Class in com.jdroid.java.http.apache.post
 
ApacheMultipartHttpPostWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.post.ApacheMultipartHttpPostWebService
 
ApacheMultipartHttpPutWebService - Class in com.jdroid.java.http.apache.put
 
ApacheMultipartHttpPutWebService(HttpClientFactory, Server, List<Object>, List<HttpWebServiceProcessor>) - Constructor for class com.jdroid.java.http.apache.put.ApacheMultipartHttpPutWebService
 
append(String, Object) - Method in class com.jdroid.java.json.JSONObject
Append values to the array under a key.
apply(T) - Method in interface com.jdroid.java.collections.Predicate
Returns the result of applying this predicate to input.
array() - Method in class com.jdroid.java.json.JSONWriter
Begin appending a new array.

B

back() - Method in class com.jdroid.java.json.JSONTokener
Back up one character.
BANG - Static variable in class com.jdroid.java.utils.StringUtils
 
beforeExecute(WebService) - Method in interface com.jdroid.java.http.HttpWebServiceProcessor
 
ByteArrayInputStreamBody - Class in com.jdroid.java.http.apache.post
 
ByteArrayInputStreamBody(ByteArrayInputStream, String, String) - Constructor for class com.jdroid.java.http.apache.post.ByteArrayInputStreamBody
 
BYTES_TO_MB - Static variable in class com.jdroid.java.utils.FileUtils
 

C

Cache - Interface in com.jdroid.java.http.cache
 
CachedWebService - Class in com.jdroid.java.http.cache
 
CachedWebService(WebService, Cache) - Constructor for class com.jdroid.java.http.cache.CachedWebService
 
CachedWebService(WebService, Cache, CachingStrategy) - Constructor for class com.jdroid.java.http.cache.CachedWebService
 
CachedWebService(WebService, Cache, CachingStrategy, Long) - Constructor for class com.jdroid.java.http.cache.CachedWebService
 
CacheParser - Class in com.jdroid.java.http.cache
 
CacheParser(Parser, File) - Constructor for class com.jdroid.java.http.cache.CacheParser
 
CachingStrategy - Enum in com.jdroid.java.http.cache
 
capitalize(String) - Static method in class com.jdroid.java.utils.StringUtils
 
capitalizeWords(String) - Static method in class com.jdroid.java.utils.StringUtils
Capitalizes all the whitespace separated words in a String.
capitalizeWords(String, char[]) - Static method in class com.jdroid.java.utils.StringUtils
Capitalizes all the delimiter separated words in a String.
checkFile(String) - Static method in class com.jdroid.java.utils.FileUtils
 
CollectionUtils - Class in com.jdroid.java.utils
A set of useful functions used against a Collection
CollectionUtils() - Constructor for class com.jdroid.java.utils.CollectionUtils
 
com.jdroid.java.api - package com.jdroid.java.api
 
com.jdroid.java.collections - package com.jdroid.java.collections
 
com.jdroid.java.concurrent - package com.jdroid.java.concurrent
 
com.jdroid.java.context - package com.jdroid.java.context
 
com.jdroid.java.domain - package com.jdroid.java.domain
 
com.jdroid.java.exception - package com.jdroid.java.exception
 
com.jdroid.java.http - package com.jdroid.java.http
 
com.jdroid.java.http.apache - package com.jdroid.java.http.apache
 
com.jdroid.java.http.apache.delete - package com.jdroid.java.http.apache.delete
 
com.jdroid.java.http.apache.get - package com.jdroid.java.http.apache.get
 
com.jdroid.java.http.apache.patch - package com.jdroid.java.http.apache.patch
 
com.jdroid.java.http.apache.post - package com.jdroid.java.http.apache.post
 
com.jdroid.java.http.apache.put - package com.jdroid.java.http.apache.put
 
com.jdroid.java.http.cache - package com.jdroid.java.http.cache
 
com.jdroid.java.http.mock - package com.jdroid.java.http.mock
 
com.jdroid.java.http.post - package com.jdroid.java.http.post
 
com.jdroid.java.json - package com.jdroid.java.json
 
com.jdroid.java.logger - package com.jdroid.java.logger
 
com.jdroid.java.mail - package com.jdroid.java.mail
 
com.jdroid.java.marshaller - package com.jdroid.java.marshaller
 
com.jdroid.java.parser - package com.jdroid.java.parser
 
com.jdroid.java.parser.json - package com.jdroid.java.parser.json
 
com.jdroid.java.parser.plain - package com.jdroid.java.parser.plain
 
com.jdroid.java.parser.zip - package com.jdroid.java.parser.zip
 
com.jdroid.java.repository - package com.jdroid.java.repository
 
com.jdroid.java.scheduler - package com.jdroid.java.scheduler
 
com.jdroid.java.search - package com.jdroid.java.search
 
com.jdroid.java.utils - package com.jdroid.java.utils
 
COMMA - Static variable in class com.jdroid.java.utils.StringUtils
 
CommonErrorCode - Enum in com.jdroid.java.exception
 
ConnectionException - Exception in com.jdroid.java.exception
Exception related with connectivity errors.
ConnectionException(Throwable) - Constructor for exception com.jdroid.java.exception.ConnectionException
 
ConnectionException(String) - Constructor for exception com.jdroid.java.exception.ConnectionException
 
ConnectionException(Throwable, boolean) - Constructor for exception com.jdroid.java.exception.ConnectionException
 
containsPeriod(Date, Date, Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Returns true if the first period contains the second periods
CONTENT_ENCODING_HEADER - Static variable in interface com.jdroid.java.http.WebService
 
CONTENT_TYPE_HEADER - Static variable in interface com.jdroid.java.http.WebService
 
copy(InputStream) - Static method in class com.jdroid.java.utils.FileUtils
 
copyStream(InputStream, File) - Static method in class com.jdroid.java.utils.FileUtils
 
copyStream(InputStream, OutputStream, Boolean) - Static method in class com.jdroid.java.utils.FileUtils
 
copyStream(InputStream, OutputStream) - Static method in class com.jdroid.java.utils.FileUtils
 
createFile(String, String, String) - Static method in class com.jdroid.java.utils.FileUtils
 
createHttpClient() - Method in class com.jdroid.java.http.apache.DefaultHttpClientFactory
 
createHttpClient(Integer, String) - Method in class com.jdroid.java.http.apache.DefaultHttpClientFactory
 
createHttpClient() - Method in interface com.jdroid.java.http.apache.HttpClientFactory
Creates a DefaultHttpClient and sets a default timeout and user agent for it.
createHttpClient(Integer, String) - Method in interface com.jdroid.java.http.apache.HttpClientFactory
Creates a DefaultHttpClient and sets a timeout for it.
createHttpEntityEnclosingRequestBase(String) - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
createHttpEntityEnclosingRequestBase(String) - Method in class com.jdroid.java.http.apache.patch.ApacheHttpPatchWebService
 
createHttpEntityEnclosingRequestBase(String) - Method in class com.jdroid.java.http.apache.post.ApacheHttpPostWebService
 
createHttpEntityEnclosingRequestBase(String) - Method in class com.jdroid.java.http.apache.put.ApacheHttpPutWebService
 
createHttpUriRequest(String) - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
createHttpUriRequest(String) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
Create the HttpUriRequest to send.
createHttpUriRequest(String) - Method in class com.jdroid.java.http.apache.delete.ApacheHttpDeleteWebService
 
createHttpUriRequest(String) - Method in class com.jdroid.java.http.apache.get.ApacheHttpGetWebService
 
createTempDir() - Static method in class com.jdroid.java.utils.FileUtils
 
createTempFile() - Static method in class com.jdroid.java.utils.FileUtils
 

D

DASH - Static variable in class com.jdroid.java.utils.StringUtils
 
DateUtils - Class in com.jdroid.java.utils
Utilities for Dates and Calendars
DateUtils() - Constructor for class com.jdroid.java.utils.DateUtils
 
DateUtils.DayOfWeek - Enum in com.jdroid.java.utils
 
debug(String) - Method in class com.jdroid.java.logger.MuteLogger
 
debug(String, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
debug(String, Object, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
debug(String, Object[]) - Method in class com.jdroid.java.logger.MuteLogger
 
debug(String, Throwable) - Method in class com.jdroid.java.logger.MuteLogger
 
decrypt(String, String) - Static method in class com.jdroid.java.utils.EncryptionUtils
 
DefaultHttpClientFactory - Class in com.jdroid.java.http.apache
 
DefaultHttpClientFactory() - Constructor for class com.jdroid.java.http.apache.DefaultHttpClientFactory
 
DefaultMarshaller - Class in com.jdroid.java.marshaller
 
DefaultMarshaller() - Constructor for class com.jdroid.java.marshaller.DefaultMarshaller
 
DefaultServer - Class in com.jdroid.java.http
 
DefaultServer(String, String, Boolean) - Constructor for class com.jdroid.java.http.DefaultServer
 
DefaultServer(String) - Constructor for class com.jdroid.java.http.DefaultServer
 
defaultString(String) - Static method in class com.jdroid.java.utils.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class com.jdroid.java.utils.StringUtils
 
dehexchar(char) - Static method in class com.jdroid.java.json.JSONTokener
Get the hex value of a character (base16).
DOT - Static variable in class com.jdroid.java.utils.StringUtils
 
doubleToString(double) - Static method in class com.jdroid.java.json.JSONObject
Produce a string from a double.

E

E_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Fri
EEEE_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Friday
EEEE_MMMD_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Monday Nov 5
EEEE_MMMDYYYY_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Monday Nov 5 1985
EEEEDMMMM_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Friday 5 November
EEEEMMMM_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Friday November
EEMMMDYYYY_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Sat, Dec 15, 2012
EHHMMAA_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Fri 5:15 AM
ELLIPSIS - Static variable in class com.jdroid.java.utils.StringUtils
 
EMAIL_PATTERN - Static variable in class com.jdroid.java.utils.ValidationUtils
 
EMPTY - Static variable in class com.jdroid.java.utils.StringUtils
 
encodeURL(String) - Static method in class com.jdroid.java.utils.EncodingUtils
Encodes characters in the given string as '%'-escaped octets using the UTF-8 scheme.
EncodingUtils - Class in com.jdroid.java.utils
 
EncodingUtils() - Constructor for class com.jdroid.java.utils.EncodingUtils
 
encrypt(String, String) - Static method in class com.jdroid.java.utils.EncryptionUtils
 
EncryptionUtils - Class in com.jdroid.java.utils
 
EncryptionUtils() - Constructor for class com.jdroid.java.utils.EncryptionUtils
 
end() - Method in class com.jdroid.java.json.JSONTokener
 
endArray() - Method in class com.jdroid.java.json.JSONBuilder
 
endArray() - Method in class com.jdroid.java.json.JSONWriter
End an array.
endObject() - Method in class com.jdroid.java.json.JSONBuilder
 
endObject() - Method in class com.jdroid.java.json.JSONWriter
End an object.
EntityEnclosingWebService - Interface in com.jdroid.java.http.post
 
equal(String, String) - Static method in class com.jdroid.java.utils.StringUtils
 
EQUALS - Static variable in interface com.jdroid.java.http.WebService
 
equals(Object, Object) - Static method in class com.jdroid.java.utils.ObjectUtils
Compares two objects for equality, where either one or both objects may be null.
error(String) - Method in class com.jdroid.java.logger.MuteLogger
 
error(String, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
error(String, Object, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
error(String, Object[]) - Method in class com.jdroid.java.logger.MuteLogger
 
error(String, Throwable) - Method in class com.jdroid.java.logger.MuteLogger
 
ErrorCode - Interface in com.jdroid.java.exception
Common interface for all the possible errors of the application
ErrorCodeException - Exception in com.jdroid.java.exception
 
ErrorCodeException(ErrorCode, String, Throwable, Object...) - Constructor for exception com.jdroid.java.exception.ErrorCodeException
 
ErrorCodeException(ErrorCode, Throwable) - Constructor for exception com.jdroid.java.exception.ErrorCodeException
 
ErrorCodeException(ErrorCode, String) - Constructor for exception com.jdroid.java.exception.ErrorCodeException
 
ErrorCodeException(ErrorCode, Object...) - Constructor for exception com.jdroid.java.exception.ErrorCodeException
 
ErrorCodeException(ErrorCode) - Constructor for exception com.jdroid.java.exception.ErrorCodeException
 
evaluate(Object) - Method in interface com.jdroid.java.marshaller.MarshallerProvider.MarshallerTypeEvaluator
 
execute(Runnable) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
execute() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
execute(Parser) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
execute(Parser) - Method in class com.jdroid.java.http.cache.CachedWebService
 
execute() - Method in class com.jdroid.java.http.cache.CachedWebService
 
execute(CachedWebService, Parser) - Method in enum com.jdroid.java.http.cache.CachingStrategy
 
execute(Parser) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
execute() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
execute(Parser) - Method in interface com.jdroid.java.http.WebService
 
execute() - Method in interface com.jdroid.java.http.WebService
 
executeRequest(Parser) - Method in class com.jdroid.java.http.cache.CachedWebService
 
executeWithLowPriority(Runnable) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
ExecutorUtils - Class in com.jdroid.java.concurrent
 
ExecutorUtils() - Constructor for class com.jdroid.java.concurrent.ExecutorUtils
 
exist(String) - Static method in class com.jdroid.java.utils.FileUtils
 
extractPlaceHolders(String) - Static method in class com.jdroid.java.utils.StringUtils
Extract all the placeholder's names of the string

F

FileUtils - Class in com.jdroid.java.utils
This class contains functions for working with files within the application.
FileUtils() - Constructor for class com.jdroid.java.utils.FileUtils
 
filter(List<T>, Predicate<T>) - Static method in class com.jdroid.java.collections.Lists
 
findByField(String, Object...) - Method in class com.jdroid.java.repository.InMemoryRepository
 
findByField(String, Object...) - Method in interface com.jdroid.java.repository.Repository
 
findByNumber(int) - Static method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
findByStatusCode(String) - Static method in enum com.jdroid.java.exception.CommonErrorCode
 
forceDelete(File) - Static method in class com.jdroid.java.utils.FileUtils
Deletes an instance of File even if it is a directory containing files.
If the file is a directory and has contents, then executes itself on every content.
format(Date, String) - Static method in class com.jdroid.java.utils.DateUtils
 
format(Date, DateFormat) - Static method in class com.jdroid.java.utils.DateUtils
Transform the Date to a String using the received SimpleDateFormat
formatDate(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
formatDateTime(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
formatDuration(long) - Static method in class com.jdroid.java.utils.DateUtils
 
formatTime(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
formatToCardinal(Date) - Static method in class com.jdroid.java.utils.DateUtils
Transform the Date to a String with a format like Friday November 5th

G

generateCacheFileName() - Method in class com.jdroid.java.http.cache.CachedWebService
 
generateCacheFileName(String) - Static method in class com.jdroid.java.http.cache.CachedWebService
 
generateMockFilePath(Object...) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
get() - Static method in class com.jdroid.java.context.GitContext
 
get() - Static method in class com.jdroid.java.http.apache.DefaultHttpClientFactory
 
get(int) - Method in class com.jdroid.java.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class com.jdroid.java.json.JSONObject
Get the value object associated with a key.
get() - Static method in class com.jdroid.java.marshaller.MarshallerProvider
 
get(Long) - Method in class com.jdroid.java.repository.InMemoryRepository
 
get(Long) - Method in interface com.jdroid.java.repository.Repository
Retrieves an Identifiable from the repository according to an id or null in case no Identifiable with the given id is not found
get(Field, Object) - Static method in class com.jdroid.java.utils.ReflectionUtils
 
get(Object, String) - Static method in class com.jdroid.java.utils.ReflectionUtils
 
getAbstractMockWebServiceInstance(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
getAll() - Method in class com.jdroid.java.repository.InMemoryRepository
 
getAll(List<Long>) - Method in class com.jdroid.java.repository.InMemoryRepository
 
getAll() - Method in interface com.jdroid.java.repository.Repository
Obtains a list containing all the Identifiables in the repository
getAll(List<Long>) - Method in interface com.jdroid.java.repository.Repository
 
getBaseUrl() - Method in class com.jdroid.java.http.DefaultServer
 
getBaseUrl() - Method in interface com.jdroid.java.http.Server
 
getBoolean(int) - Method in class com.jdroid.java.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class com.jdroid.java.json.JSONObject
Get the boolean value associated with a key.
getBoolean(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getBoolean(String, Boolean) - Static method in class com.jdroid.java.utils.NumberUtils
 
getBooleanFromNumber(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getBooleanProperty(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getBooleanProperty(String, Boolean) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getBranch() - Method in class com.jdroid.java.context.GitContext
 
getBuildTime() - Method in class com.jdroid.java.context.GitContext
 
getCause() - Method in exception com.jdroid.java.json.JSONException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getCommitId() - Method in class com.jdroid.java.context.GitContext
 
getCommitTime() - Method in class com.jdroid.java.context.GitContext
 
getContent() - Method in class com.jdroid.java.http.apache.ApacheHttpResponseWrapper
 
getContent() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
getContentLength() - Method in class com.jdroid.java.http.apache.post.ByteArrayInputStreamBody
 
getDate(String) - Method in class com.jdroid.java.json.JSONObject
 
getDate(String, String) - Method in class com.jdroid.java.json.JSONObject
 
getDate(int, int, int) - Static method in class com.jdroid.java.utils.DateUtils
Creates a Date for the specified day
getDate(Date, Date, Boolean) - Static method in class com.jdroid.java.utils.DateUtils
 
getDate(Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getDate(long) - Static method in class com.jdroid.java.utils.DateUtils
 
getDayOfMonth(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getDayOfWeek(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getDefaultContent() - Method in interface com.jdroid.java.http.cache.Cache
 
getDescription() - Method in exception com.jdroid.java.exception.AbstractException
 
getDescriptionResId() - Method in enum com.jdroid.java.exception.CommonErrorCode
 
getDescriptionResId() - Method in interface com.jdroid.java.exception.ErrorCode
 
getDirectorySize(File) - Static method in class com.jdroid.java.utils.FileUtils
Counts the size of a directory recursively (sum of the length of all files).
getDirectorySizeInMB(File) - Static method in class com.jdroid.java.utils.FileUtils
 
getDouble(int) - Method in class com.jdroid.java.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class com.jdroid.java.json.JSONObject
Get the double value associated with a key.
getDouble(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getEntity() - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
getErrorCode() - Method in exception com.jdroid.java.exception.ErrorCodeException
 
getErrorCodeDescriptionArgs() - Method in exception com.jdroid.java.exception.ErrorCodeException
 
getField(Object, String) - Static method in class com.jdroid.java.utils.ReflectionUtils
 
getField(Class<?>, String) - Static method in class com.jdroid.java.utils.ReflectionUtils
Returns a Field from a class or any of its super classes.
getFieldValue(Object, String) - Static method in class com.jdroid.java.utils.ReflectionUtils
Returns the value of a given Field from an Object.
getFileSize(File) - Static method in class com.jdroid.java.utils.FileUtils
 
getFileSizeInMB(File) - Static method in class com.jdroid.java.utils.FileUtils
 
getFirstToken(String, String) - Static method in class com.jdroid.java.utils.StringUtils
Returns the first token of the string if that string can be split by the token, else return the unmodified input string
getFirstToken(String) - Static method in class com.jdroid.java.utils.StringUtils
Returns the first token of the string if that string can be split by a ",", else return the unmodified input string
getFloat(String) - Method in class com.jdroid.java.json.JSONObject
Get the float value associated with a key.
getFloat(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getFloat(String, Float) - Static method in class com.jdroid.java.utils.NumberUtils
 
getHeader(String) - Method in class com.jdroid.java.http.apache.ApacheHttpResponseWrapper
 
getHeader(String) - Method in class com.jdroid.java.http.HttpResponseWrapper
 
getHour(Date, Boolean) - Static method in class com.jdroid.java.utils.DateUtils
 
getHour(Date, TimeZone, Boolean) - Static method in class com.jdroid.java.utils.DateUtils
 
getHttpCacheDirectory(Cache) - Method in class com.jdroid.java.api.AbstractApiService
 
getHttpCacheDirectory(Cache) - Method in class com.jdroid.java.http.cache.CachedWebService
 
getHttpClientFactoryInstance() - Method in class com.jdroid.java.api.AbstractApacheApiService
 
getHttpMockSleepDuration(Object...) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getHttpWebServiceProcessors() - Method in class com.jdroid.java.api.AbstractApiService
 
getHttpWebServiceProcessors() - Method in class com.jdroid.java.http.DefaultServer
 
getHttpWebServiceProcessors() - Method in interface com.jdroid.java.http.Server
 
getId() - Method in interface com.jdroid.java.domain.Identifiable
Gets the identification for this Identifiable
getInt(int) - Method in class com.jdroid.java.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class com.jdroid.java.json.JSONObject
Get the int value associated with a key.
getInteger(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getInteger(String, Integer) - Static method in class com.jdroid.java.utils.NumberUtils
 
getIntegerProperty(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getIntegerProperty(String, Integer) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getIntId() - Static method in class com.jdroid.java.utils.IdGenerator
 
getJSONArray(int) - Method in class com.jdroid.java.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class com.jdroid.java.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class com.jdroid.java.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class com.jdroid.java.json.JSONObject
Get the JSONObject value associated with a key.
getLastDayOfMonth(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getLastExdcutionEndDate() - Method in class com.jdroid.java.scheduler.AbstractScheduler
 
getLastExecutionStartDate() - Method in class com.jdroid.java.scheduler.AbstractScheduler
 
getLogger(Object) - Static method in class com.jdroid.java.utils.LoggerUtils
 
getLogger(Class<?>) - Static method in class com.jdroid.java.utils.LoggerUtils
 
getLong(int) - Method in class com.jdroid.java.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class com.jdroid.java.json.JSONObject
Get the long value associated with a key.
getLong(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getLongId() - Static method in class com.jdroid.java.utils.IdGenerator
 
getMarshaller(Object) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
getMaximumSize() - Method in interface com.jdroid.java.http.cache.Cache
 
getMethod() - Method in class com.jdroid.java.http.apache.patch.HttpPatch
 
getMethodName() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
getMethodName() - Method in class com.jdroid.java.http.apache.delete.ApacheHttpDeleteWebService
 
getMethodName() - Method in class com.jdroid.java.http.apache.get.ApacheHttpGetWebService
 
getMethodName() - Method in class com.jdroid.java.http.apache.patch.ApacheHttpPatchWebService
 
getMethodName() - Method in class com.jdroid.java.http.apache.post.ApacheHttpPostWebService
 
getMethodName() - Method in class com.jdroid.java.http.apache.put.ApacheHttpPutWebService
 
getMinimumSize() - Method in interface com.jdroid.java.http.cache.Cache
 
getMinute(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getMinute(Date, TimeZone) - Static method in class com.jdroid.java.utils.DateUtils
 
getMocksBasePath() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getMocksBasePath() - Method in class com.jdroid.java.http.mock.JsonMockWebService
 
getMocksBasePath() - Method in class com.jdroid.java.http.mock.XmlMockWebService
 
getMocksExtension() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getMocksExtension() - Method in class com.jdroid.java.http.mock.JsonMockWebService
 
getMocksExtension() - Method in class com.jdroid.java.http.mock.XmlMockWebService
 
getMonth(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getName() - Method in interface com.jdroid.java.http.cache.Cache
 
getName() - Method in class com.jdroid.java.http.DefaultServer
 
getName() - Method in interface com.jdroid.java.http.Server
 
getNames(JSONObject) - Static method in class com.jdroid.java.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class com.jdroid.java.json.JSONObject
Get an array of field names from an Object.
getNextDay() - Method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
getNotEmptyString(String) - Static method in class com.jdroid.java.utils.StringUtils
 
getNumber() - Method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
getOrdinalSuffix(int) - Static method in class com.jdroid.java.utils.NumberUtils
 
getParameter(String) - Method in exception com.jdroid.java.exception.AbstractException
 
getParameters() - Method in exception com.jdroid.java.exception.AbstractException
 
getPasswordAuthentication() - Method in class com.jdroid.java.mail.GmailMailService
 
getPriority() - Method in interface com.jdroid.java.http.cache.Cache
 
getQueryParameters() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
getRandom() - Method in interface com.jdroid.java.repository.RandomRepository
Gets a random object from the repository.
getRandomIds(Integer) - Method in interface com.jdroid.java.repository.RandomRepository
Returns a list of random IDs.
getRandomIntId() - Static method in class com.jdroid.java.utils.IdGenerator
 
getRandomList(Integer) - Method in interface com.jdroid.java.repository.RandomRepository
Gets a random list of objects from the repository.
getRandomLongId() - Static method in class com.jdroid.java.utils.IdGenerator
 
getResults() - Method in class com.jdroid.java.search.PagedResult
 
getSafeInteger(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getSafeLong(String) - Static method in class com.jdroid.java.utils.NumberUtils
 
getServer() - Method in class com.jdroid.java.api.AbstractApiService
 
getSize() - Method in class com.jdroid.java.repository.InMemoryRepository
 
getSize() - Method in interface com.jdroid.java.repository.Repository
 
getStatusCode() - Method in enum com.jdroid.java.exception.CommonErrorCode
 
getStatusCode() - Method in interface com.jdroid.java.exception.ErrorCode
 
getStatusCode() - Method in class com.jdroid.java.http.apache.ApacheHttpResponseWrapper
 
getStatusCode() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
getStatusReason() - Method in class com.jdroid.java.http.apache.ApacheHttpResponseWrapper
 
getStatusReason() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
getString(int) - Method in class com.jdroid.java.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class com.jdroid.java.json.JSONObject
Get the string associated with a key.
getString(Integer) - Static method in class com.jdroid.java.utils.NumberUtils
 
getStringProperty(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getStringProperty(String, String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getStringSetProperty(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
getSuffix(String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getSupportedHasher() - Static method in enum com.jdroid.java.utils.Hasher
 
getThreadsPriority() - Method in class com.jdroid.java.concurrent.AbstractThreadFactory
 
getThreadsPriority() - Method in class com.jdroid.java.concurrent.LowPriorityThreadFactory
 
getThreadsPriority() - Method in class com.jdroid.java.concurrent.NormalPriorityThreadFactory
 
getThrowableToLog() - Method in exception com.jdroid.java.exception.AbstractException
 
getThrowableToLog() - Method in exception com.jdroid.java.exception.UnexpectedException
 
getTime(int, int) - Static method in class com.jdroid.java.utils.DateUtils
 
getTime(int, int, Boolean) - Static method in class com.jdroid.java.utils.DateUtils
 
getTimeToLive() - Method in class com.jdroid.java.http.cache.CachedWebService
 
getTitle() - Method in exception com.jdroid.java.exception.AbstractException
 
getTitleResId() - Method in enum com.jdroid.java.exception.CommonErrorCode
 
getTitleResId() - Method in interface com.jdroid.java.exception.ErrorCode
 
getType(Object, String) - Static method in class com.jdroid.java.utils.ReflectionUtils
 
getUniqueInstance() - Method in class com.jdroid.java.repository.InMemoryRepository
 
getUniqueInstance() - Method in interface com.jdroid.java.repository.Repository
 
getUrl() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
getUrl() - Method in class com.jdroid.java.http.cache.CachedWebService
 
getUrl() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getUrl() - Method in interface com.jdroid.java.http.WebService
 
getUrlSegments() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
getUrlSuffix() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
getUrlSuffix() - Method in class com.jdroid.java.http.cache.CachedWebService
 
getUrlSuffix() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
getUrlSuffix() - Method in interface com.jdroid.java.http.WebService
 
getWeekDay() - Static method in class com.jdroid.java.utils.DateUtils
 
getWeekDay(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
getWeekDays() - Static method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
getYear() - Static method in class com.jdroid.java.utils.DateUtils
 
getYear(Date) - Static method in class com.jdroid.java.utils.DateUtils
 
GitContext - Class in com.jdroid.java.context
 
GmailMailService - Class in com.jdroid.java.mail
MailService that works fine with Gmail as smtp
GmailMailService() - Constructor for class com.jdroid.java.mail.GmailMailService
 
GZIP_ENCODING - Static variable in interface com.jdroid.java.http.WebService
 

H

has(String) - Method in class com.jdroid.java.json.JSONObject
Determine if the JSONObject contains a specific key.
hash(String) - Method in enum com.jdroid.java.utils.Hasher
Algorithm that returns a Hashed string of the value given as parameter
Hasher - Enum in com.jdroid.java.utils
 
hasOnlyCharacters(String) - Static method in class com.jdroid.java.utils.StringUtils
 
hasParameter(String) - Method in exception com.jdroid.java.exception.AbstractException
 
HHMM_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 21:45
HHMMAA_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 03:45 PM
HTML - Static variable in class com.jdroid.java.http.MimeType
 
HTTP_PROTOCOL - Static variable in interface com.jdroid.java.http.WebService
 
HttpClientFactory - Interface in com.jdroid.java.http.apache
Factory interface to create DefaultHttpClients.
HttpPatch - Class in com.jdroid.java.http.apache.patch
HTTP PATCH method.
HttpPatch() - Constructor for class com.jdroid.java.http.apache.patch.HttpPatch
 
HttpPatch(URI) - Constructor for class com.jdroid.java.http.apache.patch.HttpPatch
 
HttpPatch(String) - Constructor for class com.jdroid.java.http.apache.patch.HttpPatch
 
HttpResponseException - Exception in com.jdroid.java.exception
Exception thrown when there are unknown HTTP errors while communicating with the server.
HttpResponseException(String) - Constructor for exception com.jdroid.java.exception.HttpResponseException
 
HttpResponseWrapper - Class in com.jdroid.java.http
 
HttpResponseWrapper() - Constructor for class com.jdroid.java.http.HttpResponseWrapper
 
HTTPS_PROTOCOL - Static variable in interface com.jdroid.java.http.WebService
 
HttpWebServiceProcessor - Interface in com.jdroid.java.http
 

I

ID_FIELD - Static variable in interface com.jdroid.java.domain.Identifiable
 
Identifiable - Interface in com.jdroid.java.domain
Represent all those objects that could be identifiable by an ID
IdGenerator - Class in com.jdroid.java.utils
 
IdGenerator() - Constructor for class com.jdroid.java.utils.IdGenerator
 
increment(String) - Method in class com.jdroid.java.json.JSONObject
Increment a property of a JSONObject.
info(String) - Method in class com.jdroid.java.logger.MuteLogger
 
info(String, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
info(String, Object, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
info(String, Object[]) - Method in class com.jdroid.java.logger.MuteLogger
 
info(String, Throwable) - Method in class com.jdroid.java.logger.MuteLogger
 
init() - Static method in class com.jdroid.java.utils.DateUtils
 
InMemoryRepository<T extends Identifiable> - Class in com.jdroid.java.repository
 
InMemoryRepository() - Constructor for class com.jdroid.java.repository.InMemoryRepository
 
innerMarshall(Object, MarshallerMode, Map<String, String>) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
instance(String) - Method in class com.jdroid.java.http.DefaultServer
 
instance(String) - Method in interface com.jdroid.java.http.Server
 
isAfter(Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Tests if the date is after than the specified dateToCompare.
isAfterEquals(Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Tests if the date is after or equals than the specified dateToCompare.
isBefore(Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Tests if the date is before than the specified dateToCompare.
isBeforeEquals(Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Tests if the date is before or equals than the specified dateToCompare.
isBetween(Date, Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
 
isBlank(String) - Static method in class com.jdroid.java.utils.StringUtils
Checks if a String is whitespace, empty ("") or null.
isClientError() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
isDebugEnabled() - Method in class com.jdroid.java.logger.MuteLogger
 
isEmpty() - Method in class com.jdroid.java.repository.InMemoryRepository
 
isEmpty() - Method in interface com.jdroid.java.repository.Repository
 
isEmpty(Collection<?>) - Static method in class com.jdroid.java.utils.CollectionUtils
Null-safe check if the specified collection is empty.
isEmpty(String) - Static method in class com.jdroid.java.utils.StringUtils
 
isEmptyCollection(Object) - Static method in class com.jdroid.java.utils.CollectionUtils
 
isEnabled() - Static method in class com.jdroid.java.utils.LoggerUtils
 
isErrorEnabled() - Method in class com.jdroid.java.logger.MuteLogger
 
isHttpMockEnabled() - Method in class com.jdroid.java.api.AbstractApiService
 
isInfoEnabled() - Method in class com.jdroid.java.logger.MuteLogger
 
isLastPage() - Method in class com.jdroid.java.search.PagedResult
 
isNotBlank(String) - Static method in class com.jdroid.java.utils.StringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(Collection<?>) - Static method in class com.jdroid.java.utils.CollectionUtils
Null-safe check if the specified collection is not empty.
isNotEmpty(String) - Static method in class com.jdroid.java.utils.StringUtils
 
isNull(int) - Method in class com.jdroid.java.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class com.jdroid.java.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isNullOrEmpty(List<?>) - Static method in class com.jdroid.java.collections.Lists
 
isProduction() - Method in class com.jdroid.java.http.DefaultServer
 
isProduction() - Method in interface com.jdroid.java.http.Server
 
isServerError() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
isSuccess() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
isSupported() - Method in enum com.jdroid.java.utils.Hasher
 
isTimeout() - Method in exception com.jdroid.java.exception.ConnectionException
 
isTraceEnabled() - Method in class com.jdroid.java.logger.MuteLogger
 
isTrackable() - Method in exception com.jdroid.java.exception.AbstractException
 
isValidDouble(String) - Static method in class com.jdroid.java.utils.ValidationUtils
 
isValidEmail(String) - Static method in class com.jdroid.java.utils.ValidationUtils
Validate the email address
isValidURL(String) - Static method in class com.jdroid.java.utils.ValidationUtils
Validate the URL
isValidURLWithoutProtocol(String) - Static method in class com.jdroid.java.utils.ValidationUtils
Validate the URL without protocol
isWarnEnabled() - Method in class com.jdroid.java.logger.MuteLogger
 
isWeekend() - Method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
Iterables - Class in com.jdroid.java.collections
 
Iterables() - Constructor for class com.jdroid.java.collections.Iterables
 
Iterators - Class in com.jdroid.java.collections
 
Iterators() - Constructor for class com.jdroid.java.collections.Iterators
 

J

join(String) - Method in class com.jdroid.java.json.JSONArray
Make a string from the contents of this JSONArray.
join(Collection<?>, String) - Static method in class com.jdroid.java.utils.StringUtils
Joins all the strings in the list in a single one separated by the separator sequence.
join(Collection<?>) - Static method in class com.jdroid.java.utils.StringUtils
Joins all the strings in the list in a single one separated by ','.
JSON - Static variable in class com.jdroid.java.http.MimeType
 
JSON_UTF8 - Static variable in class com.jdroid.java.http.MimeType
 
JSONArray - Class in com.jdroid.java.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class com.jdroid.java.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class com.jdroid.java.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class com.jdroid.java.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class com.jdroid.java.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class com.jdroid.java.json.JSONArray
Construct a JSONArray from an array
JsonArrayParser - Class in com.jdroid.java.parser.json
 
JsonArrayParser(JsonParser<JSONObject>) - Constructor for class com.jdroid.java.parser.json.JsonArrayParser
 
JSONBuilder - Class in com.jdroid.java.json
 
JSONBuilder() - Constructor for class com.jdroid.java.json.JSONBuilder
 
JSONException - Exception in com.jdroid.java.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception com.jdroid.java.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception com.jdroid.java.json.JSONException
Constructs a new JSONException with the specified cause.
JsonMap - Class in com.jdroid.java.json
 
JsonMap() - Constructor for class com.jdroid.java.json.JsonMap
 
JsonMap(MarshallerMode) - Constructor for class com.jdroid.java.json.JsonMap
 
JsonMap(MarshallerMode, Map<String, String>) - Constructor for class com.jdroid.java.json.JsonMap
 
JsonMockWebService - Class in com.jdroid.java.http.mock
 
JsonMockWebService(Object...) - Constructor for class com.jdroid.java.http.mock.JsonMockWebService
 
JSONObject - Class in com.jdroid.java.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class com.jdroid.java.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class com.jdroid.java.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JsonParser<T> - Class in com.jdroid.java.parser.json
JSON input streams parser
JsonParser() - Constructor for class com.jdroid.java.parser.json.JsonParser
 
JSONString - Interface in com.jdroid.java.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value( Object).
JSONStringer - Class in com.jdroid.java.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class com.jdroid.java.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in com.jdroid.java.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class com.jdroid.java.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class com.jdroid.java.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class com.jdroid.java.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in com.jdroid.java.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class com.jdroid.java.json.JSONWriter
Make a fresh JSONWriter.
justNumbers(String) - Static method in class com.jdroid.java.utils.Sanitizer
 

K

key(String) - Method in class com.jdroid.java.json.JSONWriter
Append a key.
keys() - Method in class com.jdroid.java.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class com.jdroid.java.json.JSONObject
Get a set of keys of the JSONObject.

L

length() - Method in class com.jdroid.java.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class com.jdroid.java.json.JSONObject
Get the number of keys stored in the JSONObject.
Lists - Class in com.jdroid.java.collections
 
Lists() - Constructor for class com.jdroid.java.collections.Lists
 
loadExternalProperties(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
loadProperties(String) - Static method in class com.jdroid.java.utils.PropertiesUtils
 
LOGGER - Static variable in class com.jdroid.java.http.apache.ApacheHttpWebService
 
LOGGER - Static variable in class com.jdroid.java.mail.GmailMailService
 
LOGGER - Static variable in class com.jdroid.java.mail.MailServiceImpl
 
LoggerUtils - Class in com.jdroid.java.utils
 
LoggerUtils() - Constructor for class com.jdroid.java.utils.LoggerUtils
 
LoggerUtils.ExceptionLogger - Interface in com.jdroid.java.utils
 
logHandledException(Throwable) - Method in interface com.jdroid.java.utils.LoggerUtils.ExceptionLogger
 
logHandledException(Logger, Exception) - Static method in class com.jdroid.java.utils.LoggerUtils
 
logStatusCode() - Method in class com.jdroid.java.http.HttpResponseWrapper
 
LowPriorityThreadFactory - Class in com.jdroid.java.concurrent
 
LowPriorityThreadFactory() - Constructor for class com.jdroid.java.concurrent.LowPriorityThreadFactory
 

M

MailException - Exception in com.jdroid.java.mail
 
MailException(Throwable) - Constructor for exception com.jdroid.java.mail.MailException
 
MailService - Interface in com.jdroid.java.mail
 
MailServiceImpl - Class in com.jdroid.java.mail
 
MailServiceImpl() - Constructor for class com.jdroid.java.mail.MailServiceImpl
 
makeStringParameters() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
Maps - Class in com.jdroid.java.collections
 
Maps() - Constructor for class com.jdroid.java.collections.Maps
 
markAsTrackable() - Method in exception com.jdroid.java.exception.ErrorCodeException
 
marshall(EntityEnclosingWebService, Object) - Method in class com.jdroid.java.api.AbstractApiService
 
marshall(EntityEnclosingWebService, Object, MarshallerMode) - Method in class com.jdroid.java.api.AbstractApiService
 
marshall(EntityEnclosingWebService, Object, Map<String, String>) - Method in class com.jdroid.java.api.AbstractApiService
 
marshall(EntityEnclosingWebService, Object, MarshallerMode, Map<String, String>) - Method in class com.jdroid.java.api.AbstractApiService
 
marshall(Object, MarshallerMode, Map<String, String>) - Method in class com.jdroid.java.marshaller.DefaultMarshaller
 
marshall(T, MarshallerMode, Map<String, String>) - Method in interface com.jdroid.java.marshaller.Marshaller
 
marshall(Object, MarshallerMode, Map<String, String>) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
Marshaller<T,R> - Interface in com.jdroid.java.marshaller
 
MarshallerMode - Enum in com.jdroid.java.marshaller
 
MarshallerProvider - Class in com.jdroid.java.marshaller
 
MarshallerProvider.MarshallerTypeEvaluator - Interface in com.jdroid.java.marshaller
 
marshallSimple(EntityEnclosingWebService, Object) - Method in class com.jdroid.java.api.AbstractApiService
 
METHOD_NAME - Static variable in class com.jdroid.java.http.apache.patch.HttpPatch
 
MILLIS_PER_DAY - Static variable in class com.jdroid.java.utils.DateUtils
Number of milliseconds in a standard day.
MILLIS_PER_HOUR - Static variable in class com.jdroid.java.utils.DateUtils
Number of milliseconds in a standard hour.
MILLIS_PER_MINUTE - Static variable in class com.jdroid.java.utils.DateUtils
Number of milliseconds in a standard minute.
MILLIS_PER_SECOND - Static variable in class com.jdroid.java.utils.DateUtils
Number of milliseconds in a standard second.
MimeType - Class in com.jdroid.java.http
 
MimeType() - Constructor for class com.jdroid.java.http.MimeType
 
MMDDYYYY_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 10/25/2010
MMDDYYYY_SLASH_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 10-25-2010
MMDDYYYYHHMM_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 10/25/2010 21:30
MMMD_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Nov 5
MMMDHHMMAA_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Nov 5 3:45 PM
MMMDYYYY_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Nov 5 1985
MMMDYYYYHHMMAA_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like Nov 5 1985 3:45 PM
MMMMD_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like November 5
mode - Variable in class com.jdroid.java.json.JSONWriter
The current mode.
monthsAway(int) - Static method in class com.jdroid.java.utils.DateUtils
 
more() - Method in class com.jdroid.java.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MultipartWebService - Interface in com.jdroid.java.http
 
MuteLogger - Class in com.jdroid.java.logger
A logger wrapper that filter all log requests.
MuteLogger() - Constructor for class com.jdroid.java.logger.MuteLogger
 

N

names() - Method in class com.jdroid.java.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NEW_LINE - Static variable in class com.jdroid.java.utils.StringUtils
 
newArray(Class<T>, int) - Static method in class com.jdroid.java.collections.ObjectArrays
Returns a new array of the given length with the specified component type.
newArrayList() - Static method in class com.jdroid.java.collections.Lists
Creates a mutable, empty ArrayList instance.
newArrayList(E...) - Static method in class com.jdroid.java.collections.Lists
Creates a mutable ArrayList instance containing the given elements.
newArrayList(Iterable<? extends E>) - Static method in class com.jdroid.java.collections.Lists
Creates a mutable ArrayList instance containing the given elements.
newArrayList(Iterator<? extends E>) - Static method in class com.jdroid.java.collections.Lists
Creates a mutable ArrayList instance containing the given elements.
newCachedGetService(Cache, CachingStrategy, Long, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newCachedPatchService(Cache, CachingStrategy, Long, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newDeleteService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newDeleteService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newDeleteServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newDeleteServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newErrorCodeException(Object...) - Method in enum com.jdroid.java.exception.CommonErrorCode
 
newErrorCodeException() - Method in enum com.jdroid.java.exception.CommonErrorCode
 
newErrorCodeException(Throwable) - Method in enum com.jdroid.java.exception.CommonErrorCode
 
newErrorCodeException(String) - Method in enum com.jdroid.java.exception.CommonErrorCode
 
newErrorCodeException(Object...) - Method in interface com.jdroid.java.exception.ErrorCode
 
newErrorCodeException(Throwable) - Method in interface com.jdroid.java.exception.ErrorCode
 
newErrorCodeException() - Method in interface com.jdroid.java.exception.ErrorCode
 
newErrorCodeException(String) - Method in interface com.jdroid.java.exception.ErrorCode
 
newFormPostService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newFormPostService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newFormPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newFormPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newGetService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newGetService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newGetServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newGetServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newHashMap() - Static method in class com.jdroid.java.collections.Maps
Creates a mutable, empty HashMap instance.
newHashSet() - Static method in class com.jdroid.java.collections.Sets
Creates a mutable, empty HashSet instance.
newHashSet(E...) - Static method in class com.jdroid.java.collections.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newHashSet(Iterable<? extends E>) - Static method in class com.jdroid.java.collections.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newHashSet(Iterator<? extends E>) - Static method in class com.jdroid.java.collections.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newInstance(Class<T>) - Static method in class com.jdroid.java.utils.ReflectionUtils
Create a class for the specified type,.
newInstance(Class<T>, Collection<Class<?>>, Collection<Object>) - Static method in class com.jdroid.java.utils.ReflectionUtils
Create a class for the specified type, using the specified constructor with the passed parameters.
newLinkedHashMap() - Static method in class com.jdroid.java.collections.Maps
Creates a mutable, empty, insertion-ordered LinkedHashMap instance.
newLinkedHashSet() - Static method in class com.jdroid.java.collections.Sets
Creates a mutable, empty LinkedHashSet instance.
newLinkedHashSet(Iterable<? extends E>) - Static method in class com.jdroid.java.collections.Sets
Creates a mutable LinkedHashSet instance containing the given elements in order.
newLinkedList() - Static method in class com.jdroid.java.collections.Lists
Creates an empty LinkedList instance.
newLinkedList(Iterable<? extends E>) - Static method in class com.jdroid.java.collections.Lists
Creates a LinkedList instance containing the given elements.
newMultipartPostService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newMultipartPostService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newMultipartPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newMultipartPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newMultipartPutService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newMultipartPutService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newMultipartPutServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newMultipartPutServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newPatchService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPatchService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPatchServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newPatchServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newPostService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPostService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newPostServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newPutService(Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPutService(Boolean, Object...) - Method in class com.jdroid.java.api.AbstractApiService
 
newPutServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApacheApiService
 
newPutServiceImpl(Server, List<Object>, List<HttpWebServiceProcessor>) - Method in class com.jdroid.java.api.AbstractApiService
 
newThread(Runnable) - Method in class com.jdroid.java.concurrent.AbstractThreadFactory
 
newTreeSet() - Static method in class com.jdroid.java.collections.Sets
Creates a mutable, empty TreeSet instance sorted by the natural sort ordering of its elements.
newTreeSet(Iterable<? extends E>) - Static method in class com.jdroid.java.collections.Sets
Creates a mutable TreeSet instance containing the given elements sorted by their natural ordering.
next() - Method in class com.jdroid.java.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class com.jdroid.java.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class com.jdroid.java.json.JSONTokener
Get the next n characters.
nextClean() - Method in class com.jdroid.java.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - Method in class com.jdroid.java.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class com.jdroid.java.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class com.jdroid.java.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class com.jdroid.java.json.JSONTokener
Get the next value.
NormalPriorityThreadFactory - Class in com.jdroid.java.concurrent
 
NormalPriorityThreadFactory(String) - Constructor for class com.jdroid.java.concurrent.NormalPriorityThreadFactory
 
NormalPriorityThreadFactory() - Constructor for class com.jdroid.java.concurrent.NormalPriorityThreadFactory
 
now() - Static method in class com.jdroid.java.utils.DateUtils
 
NULL - Static variable in class com.jdroid.java.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class com.jdroid.java.json.JSONObject
Produce a string from a Number.
NumberUtils - Class in com.jdroid.java.utils
 
NumberUtils() - Constructor for class com.jdroid.java.utils.NumberUtils
 

O

object() - Method in class com.jdroid.java.json.JSONWriter
Begin appending a new object.
ObjectArrays - Class in com.jdroid.java.collections
 
ObjectArrays() - Constructor for class com.jdroid.java.collections.ObjectArrays
 
ObjectUtils - Class in com.jdroid.java.utils
Operations on Object.
ObjectUtils() - Constructor for class com.jdroid.java.utils.ObjectUtils
 
OCTET_STREAM - Static variable in class com.jdroid.java.http.MimeType
 
oneMonthInFuture() - Static method in class com.jdroid.java.utils.DateUtils
 
oneMonthInPast() - Static method in class com.jdroid.java.utils.DateUtils
 
opt(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class com.jdroid.java.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, Boolean) - Method in class com.jdroid.java.json.JSONObject
Get an optional boolean associated with a key.
optDate(String) - Method in class com.jdroid.java.json.JSONObject
 
optDate(String, String) - Method in class com.jdroid.java.json.JSONObject
 
optDate(String, String, Date) - Method in class com.jdroid.java.json.JSONObject
 
optDouble(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class com.jdroid.java.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional double associated with a key, or null if there is no such key or if its value is not a number.
optDouble(String, Double) - Method in class com.jdroid.java.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optFloat(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional float associated with a key, or null if there is no such key or if its value is not a number.
optFloat(String, Float) - Method in class com.jdroid.java.json.JSONObject
Get an optional float associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class com.jdroid.java.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional int value associated with a key, or null if there is no such key or if the value is not a number.
optInt(String, Integer) - Method in class com.jdroid.java.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional JSONObject associated with a key.
optList() - Method in class com.jdroid.java.json.JSONArray
 
optList(String) - Method in class com.jdroid.java.json.JSONObject
 
optLong(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class com.jdroid.java.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional long value associated with a key, or null if there is no such key or if the value is not a number.
optLong(String, Long) - Method in class com.jdroid.java.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optLongList() - Method in class com.jdroid.java.json.JSONArray
 
optLongList(String) - Method in class com.jdroid.java.json.JSONObject
 
optString(int) - Method in class com.jdroid.java.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class com.jdroid.java.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class com.jdroid.java.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class com.jdroid.java.json.JSONObject
Get an optional string associated with a key.

P

PagedResult<T> - Class in com.jdroid.java.search
Represents a list result in a paginated API call.
PagedResult(List<T>, Boolean) - Constructor for class com.jdroid.java.search.PagedResult
 
PagedResult(Boolean) - Constructor for class com.jdroid.java.search.PagedResult
 
PagedResult(List<T>) - Constructor for class com.jdroid.java.search.PagedResult
 
PagedResult() - Constructor for class com.jdroid.java.search.PagedResult
 
parse(InputStream) - Method in class com.jdroid.java.http.cache.CacheParser
 
parse(String) - Method in class com.jdroid.java.http.cache.CacheParser
 
parse(JSONArray) - Method in class com.jdroid.java.parser.json.JsonArrayParser
 
parse(String) - Method in class com.jdroid.java.parser.json.JsonParser
 
parse(InputStream) - Method in class com.jdroid.java.parser.json.JsonParser
 
parse(T) - Method in class com.jdroid.java.parser.json.JsonParser
 
parse(InputStream) - Method in interface com.jdroid.java.parser.Parser
Parse the inputStream
parse(String) - Method in interface com.jdroid.java.parser.Parser
Parse the String
parse(InputStream) - Method in class com.jdroid.java.parser.plain.PlainTextParser
 
parse(String) - Method in class com.jdroid.java.parser.plain.PlainTextParser
 
parse(InputStream) - Method in class com.jdroid.java.parser.zip.ZipFileParser
 
parse(String) - Method in class com.jdroid.java.parser.zip.ZipFileParser
 
parse(String, String) - Static method in class com.jdroid.java.utils.DateUtils
 
parse(String, SimpleDateFormat) - Static method in class com.jdroid.java.utils.DateUtils
 
parseList(JSONObject, String, JsonParser<JSONObject>) - Method in class com.jdroid.java.parser.json.JsonParser
Parses a list of items.
parseList(JSONArray, JsonParser<JSONObject>) - Method in class com.jdroid.java.parser.json.JsonParser
Parses a list of items.
Parser - Interface in com.jdroid.java.parser
 
periodsOverlap(Date, Date, Date, Date) - Static method in class com.jdroid.java.utils.DateUtils
Returns true if two periods overlap
PIPE - Static variable in class com.jdroid.java.utils.StringUtils
 
plainString(String) - Static method in class com.jdroid.java.utils.Sanitizer
 
plainStringWithoutNumbers(String) - Static method in class com.jdroid.java.utils.Sanitizer
 
PlainTextParser - Class in com.jdroid.java.parser.plain
 
PlainTextParser() - Constructor for class com.jdroid.java.parser.plain.PlainTextParser
 
PNG - Static variable in class com.jdroid.java.http.MimeType
 
Predicate<T> - Interface in com.jdroid.java.collections
Determines a true or false value for a given input.
PropertiesUtils - Class in com.jdroid.java.utils
 
PropertiesUtils() - Constructor for class com.jdroid.java.utils.PropertiesUtils
 
put(boolean) - Method in class com.jdroid.java.json.JSONArray
Append a boolean value.
put(Collection) - Method in class com.jdroid.java.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class com.jdroid.java.json.JSONArray
Append a double value.
put(int) - Method in class com.jdroid.java.json.JSONArray
Append an int value.
put(long) - Method in class com.jdroid.java.json.JSONArray
Append an long value.
put(Map) - Method in class com.jdroid.java.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class com.jdroid.java.json.JSONArray
Append an object value.
put(int, boolean) - Method in class com.jdroid.java.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class com.jdroid.java.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class com.jdroid.java.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class com.jdroid.java.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class com.jdroid.java.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class com.jdroid.java.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class com.jdroid.java.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Object, MarshallerMode) - Method in class com.jdroid.java.json.JsonMap
 
put(String, Object) - Method in class com.jdroid.java.json.JsonMap
 
put(String, boolean) - Method in class com.jdroid.java.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class com.jdroid.java.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class com.jdroid.java.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class com.jdroid.java.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class com.jdroid.java.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class com.jdroid.java.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class com.jdroid.java.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class com.jdroid.java.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class com.jdroid.java.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUESTION_MARK - Static variable in interface com.jdroid.java.http.WebService
 
quote(String) - Static method in class com.jdroid.java.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class com.jdroid.java.json.JSONObject
 

R

RandomRepository<T extends Identifiable> - Interface in com.jdroid.java.repository
Repository with the capability of getting random objects.
readAsBytes(InputStream) - Static method in class com.jdroid.java.utils.FileUtils
Reads the inputStream and returns a byte array with all the information
readAsBytes(File) - Static method in class com.jdroid.java.utils.FileUtils
Reads the file and returns a byte array with all the information
readFromCache(Parser) - Method in class com.jdroid.java.http.cache.CachedWebService
 
ReflectionUtils - Class in com.jdroid.java.utils
Reflection related utilities
ReflectionUtils() - Constructor for class com.jdroid.java.utils.ReflectionUtils
 
releaseLock() - Method in class com.jdroid.java.scheduler.AbstractScheduler
 
remove(int) - Method in class com.jdroid.java.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class com.jdroid.java.json.JSONObject
Remove a name and its value, if present.
remove(T) - Method in class com.jdroid.java.repository.InMemoryRepository
 
remove(Long) - Method in class com.jdroid.java.repository.InMemoryRepository
 
remove(T) - Method in interface com.jdroid.java.repository.Repository
Removes an Identifiable from the repository.
remove(Long) - Method in interface com.jdroid.java.repository.Repository
Removes the Identifiable with the id
removeAll(Collection<T>) - Method in class com.jdroid.java.repository.InMemoryRepository
 
removeAll() - Method in class com.jdroid.java.repository.InMemoryRepository
 
removeAll() - Method in interface com.jdroid.java.repository.Repository
Removes all the Identifiables that the repository has.
removeAll(Collection<T>) - Method in interface com.jdroid.java.repository.Repository
 
removeNumbers(String) - Static method in class com.jdroid.java.utils.Sanitizer
 
renameOrMove(File, File) - Static method in class com.jdroid.java.utils.FileUtils
Renames or moves a determined File instance to a destination defined by another File instance.
Differs from the File.renameTo(File) method in the fact that this method logs if the operation was successful.
replaceAll(Collection<T>) - Method in class com.jdroid.java.repository.InMemoryRepository
 
replaceAll(Collection<T>) - Method in interface com.jdroid.java.repository.Repository
Replaces all the Identifiables in the repository by new ones.
replaceValues(String, Map<String, String>) - Static method in class com.jdroid.java.utils.StringUtils
 
Repository<T extends Identifiable> - Interface in com.jdroid.java.repository
Interface that all repositories must adhere to.

S

safeArrayList(List<E>) - Static method in class com.jdroid.java.collections.Lists
 
safeClose(Closeable) - Static method in class com.jdroid.java.utils.FileUtils
 
Sanitizer - Class in com.jdroid.java.utils
 
Sanitizer() - Constructor for class com.jdroid.java.utils.Sanitizer
 
schedule(Runnable, Long) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
schedule(Runnable, Long, Long) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
scheduleInMillis(Runnable, Long) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
SECONDS_PER_DAY - Static variable in class com.jdroid.java.utils.DateUtils
Seconds in a day
SECONDS_PER_HOUR - Static variable in class com.jdroid.java.utils.DateUtils
Seconds in an hour
SECONDS_PER_MINUTE - Static variable in class com.jdroid.java.utils.DateUtils
Seconds in a minute
sendMail(String, String, String, String) - Method in class com.jdroid.java.mail.GmailMailService
 
sendMail(String, String, String, String) - Method in interface com.jdroid.java.mail.MailService
 
sendMail(String, String, String, String) - Method in class com.jdroid.java.mail.MailServiceImpl
 
Server - Interface in com.jdroid.java.http
 
set(Object, String, Object) - Static method in class com.jdroid.java.utils.ReflectionUtils
Set a value in the given object without using getters or setters
setConnectionTimeout(Integer) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
setConnectionTimeout(Integer) - Method in class com.jdroid.java.http.cache.CachedWebService
 
setConnectionTimeout(Integer) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
setConnectionTimeout(Integer) - Method in interface com.jdroid.java.http.WebService
 
setDefaultMarshaller(Marshaller<Object, Object>) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
setDescription(String) - Method in exception com.jdroid.java.exception.AbstractException
 
setEnabled(boolean) - Static method in class com.jdroid.java.utils.LoggerUtils
 
setEntity(HttpEntity) - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
setEntity(String) - Method in class com.jdroid.java.http.apache.ApacheHttpEntityEnclosingWebService
 
setEntity(String) - Method in class com.jdroid.java.http.cache.CachedWebService
 
setEntity(String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
setEntity(String) - Method in interface com.jdroid.java.http.post.EntityEnclosingWebService
 
setExceptionLogger(LoggerUtils.ExceptionLogger) - Static method in class com.jdroid.java.utils.LoggerUtils
 
setId(Identifiable, Long) - Static method in class com.jdroid.java.utils.ReflectionUtils
 
setMarshallers(Map<Class<?>, Marshaller<Object, Object>>) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
setMarshallerTypeEvaluator(MarshallerProvider.MarshallerTypeEvaluator) - Method in class com.jdroid.java.marshaller.MarshallerProvider
 
Sets - Class in com.jdroid.java.collections
 
Sets() - Constructor for class com.jdroid.java.collections.Sets
 
setSsl(Boolean) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
setSsl(Boolean) - Method in class com.jdroid.java.http.cache.CachedWebService
 
setSsl(Boolean) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
setSsl(Boolean) - Method in interface com.jdroid.java.http.WebService
 
setTimeToLive(Long) - Method in class com.jdroid.java.http.cache.CachedWebService
 
setTitle(String) - Method in exception com.jdroid.java.exception.AbstractException
 
setTrackable(Boolean) - Method in exception com.jdroid.java.exception.AbstractException
 
setUserAgent(String) - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
setUserAgent(String) - Method in class com.jdroid.java.http.cache.CachedWebService
 
setUserAgent(String) - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
setUserAgent(String) - Method in interface com.jdroid.java.http.WebService
 
simulateCrash() - Method in class com.jdroid.java.http.mock.AbstractMockWebService
 
size(Iterable<?>) - Static method in class com.jdroid.java.collections.Iterables
Returns the number of elements in iterable.
size(Iterator<?>) - Static method in class com.jdroid.java.collections.Iterators
Returns the number of elements remaining in iterator.
skipTo(char) - Method in class com.jdroid.java.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class com.jdroid.java.utils.StringUtils
 
sleep(int) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
sleepInMillis(long) - Static method in class com.jdroid.java.concurrent.ExecutorUtils
 
sortResults(Comparator<T>) - Method in class com.jdroid.java.search.PagedResult
 
SPACE - Static variable in class com.jdroid.java.utils.StringUtils
 
splitToCollection(String) - Static method in class com.jdroid.java.utils.StringUtils
 
splitToCollection(String, String) - Static method in class com.jdroid.java.utils.StringUtils
 
startArray() - Method in class com.jdroid.java.json.JSONBuilder
 
startArray(String) - Method in class com.jdroid.java.json.JSONBuilder
 
startObject() - Method in class com.jdroid.java.json.JSONBuilder
 
stringToValue(String) - Static method in class com.jdroid.java.json.JSONObject
Try to convert a string into a number, boolean, or null.
StringUtils - Class in com.jdroid.java.utils
This class contains functions for managing Strings
StringUtils() - Constructor for class com.jdroid.java.utils.StringUtils
 
supportsSsl() - Method in class com.jdroid.java.http.DefaultServer
 
supportsSsl() - Method in interface com.jdroid.java.http.Server
 
syntaxError(String) - Method in class com.jdroid.java.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class com.jdroid.java.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
TEXT - Static variable in class com.jdroid.java.http.MimeType
 
toAlphanumeric(String) - Static method in class com.jdroid.java.utils.StringUtils
Transform the received value removing all the not alphanumeric or spaces characters
toArray(Iterable<? extends T>, Class<T>) - Static method in class com.jdroid.java.collections.Iterables
Copies an iterable's elements into an array.
toBytes(String) - Static method in class com.jdroid.java.utils.EncryptionUtils
 
today() - Static method in class com.jdroid.java.utils.DateUtils
 
toHex(byte[]) - Static method in class com.jdroid.java.utils.EncryptionUtils
 
toJSONArray(JSONArray) - Method in class com.jdroid.java.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class com.jdroid.java.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface com.jdroid.java.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
tomorrow() - Static method in class com.jdroid.java.utils.DateUtils
 
TORRENT - Static variable in class com.jdroid.java.http.MimeType
 
toString() - Method in class com.jdroid.java.http.apache.ApacheHttpWebService
 
toString() - Method in class com.jdroid.java.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class com.jdroid.java.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class com.jdroid.java.json.JSONBuilder
 
toString() - Method in class com.jdroid.java.json.JsonMap
 
toString() - Method in class com.jdroid.java.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class com.jdroid.java.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class com.jdroid.java.json.JSONStringer
Return the JSON text.
toString() - Method in class com.jdroid.java.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
 
toString(File) - Static method in class com.jdroid.java.utils.FileUtils
Receives a File and iterates over all its lines and returns a String.
toString(InputStream, Boolean) - Static method in class com.jdroid.java.utils.FileUtils
 
toString(InputStream) - Static method in class com.jdroid.java.utils.FileUtils
Receives an InputStream and iterates over all its lines and returns a String.
toTempFile(String) - Static method in class com.jdroid.java.utils.FileUtils
 
trace(String) - Method in class com.jdroid.java.logger.MuteLogger
 
trace(String, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
trace(String, Object, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
trace(String, Object[]) - Method in class com.jdroid.java.logger.MuteLogger
 
trace(String, Throwable) - Method in class com.jdroid.java.logger.MuteLogger
 
trim(List<T>, int) - Static method in class com.jdroid.java.collections.Lists
 
truncate(Date) - Static method in class com.jdroid.java.utils.DateUtils
Truncate the date removing hours, minutes, seconds and milliseconds
truncate(Calendar) - Static method in class com.jdroid.java.utils.DateUtils
Truncate the Calendar removing hours, minutes, seconds and milliseconds
truncate(String, Integer, Boolean) - Static method in class com.jdroid.java.utils.StringUtils
Truncate the text adding "..." if the truncateWords parameter is true.
truncate(String, Integer) - Static method in class com.jdroid.java.utils.StringUtils
Truncate the text adding "...".

U

UNDERSCORE - Static variable in class com.jdroid.java.utils.StringUtils
 
UnexpectedException - Exception in com.jdroid.java.exception
 
UnexpectedException(String, Throwable) - Constructor for exception com.jdroid.java.exception.UnexpectedException
 
UnexpectedException(String) - Constructor for exception com.jdroid.java.exception.UnexpectedException
 
UnexpectedException(Throwable) - Constructor for exception com.jdroid.java.exception.UnexpectedException
 
update(T) - Method in class com.jdroid.java.repository.InMemoryRepository
 
update(T) - Method in interface com.jdroid.java.repository.Repository
Update an Identifiable on the repository.
UTF8 - Static variable in class com.jdroid.java.utils.EncodingUtils
 

V

ValidationUtils - Class in com.jdroid.java.utils
Validation Utils
ValidationUtils() - Constructor for class com.jdroid.java.utils.ValidationUtils
 
value(boolean) - Method in class com.jdroid.java.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class com.jdroid.java.json.JSONWriter
Append a double value.
value(long) - Method in class com.jdroid.java.json.JSONWriter
Append a long value.
value(Object) - Method in class com.jdroid.java.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum com.jdroid.java.exception.CommonErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdroid.java.http.cache.CachingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdroid.java.marshaller.MarshallerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdroid.java.utils.Hasher
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jdroid.java.exception.CommonErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdroid.java.http.cache.CachingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdroid.java.marshaller.MarshallerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdroid.java.utils.DateUtils.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdroid.java.utils.Hasher
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class com.jdroid.java.json.JSONObject
Make a JSON text of an Object value.

W

warn(String) - Method in class com.jdroid.java.logger.MuteLogger
 
warn(String, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
warn(String, Object, Object) - Method in class com.jdroid.java.logger.MuteLogger
 
warn(String, Object[]) - Method in class com.jdroid.java.logger.MuteLogger
 
warn(String, Throwable) - Method in class com.jdroid.java.logger.MuteLogger
 
WebService - Interface in com.jdroid.java.http
 
WEEK - Static variable in class com.jdroid.java.utils.DateUtils
Seconds in a week
wordWrapToTwoLines(String, int) - Static method in class com.jdroid.java.utils.StringUtils
This method word wrap a text to two lines if the text has multiple words and its length is greater than the specified minLength.
wrap(Object) - Static method in class com.jdroid.java.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class com.jdroid.java.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class com.jdroid.java.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class com.jdroid.java.json.JSONWriter
The writer that will receive the output.
writeTo(OutputStream) - Method in class com.jdroid.java.http.apache.post.ByteArrayInputStreamBody
 

X

XML - Static variable in class com.jdroid.java.http.MimeType
 
XmlMockWebService - Class in com.jdroid.java.http.mock
 
XmlMockWebService(Object...) - Constructor for class com.jdroid.java.http.mock.XmlMockWebService
 

Y

yesterday() - Static method in class com.jdroid.java.utils.DateUtils
 
YYYYMMDD_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 2010-10-25
YYYYMMDDHHMMSS_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 2010-10-25 21:30:00
YYYYMMDDHHMMSSSSS_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like 2010-10-25 21:30:00.123
YYYYMMDDHHMMSSZ_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like yyyy-MM-dd HH:mm:ss Z
YYYYMMDDTHHMMSSZ_DATE_FORMAT - Static variable in class com.jdroid.java.utils.DateUtils
Date format like yyyy-MM-ddTHH:mm:ss Z

Z

zipFile(String) - Static method in class com.jdroid.java.utils.FileUtils
 
ZipFileParser - Class in com.jdroid.java.parser.zip
Parser used to handle a file contained inside a zip.
ZipFileParser(Parser, String) - Constructor for class com.jdroid.java.parser.zip.ZipFileParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2014. All rights reserved.