Skip navigation links
A B C D E F G H I M O P R S T V W 

A

AbstractSettings - Class in org.wisepersist.apuava.settings
The abstract class for most used config getter methods.
AbstractSettings(EnvType) - Constructor for class org.wisepersist.apuava.settings.AbstractSettings
Constructor by EnvType.
AbstractSettings(String...) - Constructor for class org.wisepersist.apuava.settings.AbstractSettings
Constructor by config paths.
AbstractSettingsModule - Class in org.wisepersist.apuava.settings
Abstract settings module which supports env identification.
AbstractSettingsModule() - Constructor for class org.wisepersist.apuava.settings.AbstractSettingsModule
 
addHeader(String, String) - Method in class org.wisepersist.apuava.http.HttpTransport
Adds a new parameter to this HttpTransport instance.
addParam(String, String) - Method in class org.wisepersist.apuava.http.HttpTransport
Adds a new parameter to this HttpTransport instance.
addParams(Map<String, String>) - Method in class org.wisepersist.apuava.http.HttpTransport
Adds a new parameter to this HttpTransport instance.
asText() - Method in enum org.wisepersist.apuava.http.HttpStatus
Gets the HTTP status code as a text string.

B

build(Module...) - Method in class org.wisepersist.apuava.guice.ModuleBuilder
Builds a new Guice module with multiple modules given ignoring duplicate bindings.

C

Console - Class in org.wisepersist.apuava.cli
Logging in terminal console.

D

done(String) - Static method in class org.wisepersist.apuava.cli.Console
Logs done message in console.
done(String, String) - Static method in class org.wisepersist.apuava.cli.Console
Logs done message in console.

E

ensureConfigNotNull() - Method in class org.wisepersist.apuava.settings.AbstractSettings
Ensures that the AbstractSettings.mergedProperties is not null.
EnvConfig - Interface in org.wisepersist.apuava.settings.env
This interface contains methods to identify the current environment.
EnvConfigImpl - Class in org.wisepersist.apuava.settings.env
Implementation of EnvConfig interface.
EnvConfigImpl(EnvType) - Constructor for class org.wisepersist.apuava.settings.env.EnvConfigImpl
Constructor for EnvironmentInfoService object.
EnvType - Interface in org.wisepersist.apuava.settings.env
This interface defines the type class for environment data information.
EnvTypeImpl - Enum in org.wisepersist.apuava.settings.env
Has list of supported environments and list of configs.
error(String) - Static method in class org.wisepersist.apuava.cli.Console
Logs error message in console.
execute() - Method in class org.wisepersist.apuava.http.HttpTransport
Executes the fetching logic.

F

fromString(String) - Static method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
Checks match environment from string.

G

get(String, String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
Gets a setting value by given setting name.
get(String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
Gets a setting value by given setting name.
getAppConfigFolder() - Method in class org.wisepersist.apuava.settings.AbstractSettings
Gets the settings folder name on resource.
getBoolean(String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getBoolean(String) - Method in interface org.wisepersist.apuava.settings.Settings
Get config setting.
getClassType() - Method in class org.wisepersist.apuava.settings.AbstractSettings
Gets the type of the concrete settings class.
getCode() - Method in enum org.wisepersist.apuava.http.HttpStatus
Gets the HTTP status code.
getConfigFile() - Method in interface org.wisepersist.apuava.settings.env.EnvType
Respond with the configuration files resource paths.
getConfigFile() - Method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
 
getContent() - Method in class org.wisepersist.apuava.http.HttpResponse
 
getDesc() - Method in enum org.wisepersist.apuava.http.HttpStatus
Get the description.
getDouble(String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getDouble(String, double) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getDouble(String) - Method in interface org.wisepersist.apuava.settings.Settings
Get config setting.
getDouble(String, double) - Method in interface org.wisepersist.apuava.settings.Settings
Get config setting.
getEnv() - Method in interface org.wisepersist.apuava.settings.env.EnvConfig
To get the environment type set on object creation.
getEnv() - Method in class org.wisepersist.apuava.settings.env.EnvConfigImpl
To get the environment type set on object creation.
getEnvType() - Method in class org.wisepersist.apuava.settings.AbstractSettingsModule
To get the environment type, default is test.
getError() - Method in class org.wisepersist.apuava.http.HttpResponse
 
getInt(String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getInt(String, int) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getInt(String) - Method in interface org.wisepersist.apuava.settings.Settings
Get config setting.
getInt(String, int) - Method in interface org.wisepersist.apuava.settings.Settings
Get config setting.
getName() - Method in interface org.wisepersist.apuava.settings.env.EnvType
Respond with the name of the environment.
getName() - Method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
 
getQueryString() - Method in class org.wisepersist.apuava.http.HttpTransport
Gets query string of parameters.
getStatusCode() - Method in class org.wisepersist.apuava.http.HttpResponse
 
getString(String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getString(String, String) - Method in class org.wisepersist.apuava.settings.AbstractSettings
 
getString(String, String) - Method in interface org.wisepersist.apuava.settings.Settings
Gets a setting value by given setting name.
getString(String) - Method in interface org.wisepersist.apuava.settings.Settings
Gets a setting value by given setting name.

H

handle(Closeable) - Method in interface org.wisepersist.apuava.resource.ResourceHandler
Handles the resource and returns the result.
handle(Closeable) - Method in interface org.wisepersist.apuava.resource.VoidResourceHandler
Handles the resource without any return value.
HttpMethod - Enum in org.wisepersist.apuava.http
Defines request method.
HttpResponse - Class in org.wisepersist.apuava.http
Response of http requests.
HttpResponse(int, String, String) - Constructor for class org.wisepersist.apuava.http.HttpResponse
Constructs a new HttpResponse instance.
HttpStatus - Enum in org.wisepersist.apuava.http
Implementation type HttpStatus.
HttpTransport - Class in org.wisepersist.apuava.http
URL Fetcher which can send HTTP requests using core JDK API.
HttpTransport() - Constructor for class org.wisepersist.apuava.http.HttpTransport
 

I

isDev() - Method in interface org.wisepersist.apuava.settings.env.EnvConfig
True is on dev, otherwise false.
isDev() - Method in class org.wisepersist.apuava.settings.env.EnvConfigImpl
True is on dev, otherwise false.
isProd() - Method in interface org.wisepersist.apuava.settings.env.EnvConfig
True is on production, otherwise false.
isProd() - Method in class org.wisepersist.apuava.settings.env.EnvConfigImpl
True is on production, otherwise false.
isStage() - Method in interface org.wisepersist.apuava.settings.env.EnvConfig
True is on stage, otherwise false.
isStage() - Method in class org.wisepersist.apuava.settings.env.EnvConfigImpl
True is on stage, otherwise false.
isTest() - Method in interface org.wisepersist.apuava.settings.env.EnvConfig
True is on test, otherwise false.
isTest() - Method in class org.wisepersist.apuava.settings.env.EnvConfigImpl
True is on test, otherwise false.

M

ModuleBuilder - Class in org.wisepersist.apuava.guice
Builder for building Guice module.
ModuleBuilder() - Constructor for class org.wisepersist.apuava.guice.ModuleBuilder
 

O

org.wisepersist.apuava.cli - package org.wisepersist.apuava.cli
Utility classes for command-line applications.
org.wisepersist.apuava.guice - package org.wisepersist.apuava.guice
This package contains Guice related classes.
org.wisepersist.apuava.http - package org.wisepersist.apuava.http
This package contains URLFetch related classes, which will be available for use in Google AppEngine.
org.wisepersist.apuava.resource - package org.wisepersist.apuava.resource
This package contains common resource management classes.
org.wisepersist.apuava.settings - package org.wisepersist.apuava.settings
Root package of settings classes.
org.wisepersist.apuava.settings.env - package org.wisepersist.apuava.settings.env
This package contains environment related classes.

P

progress(String, String) - Static method in class org.wisepersist.apuava.cli.Console
Logs progress message in console.
progress(String, String, String) - Static method in class org.wisepersist.apuava.cli.Console
Logs progress message in console.

R

ResourceHandler<T> - Interface in org.wisepersist.apuava.resource
Resource handler interface whose implementation will contain actual resource processing logic.
ResourceManager - Class in org.wisepersist.apuava.resource
Resource manager to isolate the auto-closing logic in a separate class.
ResourceManager() - Constructor for class org.wisepersist.apuava.resource.ResourceManager
Default non-arg constructor.
run(ResourceHandler<T>) - Method in class org.wisepersist.apuava.resource.ResourceManager
Runs the resource handler.
run(VoidResourceHandler) - Method in class org.wisepersist.apuava.resource.ResourceManager
Runs the resource handler.

S

setConnectTimeout(int) - Method in class org.wisepersist.apuava.http.HttpTransport
Specifies connect timeout to this HttpTransport instance.
setHttpMethod(HttpMethod) - Method in class org.wisepersist.apuava.http.HttpTransport
Specifies request method to this HttpTransport instance.
setReadTimeout(int) - Method in class org.wisepersist.apuava.http.HttpTransport
Specifies read timeout to this HttpTransport instance.
Settings - Interface in org.wisepersist.apuava.settings
Interface for environment configuration getter.
setUrl(String) - Method in class org.wisepersist.apuava.http.HttpTransport
Specifies URL to this HttpTransport instance.

T

toString() - Method in class org.wisepersist.apuava.http.HttpResponse
 
toString() - Method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
 

V

valueOf(String) - Static method in enum org.wisepersist.apuava.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wisepersist.apuava.http.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wisepersist.apuava.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wisepersist.apuava.http.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wisepersist.apuava.settings.env.EnvTypeImpl
Returns an array containing the constants of this enum type, in the order they are declared.
VoidResourceHandler - Interface in org.wisepersist.apuava.resource
Void resource handler interface whose implementation will contain actual resource processing logic.

W

with(Closeable) - Method in class org.wisepersist.apuava.resource.ResourceManager
Creates a new instance of ResourceManager with the resource specified.
A B C D E F G H I M O P R S T V W 
Skip navigation links