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

A

AbstractHandler - Class in org.gcube.smartgears.handlers
Partial implementation of Handler.
AbstractHandler() - Constructor for class org.gcube.smartgears.handlers.AbstractHandler
 
accept - Static variable in class org.gcube.smartgears.Constants
The name of the Accept HTTP header
accepts(String...) - Method in class org.gcube.smartgears.extensions.ApiMethodSignature
 
accepts(HttpExtension.Method, String) - Method in class org.gcube.smartgears.extensions.ApiResource
Returns true if this resource accepts a given media type for a given method.
accounting_management - Static variable in class org.gcube.smartgears.Constants
The configuration name of AccountingManagers.
AccountingManager - Class in org.gcube.smartgears.handlers.container.lifecycle
 
AccountingManager() - Constructor for class org.gcube.smartgears.handlers.container.lifecycle.AccountingManager
 
activation - Static variable in class org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
The event qualifier that correspond to the ApplicationState.active state of the service lifecycle.
activation - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState.partActive state of the container lifecycle.
add(Property...) - Method in class org.gcube.smartgears.context.Properties
Adds one or more properties to this collection.
ADD_TOKEN_TO_APPLICATION - Static variable in class org.gcube.smartgears.managers.ContextEvents
 
ADD_TOKEN_TO_CONTAINER - Static variable in class org.gcube.smartgears.managers.ContextEvents
 
addResources(ApiResource...) - Method in class org.gcube.smartgears.extensions.HttpController
Adds one ore more ApiResources to this controller.
addTo(Collection<String>) - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfilePublisher
Adds for the first time the current resource profile of the application in one or more scopes.
addTo(Collection<String>) - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
Adds the current resource profile of the application in one or more scopes.
addToAll() - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfilePublisher
 
addToAll() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
Adds the current resource profile of the application in one or more scopes.
addToContext - Static variable in class org.gcube.smartgears.handlers.ProfileEvents
 
allow - Static variable in class org.gcube.smartgears.Constants
The name of the Allow HTTP header
allowedContexts() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
allowedContexts(Set<String>) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
ApiMethodSignature - Class in org.gcube.smartgears.extensions
 
ApiMethodSignature(HttpExtension.Method) - Constructor for class org.gcube.smartgears.extensions.ApiMethodSignature
 
ApiResource - Class in org.gcube.smartgears.extensions
A resource-specifc API handled by an HttpController.
ApiResource(ApiSignature) - Constructor for class org.gcube.smartgears.extensions.ApiResource
Creates an instance with a given signature.
ApiSignature - Class in org.gcube.smartgears.extensions
 
ApiSignature(String) - Constructor for class org.gcube.smartgears.extensions.ApiSignature
 
app(String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the configuration of an application with a given context path.
app(ApplicationConfiguration) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Adds the configuration of an application to this configuration.
application() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the servlet context of the application.
application() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
application_handlers_file_name - Static variable in class org.gcube.smartgears.Constants
 
application_json - Static variable in class org.gcube.smartgears.Constants
The name of the Json media type.
application_republish_frequency_in_minutes - Static variable in class org.gcube.smartgears.Constants
 
application_xhtml - Static variable in class org.gcube.smartgears.Constants
The name of the XHTML media type.
application_xml - Static variable in class org.gcube.smartgears.Constants
The name of the XML media type.
ApplicationConfiguration - Interface in org.gcube.smartgears.configuration.application
The configuration of the application.
ApplicationConfigurationBinder - Class in org.gcube.smartgears.configuration.application
Binds ApplicationConfigurations to and from XML serialisations.
ApplicationConfigurationBinder() - Constructor for class org.gcube.smartgears.configuration.application.ApplicationConfigurationBinder
 
ApplicationContext - Interface in org.gcube.smartgears.context.application
The management context of an application.
ApplicationEvent<T extends ApplicationHandler<T>> - Class in org.gcube.smartgears.handlers.application
An Event that occurs in the lifetime of the application.
ApplicationExtension - Interface in org.gcube.smartgears.extensions
A servlet that allows remote management of the application.
ApplicationExtensions - Class in org.gcube.smartgears.configuration.application
The ApplicationExtensions that manage the application.
ApplicationExtensions() - Constructor for class org.gcube.smartgears.configuration.application.ApplicationExtensions
 
ApplicationHandler<T extends ApplicationHandler<T>> - Interface in org.gcube.smartgears.handlers.application
ApplicationHandlers - Class in org.gcube.smartgears.configuration.application
The ApplicationHandlers that manage the application.
ApplicationHandlers() - Constructor for class org.gcube.smartgears.configuration.application.ApplicationHandlers
 
ApplicationLifecycle - Class in org.gcube.smartgears.lifecycle.application
The Lifecycle of an application.
ApplicationLifecycle(Hub, String) - Constructor for class org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
 
ApplicationLifecycleEvent - Class in org.gcube.smartgears.handlers.application
An ApplicationEvent that occurs when the application starts or stops.
ApplicationLifecycleEvent.Start - Class in org.gcube.smartgears.handlers.application
An ApplicationEvent that occurs when the application starts.
ApplicationLifecycleEvent.Stop - Class in org.gcube.smartgears.handlers.application
An ApplicationEvent that occurs when the application stops.
ApplicationLifecycleHandler - Class in org.gcube.smartgears.handlers.application
ApplicationLifecycleHandler() - Constructor for class org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
 
ApplicationManager - Class in org.gcube.smartgears.managers
Coordinates management of an application as a gCube resource.
ApplicationManager() - Constructor for class org.gcube.smartgears.managers.ApplicationManager
 
ApplicationPipeline<H extends ApplicationHandler<H>> - Class in org.gcube.smartgears.handlers.application
ApplicationPipeline(List<H>) - Constructor for class org.gcube.smartgears.handlers.application.ApplicationPipeline
Creates an instance with a given list of handlers.
ApplicationState - Enum in org.gcube.smartgears.lifecycle.application
The state and state transitions of the lifecycle of an application managed as a gCube service.
apps() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the application configurations included in this configuration.
authenticationEnpoint() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
authenticationEnpoint(String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
authorization_header - Static variable in class org.gcube.smartgears.Constants
The name of the HTTP header for standard HTTP basic authorization
authorizationProxy() - Method in class org.gcube.smartgears.provider.DefaultProvider
 
authorizationProxy() - Method in interface org.gcube.smartgears.provider.Provider
Returns an implementation of the IS publisher for a given application
authorizeChildrenContext() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
authorizeChildrenContext(boolean) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 

B

bind(InputStream) - Method in class org.gcube.smartgears.configuration.application.ApplicationConfigurationBinder
Returns the application configuration from its XML serialisation.
bind(InputStream) - Method in class org.gcube.smartgears.configuration.container.ContainerConfigurationBinder
Returns a ContainerConfiguration from its XML serialisation.
bind(InputStream) - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfigurationBinder
Returns a ContainerConfiguration from its XML serialisation.
bindExtensions(InputStream) - Method in class org.gcube.smartgears.configuration.application.ApplicationConfigurationBinder
Returns the extensions of the application from their XML serialisation.
bindHandlers(InputStream) - Method in class org.gcube.smartgears.configuration.application.ApplicationConfigurationBinder
Returns the handlers of the application from their XML serialisation.
bindHandlers(InputStream) - Method in class org.gcube.smartgears.configuration.container.ContainerConfigurationBinder
Returns the handlers of the container from their XML serialisation.
Bootstrap - Class in org.gcube.smartgears
Bootstraps management of all deployed applications which require it.
Bootstrap() - Constructor for class org.gcube.smartgears.Bootstrap
 
BridgedApplicationConfiguration - Class in org.gcube.smartgears.configuration.application
 
BridgedApplicationConfiguration(ContainerConfiguration, ApplicationConfiguration) - Constructor for class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 

C

called_method_header - Static variable in class org.gcube.smartgears.Constants
The name of the HTTP header that contains the called method of the current request
changed - Static variable in class org.gcube.smartgears.handlers.ProfileEvents
The event that signals a change to the profile.
closeSafely(Closeable) - Static method in class org.gcube.smartgears.utils.Utils
 
code() - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
configuration() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the configuration of the application.
configuration() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
configuration() - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the configuration of the container.
configuration() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
configuration_file_path - Static variable in class org.gcube.smartgears.Constants
The application configuration resource path.
ConfigurationResource - Class in org.gcube.smartgears.extensions.resource
Constants - Class in org.gcube.smartgears
Library-wide constants.
Constants() - Constructor for class org.gcube.smartgears.Constants
 
container() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the management context of the container.
container() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
container_configuraton_file_path - Static variable in class org.gcube.smartgears.Constants
The container configuration file path, relative to the container configuration directory.
container_handlers_file_name - Static variable in class org.gcube.smartgears.Constants
 
container_handlers_file_path - Static variable in class org.gcube.smartgears.Constants
The container lifecycle configuration resource path.
container_profile_file_path - Static variable in class org.gcube.smartgears.Constants
The path of the application profile file, relative to the container configuration directory.
container_profile_file_path_copy - Static variable in class org.gcube.smartgears.Constants
 
container_profile_property - Static variable in class org.gcube.smartgears.Constants
The name of the context property that contains the node profile.
ContainerConfiguration - Class in org.gcube.smartgears.configuration.container
The configuration of the container.
ContainerConfiguration() - Constructor for class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
ContainerConfigurationBinder - Class in org.gcube.smartgears.configuration.container
Binds ContainerConfigurations to and from XML serialisations.
ContainerConfigurationBinder() - Constructor for class org.gcube.smartgears.configuration.container.ContainerConfigurationBinder
 
ContainerContext - Interface in org.gcube.smartgears.context.container
The management context of the container.
containerContext() - Method in class org.gcube.smartgears.provider.DefaultProvider
 
containerContext() - Method in interface org.gcube.smartgears.provider.Provider
Assembles and returns the context of the container.
ContainerHandler - Class in org.gcube.smartgears.handlers.container
ContainerHandler() - Constructor for class org.gcube.smartgears.handlers.container.ContainerHandler
 
ContainerHandlers - Class in org.gcube.smartgears.configuration.container
The ContainerHandlers that manage the application.
ContainerHandlers() - Constructor for class org.gcube.smartgears.configuration.container.ContainerHandlers
 
containerHandlers() - Method in class org.gcube.smartgears.provider.DefaultProvider
 
containerHandlers() - Method in interface org.gcube.smartgears.provider.Provider
Returns the handlers associated with the container.
ContainerLifecycle - Class in org.gcube.smartgears.lifecycle.container
The Lifecycle of the application container.
ContainerLifecycle(Hub) - Constructor for class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
Creates an instance with an event Hub.
ContainerLifecycleEvent - Class in org.gcube.smartgears.handlers.container
An Event that occurs in the lifetime of the container.
ContainerLifecycleEvent.Start - Class in org.gcube.smartgears.handlers.container
An ContainerLifecycleEvent that occurs when the container starts.
ContainerLifecycleEvent.Stop - Class in org.gcube.smartgears.handlers.container
An ContainerLifecycleEvent that occurs when the container stops.
ContainerListener - Class in org.gcube.smartgears.probe
 
ContainerListener() - Constructor for class org.gcube.smartgears.probe.ContainerListener
 
ContainerManager - Class in org.gcube.smartgears.managers
Coordinates management of the container as a gCube resource.
ContainerPipeline - Class in org.gcube.smartgears.handlers.container
ContainerPipeline(List<ContainerHandler>) - Constructor for class org.gcube.smartgears.handlers.container.ContainerPipeline
Creates an instance with a given list of handlers.
ContainerState - Enum in org.gcube.smartgears.lifecycle.container
The state and state transitions of the lifecycle of an application managed as a gCube service.
contains(String) - Method in class org.gcube.smartgears.context.Properties
Returns true if this collection contains a given property.
content_type - Static variable in class org.gcube.smartgears.Constants
The name of the Content-Type HTTP header
context() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the context path of the application
context(String) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the context path of the application
context() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
context(String) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
context() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
context(String) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
context() - Method in class org.gcube.smartgears.extensions.HttpExtension
 
context() - Method in class org.gcube.smartgears.handlers.Event
Returns the context of the container.
context_attribute - Static variable in class org.gcube.smartgears.Constants
The name of the attribute in the servlet context that contains the context of an application.
contextDestroyed(ServletContextEvent) - Method in class org.gcube.smartgears.probe.ContainerListener
 
ContextEvents - Class in org.gcube.smartgears.managers
 
ContextEvents() - Constructor for class org.gcube.smartgears.managers.ContextEvents
 
contextFor(ContainerContext, ServletContext) - Method in class org.gcube.smartgears.provider.DefaultProvider
 
contextFor(ContainerContext, ServletContext) - Method in interface org.gcube.smartgears.provider.Provider
Assembles and returns the context of a given application.
contextInitialized(ServletContextEvent) - Method in class org.gcube.smartgears.probe.ContainerListener
 
country() - Method in class org.gcube.smartgears.configuration.container.Site
Returns the country.
country(String) - Method in class org.gcube.smartgears.configuration.container.Site
Sets the country.
create() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
create(T, List<String>) - Method in class org.gcube.smartgears.provider.OfflinePublisher
 

D

default_container_publication_frequency_in_seconds - Static variable in class org.gcube.smartgears.Constants
The default value of for the container publication frequency.
default_extensions_file_path - Static variable in class org.gcube.smartgears.Constants
The default application extensions configuration resource path.
default_handlers_file_path - Static variable in class org.gcube.smartgears.Constants
The default application lifecycle configuration resource path.
DefaultApplicationConfiguration - Class in org.gcube.smartgears.configuration.application
The configuration of a managed app.
DefaultApplicationConfiguration() - Constructor for class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
DefaultApplicationContext - Class in org.gcube.smartgears.context.application
Default ApplicationContext implementation.
DefaultApplicationContext(String, ContainerContext, ServletContext, ApplicationConfiguration, Hub, ApplicationLifecycle, Properties) - Constructor for class org.gcube.smartgears.context.application.DefaultApplicationContext
Crates an intance with mandatory parameters
DefaultApplicationContext(ApplicationContext) - Constructor for class org.gcube.smartgears.context.application.DefaultApplicationContext
Creates an instance by copying the configuration of another.
DefaultContainerContext - Class in org.gcube.smartgears.context.container
Default ContainerContext implementation.
DefaultContainerContext(String, ContainerConfiguration, Hub, ContainerLifecycle, Properties) - Constructor for class org.gcube.smartgears.context.container.DefaultContainerContext
Creates an instance with mandatory parameters.
DefaultLifecycle<S extends State<S>> - Class in org.gcube.smartgears.lifecycle
 
DefaultLifecycle(Hub, String, S) - Constructor for class org.gcube.smartgears.lifecycle.DefaultLifecycle
 
DefaultPersistence - Class in org.gcube.smartgears.persistence
 
DefaultPersistence() - Constructor for class org.gcube.smartgears.persistence.DefaultPersistence
 
DefaultPersistence(String) - Constructor for class org.gcube.smartgears.persistence.DefaultPersistence
 
DefaultProvider - Class in org.gcube.smartgears.provider
Default implementation of the Provider interface.
DefaultProvider() - Constructor for class org.gcube.smartgears.provider.DefaultProvider
 
delete(String) - Method in class org.gcube.smartgears.context.Properties
Removes a given property.
description() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the description of the application.
description(String) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the description of the application.
description() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
description(String) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
description() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
description(String) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
description() - Method in class org.gcube.smartgears.context.Property
Returns the description of this property.
destroy() - Method in class org.gcube.smartgears.extensions.RequestExceptionBarrier
 
destroy() - Method in class org.gcube.smartgears.managers.RequestManager
 
display(boolean) - Method in class org.gcube.smartgears.context.Property
Sets whether the property is intended for display
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.smartgears.extensions.RequestExceptionBarrier
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.gcube.smartgears.managers.RequestManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.resource.ConfigurationResource
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.resource.FrontPageResource
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.resource.LifecycleResource
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.resource.ProfileResource
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.resource.LifecycleResource
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.gcube.smartgears.extensions.ApiResource
 

E

equals(Object) - Method in class org.gcube.smartgears.configuration.application.Exclude
 
equals(Object) - Method in class org.gcube.smartgears.configuration.application.Include
 
equals(Object) - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
equals(Object) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
equals(Object) - Method in class org.gcube.smartgears.configuration.container.Site
 
equals(Object) - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
 
equals(Object) - Method in class org.gcube.smartgears.context.Properties
 
equals(Object) - Method in class org.gcube.smartgears.context.Property
 
equals(Object) - Method in class org.gcube.smartgears.handlers.AbstractHandler
 
equals(Object) - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
error() - Method in exception org.gcube.smartgears.handlers.application.request.RequestException
Returns the underlying error.
Event<C> - Class in org.gcube.smartgears.handlers
An event related to a given context.
Event(C) - Constructor for class org.gcube.smartgears.handlers.Event
Creates an instance with the context of the container.
event() - Method in enum org.gcube.smartgears.lifecycle.application.ApplicationState
 
event() - Method in enum org.gcube.smartgears.lifecycle.container.ContainerState
 
event() - Method in interface org.gcube.smartgears.lifecycle.State
Returns the event corresponding to this state.
events() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the event hub of the application
events() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
events() - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the event hub of the container
events() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
Exclude - Class in org.gcube.smartgears.configuration.application
 
Exclude() - Constructor for class org.gcube.smartgears.configuration.application.Exclude
 
Exclude(String) - Constructor for class org.gcube.smartgears.configuration.application.Exclude
 
Exclude(List<String>, String) - Constructor for class org.gcube.smartgears.configuration.application.Exclude
 
excludes() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns a set of request paths that should not be subjected to request management.
excludes(Exclude...) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
 
excludes() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
excludes(Exclude...) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
excludes() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
excludes(Exclude...) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
excludes() - Method in class org.gcube.smartgears.extensions.ApiResource
 
excludes() - Method in interface org.gcube.smartgears.extensions.ApplicationExtension
Returns the set of request paths that should be excluded from request management.
excludes() - Method in class org.gcube.smartgears.extensions.HttpController
 
excludes() - Method in class org.gcube.smartgears.extensions.HttpExtension
 
extensions() - Method in class org.gcube.smartgears.configuration.application.ApplicationExtensions
Returns the extensions for the application.
extensions_file_path - Static variable in class org.gcube.smartgears.Constants
The application extensions configuration resource path.
extensionsFor(ApplicationContext) - Method in class org.gcube.smartgears.provider.DefaultProvider
 
extensionsFor(ApplicationContext) - Method in interface org.gcube.smartgears.provider.Provider
Returns the API extensions associated with a given application.

F

failure - Static variable in class org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
The event qualifier that correspond to the ApplicationState.failed state of the service lifecycle.
failure - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState#fa state of the container lifecycle.
file(String) - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
file(String) - Method in interface org.gcube.smartgears.persistence.Persistence
 
fileAt(String) - Static method in class org.gcube.smartgears.utils.Utils
 
fill(GCoreEndpoint) - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfileBuilder
 
fire() - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
fire(String) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
fire(Throwable) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
fire(String, Throwable) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
forward(E) - Method in class org.gcube.smartgears.handlers.Pipeline
Forwards an event through the pipeline.
frontpage_file_path - Static variable in class org.gcube.smartgears.Constants
The application frontpage resource path.
FrontPageResource - Class in org.gcube.smartgears.extensions.resource

G

GcubeAccountingValve - Class in org.gcube.smartgears.utils
 
GcubeAccountingValve() - Constructor for class org.gcube.smartgears.utils.GcubeAccountingValve
 
GcubeJwt - Class in org.gcube.smartgears.utils
 
GcubeJwt() - Constructor for class org.gcube.smartgears.utils.GcubeJwt
 
GcubeJwt.Roles - Class in org.gcube.smartgears.utils
 
get() - Method in class org.gcube.smartgears.configuration.container.ContainerHandlers
Returns the ContainerHandlers for the service.
get() - Method in class org.gcube.smartgears.utils.InnerMethodName
 
getCause(Throwable) - Static method in class org.gcube.smartgears.utils.Utils
 
getContext() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
getEmail() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
getFirstName() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
getHandlers() - Method in class org.gcube.smartgears.configuration.application.Exclude
 
getHandlers() - Method in class org.gcube.smartgears.configuration.application.Include
 
getLastName() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
getName() - Method in class org.gcube.smartgears.handlers.application.request.RequestAccounting
 
getName() - Method in class org.gcube.smartgears.handlers.application.request.RequestContextRetriever
 
getName() - Method in class org.gcube.smartgears.handlers.application.request.RequestValidator
 
getName() - Method in class org.gcube.smartgears.handlers.application.RequestHandler
 
getPath() - Method in class org.gcube.smartgears.configuration.application.Exclude
 
getPath() - Method in class org.gcube.smartgears.configuration.application.Include
 
getRoles() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
getScopes() - Method in class org.gcube.smartgears.utils.ScopeEvent
 
getServiceInfo(ApplicationContext) - Static method in class org.gcube.smartgears.utils.Utils
 
getUsername() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
ghn_home_env - Static variable in class org.gcube.smartgears.Constants
The environment variable that points to the container configuration directory.
ghn_home_property - Static variable in class org.gcube.smartgears.Constants
The system property that points to the container configuration directory.

H

handleError(HttpServletRequest, HttpServletResponse, Throwable) - Static method in class org.gcube.smartgears.utils.Utils
 
Handler<E> - Interface in org.gcube.smartgears.handlers
Handles events.
handleRequest(RequestEvent) - Method in class org.gcube.smartgears.handlers.application.request.RequestAccounting
 
handleRequest(RequestEvent) - Method in class org.gcube.smartgears.handlers.application.request.RequestContextRetriever
 
handleRequest(RequestEvent) - Method in class org.gcube.smartgears.handlers.application.request.RequestValidator
 
handleRequest(RequestEvent) - Method in class org.gcube.smartgears.handlers.application.RequestHandler
Invoked when the container receives a request for a servlet of a managed app.
handleResponse(ResponseEvent) - Method in class org.gcube.smartgears.handlers.application.request.RequestAccounting
 
handleResponse(ResponseEvent) - Method in class org.gcube.smartgears.handlers.application.request.RequestContextRetriever
 
handleResponse(ResponseEvent) - Method in class org.gcube.smartgears.handlers.application.RequestHandler
Invoked when a servlet of a managed app has produced a response to a request.
handlers() - Method in class org.gcube.smartgears.handlers.Pipeline
Returns the handlers in this pipeline.
handlers_file_path - Static variable in class org.gcube.smartgears.Constants
The application lifecycle configuration resource path.
handlersFor(ApplicationContext) - Method in class org.gcube.smartgears.provider.DefaultProvider
 
handlersFor(ApplicationContext) - Method in interface org.gcube.smartgears.provider.Provider
Returns the handlers associated with a given application.
handles(String) - Static method in class org.gcube.smartgears.extensions.ApiResource
Returns a ApiSignature that declares the method and media types handled by an ApiResource for a given mapping.
hashCode() - Method in class org.gcube.smartgears.configuration.application.Exclude
 
hashCode() - Method in class org.gcube.smartgears.configuration.application.Include
 
hashCode() - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
hashCode() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
hashCode() - Method in class org.gcube.smartgears.configuration.container.Site
 
hashCode() - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
 
hashCode() - Method in class org.gcube.smartgears.context.Properties
 
hashCode() - Method in class org.gcube.smartgears.context.Property
 
hashCode() - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
home() - Static method in class org.gcube.smartgears.utils.Utils
 
hostname() - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
hostname(String) - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
hostname() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the host name of the container.
hostname(String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the host name of the container.
HttpController - Class in org.gcube.smartgears.extensions
An HttpExtension that dispatches to one or more ApiResources, handling the generic, HTTP-aspects aspects of their client interactions
HttpController(String, String) - Constructor for class org.gcube.smartgears.extensions.HttpController
Creates an instance with a given name and a given mapping.
HttpExtension - Class in org.gcube.smartgears.extensions
An ApplicationExtension that implements the HttpServlet interface
HttpExtension() - Constructor for class org.gcube.smartgears.extensions.HttpExtension
 
HttpExtension(String, String) - Constructor for class org.gcube.smartgears.extensions.HttpExtension
 
HttpExtension.Method - Enum in org.gcube.smartgears.extensions
Enumeration of HTTP methods.

I

id() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
 
id() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
id() - Method in interface org.gcube.smartgears.context.container.ContainerContext
 
id() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
Include - Class in org.gcube.smartgears.configuration.application
 
Include() - Constructor for class org.gcube.smartgears.configuration.application.Include
 
Include(String) - Constructor for class org.gcube.smartgears.configuration.application.Include
 
Include(List<String>, String) - Constructor for class org.gcube.smartgears.configuration.application.Include
 
includes() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns a set of request paths that should be subjected to request management.
includes(Include...) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
 
includes() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
includes(Include...) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
includes() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
includes(Include...) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
infrastructure() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the infrastructure in which the container is running.
infrastructure(String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the infrastructure in which the container is running.
init(ApplicationContext) - Method in interface org.gcube.smartgears.extensions.ApplicationExtension
Initialises the extensions with the context of the application.
init(ApplicationContext) - Method in class org.gcube.smartgears.extensions.HttpController
 
init() - Method in class org.gcube.smartgears.extensions.HttpExtension
 
init(ApplicationContext) - Method in class org.gcube.smartgears.extensions.HttpExtension
 
init(FilterConfig) - Method in class org.gcube.smartgears.extensions.RequestExceptionBarrier
 
init(FilterConfig) - Method in class org.gcube.smartgears.managers.RequestManager
 
inner() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
InnerMethodName - Class in org.gcube.smartgears.utils
 
instance - Static variable in class org.gcube.smartgears.managers.ContainerManager
 
instance - Static variable in class org.gcube.smartgears.utils.InnerMethodName
 
interpolate(String, Map<String, String>) - Static method in class org.gcube.smartgears.extensions.resource.FrontPageResource
 
invoke(Request, Response) - Method in class org.gcube.smartgears.utils.GcubeAccountingValve
 
is(Class<?>) - Method in class org.gcube.smartgears.context.Property
Returns true if the value of this property has a given type.
isDisplay() - Method in class org.gcube.smartgears.context.Property
Returns true if the property is intended for display
isEmpty() - Method in class org.gcube.smartgears.context.Properties
Returns true if this collection has no properties.
iterator() - Method in class org.gcube.smartgears.context.Properties
 

L

latitude() - Method in class org.gcube.smartgears.configuration.container.Site
Returns the latitude.
latitude(String) - Method in class org.gcube.smartgears.configuration.container.Site
Sets the latitude.
library_configuration_file_path - Static variable in class org.gcube.smartgears.Constants
The library configuration resource path.
lifecycle() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the lifecycle of the application.
lifecycle() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
lifecycle() - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the lifecycle of the container
lifecycle() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
Lifecycle<S extends State<S>> - Interface in org.gcube.smartgears.lifecycle
The lifecycle of an application managed as a gCube service.
lifecycleHandlers() - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
Returns the ApplicationLifecycleHandlers for the service.
LifecycleResource - Class in org.gcube.smartgears.extensions.resource
LifecycleResource.State - Class in org.gcube.smartgears.extensions.resource
 
loadStatistics() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
location() - Method in class org.gcube.smartgears.configuration.container.Site
Returns the location.
location(String) - Method in class org.gcube.smartgears.configuration.container.Site
Sets the location.
location() - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
location() - Method in interface org.gcube.smartgears.persistence.Persistence
 
log - Static variable in class org.gcube.smartgears.probe.ContainerListener
 
longitude() - Method in class org.gcube.smartgears.configuration.container.Site
Returns the longitude.
longitude(String) - Method in class org.gcube.smartgears.configuration.container.Site
Sets the longitude.
lookup(String) - Method in class org.gcube.smartgears.context.Properties
Returns a given property in this collection.

M

manage(ApplicationContext) - Method in class org.gcube.smartgears.managers.ContainerManager
 
mapping() - Method in class org.gcube.smartgears.extensions.ApiSignature
 
mapping() - Method in interface org.gcube.smartgears.extensions.ApplicationExtension
Returns the mapping of this extension.
mapping() - Method in class org.gcube.smartgears.extensions.HttpExtension
 
mapping(String) - Method in class org.gcube.smartgears.extensions.HttpExtension
 
mapping - Static variable in class org.gcube.smartgears.extensions.resource.ConfigurationResource
 
mapping - Static variable in class org.gcube.smartgears.extensions.resource.FrontPageResource
 
mapping - Static variable in class org.gcube.smartgears.extensions.resource.LifecycleResource
 
mapping - Static variable in class org.gcube.smartgears.extensions.resource.ProfileResource
 
memoryUsage() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
merge(ApplicationConfiguration) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Merges this configuration with another configuration
merge(ApplicationConfiguration) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
merge(ApplicationConfiguration) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
mergeWith(ApplicationHandlers) - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
 
mergeWith(ContainerHandlers) - Method in class org.gcube.smartgears.configuration.container.ContainerHandlers
 
message() - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
method(HttpExtension.Method) - Static method in class org.gcube.smartgears.extensions.ApiResource
Returns an ApiMethodSignature that declares the media types handled by an ApiResource for a given method.
methods() - Method in class org.gcube.smartgears.extensions.ApiSignature
 
mode() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the management mode of the application.
mode(Mode) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the management mode of this application.
mode() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
mode(Mode) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
mode() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
mode(Mode) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
mode() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the management mode for the container.
mode(Mode) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the management mode for the container.
Mode - Enum in org.gcube.smartgears.configuration
The management mode the container or its applications.
moveTo(S) - Method in class org.gcube.smartgears.lifecycle.DefaultLifecycle
 
moveTo(S) - Method in interface org.gcube.smartgears.lifecycle.Lifecycle
Transition this lifecycle to a given state.

N

name() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the name of the application.
name(String) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the name of the application.
name() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
name(String) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
name() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
name(String) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
name() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the name of the application.
name() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
name() - Method in class org.gcube.smartgears.context.Property
Returns the name of this property.
name() - Method in interface org.gcube.smartgears.extensions.ApplicationExtension
Returns the name of this extension.
name() - Method in class org.gcube.smartgears.extensions.HttpExtension
 
name(String) - Method in class org.gcube.smartgears.extensions.HttpExtension
 
next() - Method in interface org.gcube.smartgears.lifecycle.State
Returns the list of states to which services can transition to from this state.
notEmpty(String, String) - Static method in class org.gcube.smartgears.utils.Utils
 
notEmpty(String, Object[]) - Static method in class org.gcube.smartgears.utils.Utils
 
notEmpty(String, Collection<?>) - Static method in class org.gcube.smartgears.utils.Utils
 
notNull(Object[]) - Static method in class org.gcube.smartgears.utils.Utils
 
notNull(String, Object) - Static method in class org.gcube.smartgears.utils.Utils
 

O

OfflinePublisher - Class in org.gcube.smartgears.provider
An implementation of ScopedPublisher that simulates remote publication.
OfflinePublisher() - Constructor for class org.gcube.smartgears.provider.OfflinePublisher
 
onEvent(ApplicationEvent<ApplicationLifecycleHandler>) - Method in class org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
 
onEvent(ApplicationEvent<RequestHandler>) - Method in class org.gcube.smartgears.handlers.application.RequestHandler
 
onEvent(ContainerLifecycleEvent) - Method in class org.gcube.smartgears.handlers.container.ContainerHandler
 
onEvent(E) - Method in interface org.gcube.smartgears.handlers.Handler
Processes a given event.
onStart(ApplicationLifecycleEvent.Start) - Method in class org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
Invoked when the container starts a managed app.
onStart(ApplicationLifecycleEvent.Start) - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfileManager
 
onStart(ContainerLifecycleEvent.Start) - Method in class org.gcube.smartgears.handlers.container.ContainerHandler
Invoked when the container starts.
onStart(ContainerLifecycleEvent.Start) - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileManager
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.gcube.smartgears.Bootstrap
 
onStop(ApplicationLifecycleEvent.Stop) - Method in class org.gcube.smartgears.handlers.application.ApplicationLifecycleHandler
Invoked when the container stops a managed app.
onStop(ContainerLifecycleEvent.Stop) - Method in class org.gcube.smartgears.handlers.container.ContainerHandler
Invoked when the container stops.
onStop(ContainerLifecycleEvent.Stop) - Method in class org.gcube.smartgears.handlers.container.lifecycle.AccountingManager
 
org.gcube.smartgears - package org.gcube.smartgears
 
org.gcube.smartgears.configuration - package org.gcube.smartgears.configuration
 
org.gcube.smartgears.configuration.application - package org.gcube.smartgears.configuration.application
 
org.gcube.smartgears.configuration.container - package org.gcube.smartgears.configuration.container
 
org.gcube.smartgears.configuration.library - package org.gcube.smartgears.configuration.library
 
org.gcube.smartgears.context - package org.gcube.smartgears.context
 
org.gcube.smartgears.context.application - package org.gcube.smartgears.context.application
 
org.gcube.smartgears.context.container - package org.gcube.smartgears.context.container
 
org.gcube.smartgears.extensions - package org.gcube.smartgears.extensions
 
org.gcube.smartgears.extensions.resource - package org.gcube.smartgears.extensions.resource
 
org.gcube.smartgears.handlers - package org.gcube.smartgears.handlers
 
org.gcube.smartgears.handlers.application - package org.gcube.smartgears.handlers.application
 
org.gcube.smartgears.handlers.application.lifecycle - package org.gcube.smartgears.handlers.application.lifecycle
 
org.gcube.smartgears.handlers.application.request - package org.gcube.smartgears.handlers.application.request
 
org.gcube.smartgears.handlers.container - package org.gcube.smartgears.handlers.container
 
org.gcube.smartgears.handlers.container.lifecycle - package org.gcube.smartgears.handlers.container.lifecycle
 
org.gcube.smartgears.lifecycle - package org.gcube.smartgears.lifecycle
 
org.gcube.smartgears.lifecycle.application - package org.gcube.smartgears.lifecycle.application
 
org.gcube.smartgears.lifecycle.container - package org.gcube.smartgears.lifecycle.container
 
org.gcube.smartgears.managers - package org.gcube.smartgears.managers
 
org.gcube.smartgears.persistence - package org.gcube.smartgears.persistence
 
org.gcube.smartgears.probe - package org.gcube.smartgears.probe
 
org.gcube.smartgears.provider - package org.gcube.smartgears.provider
 
org.gcube.smartgears.utils - package org.gcube.smartgears.utils
 

P

part_activation - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState.active state of the container lifecycle.
pending - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState#pending state of the container lifecycle.
persistence() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the persistence manager of the application.
persistence(Persistence) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the persistence manager of the application.
persistence() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
persistence(Persistence) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
persistence() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
persistence(Persistence) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
persistence() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the persistence manager of the container.
persistence(Persistence) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the persistence manager of the container.
persistence() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the persistence manager of the application.
persistence() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
persistence() - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the persistence manager of the container.
persistence() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
Persistence - Interface in org.gcube.smartgears.persistence
 
Pipeline<E,H extends Handler<E>> - Class in org.gcube.smartgears.handlers
An ordered list Handlers that handle related events.
Pipeline(List<H>) - Constructor for class org.gcube.smartgears.handlers.Pipeline
Creates an instance with a given list of handlers.
plain_text - Static variable in class org.gcube.smartgears.Constants
jar The name of the XML media type.
port() - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
port(int) - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
port() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the port at which the container is listening for requests.
port(int) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the port at which the container is listening for requests.
previous() - Method in class org.gcube.smartgears.lifecycle.DefaultLifecycle
 
previous() - Method in interface org.gcube.smartgears.lifecycle.Lifecycle
Returns the state from which this lifecycle transitioned to its current state.
produces(String...) - Method in class org.gcube.smartgears.extensions.ApiMethodSignature
 
produces(HttpExtension.Method, String) - Method in class org.gcube.smartgears.extensions.ApiResource
Returns true if this resource produces a given media type for a given method.
profile(Class<T>) - Method in interface org.gcube.smartgears.context.application.ApplicationContext
 
profile(Class<T>) - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
profile(Class<T>) - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the resource profile of a given type of the container.
profile(Class<T>) - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
profile_file_path - Static variable in class org.gcube.smartgears.Constants
The path of the application profile file, relative to the service configuration directory.
profile_management - Static variable in class org.gcube.smartgears.Constants
The configuration name of ProfileManagers.
profile_property - Static variable in class org.gcube.smartgears.Constants
The name of the context property that contains the endpoint profile.
ProfileBuilder - Class in org.gcube.smartgears.handlers.application.lifecycle
 
ProfileBuilder(ApplicationContext) - Constructor for class org.gcube.smartgears.handlers.application.lifecycle.ProfileBuilder
 
ProfileBuilder - Class in org.gcube.smartgears.handlers.container.lifecycle
 
ProfileBuilder(ContainerContext) - Constructor for class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
ProfileEvents - Class in org.gcube.smartgears.handlers
Profile lifetime events for container and application.
ProfileEvents() - Constructor for class org.gcube.smartgears.handlers.ProfileEvents
 
ProfileManager - Class in org.gcube.smartgears.handlers.application.lifecycle
Manages the resource profile of the application.
ProfileManager() - Constructor for class org.gcube.smartgears.handlers.application.lifecycle.ProfileManager
 
ProfileManager - Class in org.gcube.smartgears.handlers.container.lifecycle
Manages the resource profile of the container.
ProfileManager() - Constructor for class org.gcube.smartgears.handlers.container.lifecycle.ProfileManager
 
ProfilePublisher - Class in org.gcube.smartgears.handlers.application.lifecycle
Publishes the current resource profile of the application.
ProfilePublisher(ApplicationContext) - Constructor for class org.gcube.smartgears.handlers.application.lifecycle.ProfilePublisher
Creates an instance for a given application.
ProfilePublisher - Class in org.gcube.smartgears.handlers.container.lifecycle
Publishes the resource profile of the container.
ProfilePublisher(ContainerContext) - Constructor for class org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
Creates an instance for the container.
ProfileResource - Class in org.gcube.smartgears.extensions.resource
properties() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the configuration properties of the container.
properties() - Method in interface org.gcube.smartgears.context.application.ApplicationContext
Returns the properties of the application
properties() - Method in class org.gcube.smartgears.context.application.DefaultApplicationContext
 
properties() - Method in interface org.gcube.smartgears.context.container.ContainerContext
Returns the properties of the container.
properties() - Method in class org.gcube.smartgears.context.container.DefaultContainerContext
 
Properties - Class in org.gcube.smartgears.context
A collection of uniquely named Propertys.
Properties(Properties) - Constructor for class org.gcube.smartgears.context.Properties
Creates an instance that delegates to another for unknown properties.
Properties() - Constructor for class org.gcube.smartgears.context.Properties
Creates an instance.
property(String, String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Adds a configuration property to the container.
Property - Class in org.gcube.smartgears.context
A named property with a value and a description.
Property(String, Object) - Constructor for class org.gcube.smartgears.context.Property
Creates an instance with a given name and value.
Property(String, Object, String) - Constructor for class org.gcube.smartgears.context.Property
Creates an instance with a given name, value, and description.
protocol() - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
protocol(String) - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
protocol() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the port at which the container is listening for requests.
protocol(String) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
Provider - Interface in org.gcube.smartgears.provider
Provides dependencies for container and application management.
provider() - Static method in class org.gcube.smartgears.provider.ProviderFactory
 
ProviderFactory - Class in org.gcube.smartgears.provider
 
ProviderFactory() - Constructor for class org.gcube.smartgears.provider.ProviderFactory
 
proxied() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
 
proxied() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
proxied() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
proxyAddress() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
 
proxyAddress(ProxyAddress) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
 
proxyAddress() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
proxyAddress(ProxyAddress) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
proxyAddress() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
proxyAddress(ProxyAddress) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
ProxyAddress - Class in org.gcube.smartgears.configuration.application
 
ProxyAddress() - Constructor for class org.gcube.smartgears.configuration.application.ProxyAddress
 
publicationFrequency() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the publication frequency for the container's profile.
publicationFrequency(long) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the publication frequency for the container's profile.
published - Static variable in class org.gcube.smartgears.handlers.ProfileEvents
The event that signals the publication of the profile.
publisherFor(ContainerContext) - Method in class org.gcube.smartgears.provider.DefaultProvider
 
publisherFor(ApplicationContext) - Method in class org.gcube.smartgears.provider.DefaultProvider
 
publisherFor(ContainerContext) - Method in interface org.gcube.smartgears.provider.Provider
Returns an implementation of the IS publisher for the container
publisherFor(ApplicationContext) - Method in interface org.gcube.smartgears.provider.Provider
Returns an implementation of the IS publisher for a given application

R

remote_management - Static variable in class org.gcube.smartgears.Constants
The configuration name of RemoteResources.
remoteForm() - Method in interface org.gcube.smartgears.lifecycle.State
Returns a serialisation of this state for exchange purposes.
RemoteResource - Class in org.gcube.smartgears.extensions.resource
An HttpController for remote management of the application.
RemoteResource() - Constructor for class org.gcube.smartgears.extensions.resource.RemoteResource
Creates an instance with its ApiResources.
remove(T, List<String>) - Method in class org.gcube.smartgears.provider.OfflinePublisher
 
REMOVE_TOKEN_FROM_APPLICATION - Static variable in class org.gcube.smartgears.managers.ContextEvents
 
REMOVE_TOKEN_FROM_CONTAINER - Static variable in class org.gcube.smartgears.managers.ContextEvents
 
removeFrom(Collection<String>) - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfilePublisher
Removes the application from one or more scopes.
removeFrom(Collection<String>) - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
Removes the container from one or more scopes.
removeFromContext - Static variable in class org.gcube.smartgears.handlers.ProfileEvents
 
request() - Method in class org.gcube.smartgears.handlers.application.RequestEvent
Returns the client request.
request_accounting - Static variable in class org.gcube.smartgears.Constants
The configuration name of RequestAccountings.
request_context_retriever - Static variable in class org.gcube.smartgears.Constants
The configuration name of RequestValidators.
request_validation - Static variable in class org.gcube.smartgears.Constants
The configuration name of RequestValidators.
RequestAccounting - Class in org.gcube.smartgears.handlers.application.request
 
RequestAccounting() - Constructor for class org.gcube.smartgears.handlers.application.request.RequestAccounting
 
RequestContextRetriever - Class in org.gcube.smartgears.handlers.application.request
 
RequestContextRetriever() - Constructor for class org.gcube.smartgears.handlers.application.request.RequestContextRetriever
 
RequestError - Enum in org.gcube.smartgears.handlers.application.request
Known error types.
RequestEvent - Class in org.gcube.smartgears.handlers.application
An ApplicationEvent that occurs when an application receives a request.
RequestEvent(String, ApplicationContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.gcube.smartgears.handlers.application.RequestEvent
Creates an instance with the application context, the client request, and the name of the target servlet.
RequestException - Exception in org.gcube.smartgears.handlers.application.request
Thrown for the occurrence of an error during request processing.
RequestException(RequestError) - Constructor for exception org.gcube.smartgears.handlers.application.request.RequestException
Creates an instance with an underlying error.
RequestException(RequestError, String) - Constructor for exception org.gcube.smartgears.handlers.application.request.RequestException
Creates an instance with an underling error and a custom message.
RequestException(RequestError, Throwable) - Constructor for exception org.gcube.smartgears.handlers.application.request.RequestException
Creates an instance with an underlying error and an underlying cause
RequestException(RequestError, Throwable, String) - Constructor for exception org.gcube.smartgears.handlers.application.request.RequestException
Creates an instance with an underlying error, an underlying cause, and an underlying message.
RequestExceptionBarrier - Class in org.gcube.smartgears.extensions
A Filter that maps RequestExceptions onto error responses.
RequestExceptionBarrier() - Constructor for class org.gcube.smartgears.extensions.RequestExceptionBarrier
 
RequestHandler - Class in org.gcube.smartgears.handlers.application
RequestHandler() - Constructor for class org.gcube.smartgears.handlers.application.RequestHandler
 
requestHandlers() - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
Returns the RequestHandlers for the service.
RequestManager - Class in org.gcube.smartgears.managers
A Filter that executes a ApplicationPipeline of RequestHandlers before and a client request is delivered to a given servlet and before the response produced by the servlet is returned to the client.
RequestManager(ApplicationContext, String, List<RequestHandler>) - Constructor for class org.gcube.smartgears.managers.RequestManager
Creates an instance with the name of the target servlet and a pipeline.
requestTypes() - Method in class org.gcube.smartgears.extensions.ApiSignature
 
RequestValidator - Class in org.gcube.smartgears.handlers.application.request
 
RequestValidator() - Constructor for class org.gcube.smartgears.handlers.application.request.RequestValidator
 
reset() - Method in class org.gcube.smartgears.utils.InnerMethodName
 
response() - Method in class org.gcube.smartgears.handlers.application.RequestEvent
Returns the response.
ResponseEvent - Class in org.gcube.smartgears.handlers.application
A ApplicationEvent that occurs when the application returns a response to a given request.
ResponseEvent(String, ApplicationContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.gcube.smartgears.handlers.application.ResponseEvent
Creates an instance with the name of the target servlet, the context of the application, the client request, and the application response.
responseTypes() - Method in class org.gcube.smartgears.extensions.ApiSignature
 
rethrowUnchecked(Throwable) - Static method in class org.gcube.smartgears.utils.Utils
 
reverse() - Method in class org.gcube.smartgears.handlers.application.ApplicationPipeline
Returns a pipeline with the same handlers as this pipeline but in reverse order.
reverse() - Method in class org.gcube.smartgears.handlers.container.ContainerPipeline
Returns a pipeline with the same handlers as this pipeline but in reverse order.
Roles() - Constructor for class org.gcube.smartgears.utils.GcubeJwt.Roles
 
root_mapping - Static variable in class org.gcube.smartgears.Constants
The mapping root of all extensions.

S

scheduledServicePool - Static variable in class org.gcube.smartgears.utils.Utils
 
scope_header - Static variable in class org.gcube.smartgears.Constants
The name of the HTTP header that contains the scope of requests
ScopeEvent - Class in org.gcube.smartgears.utils
 
ScopeEvent(Collection<String>) - Constructor for class org.gcube.smartgears.utils.ScopeEvent
 
service(ServletRequest, ServletResponse) - Method in class org.gcube.smartgears.extensions.HttpController
 
serviceClass() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the class of the application
serviceClass(String) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the class of the application.
serviceClass() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
serviceClass(String) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
serviceClass() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
serviceClass(String) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
servlet() - Method in class org.gcube.smartgears.handlers.application.RequestEvent
Returns the name of the target servlet.
set(ApplicationExtension...) - Method in class org.gcube.smartgears.configuration.application.ApplicationExtensions
Sets the extensions for the application.
set(ApplicationLifecycleHandler...) - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
Sets the ApplicationLifecycleHandlers for the service.
set(RequestHandler...) - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
Sets the RequestHandlers for the service.
set(ContainerHandler...) - Method in class org.gcube.smartgears.configuration.container.ContainerHandlers
Sets the ContainerHandlers for the service.
set(String) - Method in class org.gcube.smartgears.utils.InnerMethodName
 
setHostAndPort(String) - Method in class org.gcube.smartgears.utils.GcubeAccountingValve
 
setInfra(String) - Method in class org.gcube.smartgears.utils.GcubeAccountingValve
 
setServiceClass(String) - Method in class org.gcube.smartgears.utils.GcubeAccountingValve
 
setServiceName(String) - Method in class org.gcube.smartgears.utils.GcubeAccountingValve
 
shutdown - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState.stopped state of the container lifecycle.
signature() - Method in class org.gcube.smartgears.extensions.ApiResource
Return the signature of this resource.
site() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the geographical site of the container.
site(Site) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the geographical site of the container.
Site - Class in org.gcube.smartgears.configuration.container
The geographical site of the container.
Site() - Constructor for class org.gcube.smartgears.configuration.container.Site
 
SmartGearsConfiguration - Class in org.gcube.smartgears.configuration.library
 
SmartGearsConfiguration() - Constructor for class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
 
smartgearsConfiguration() - Method in class org.gcube.smartgears.provider.DefaultProvider
 
smartgearsConfiguration() - Method in interface org.gcube.smartgears.provider.Provider
Returns the runtime properties.
SmartGearsConfigurationBinder - Class in org.gcube.smartgears.configuration.library
Binds ContainerConfigurations to and from XML serialisations.
SmartGearsConfigurationBinder() - Constructor for class org.gcube.smartgears.configuration.library.SmartGearsConfigurationBinder
 
smartgearsVersion() - Static method in class org.gcube.smartgears.utils.Utils
 
Start(ApplicationContext) - Constructor for class org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Start
Creates an instance for a given ApplicationContext.
start(ApplicationContext) - Method in class org.gcube.smartgears.handlers.application.RequestHandler
Initialises the handler.
Start(ContainerContext) - Constructor for class org.gcube.smartgears.handlers.container.ContainerLifecycleEvent.Start
Creates an instance for a given ContainerContext.
start - Static variable in class org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
The event qualifier that correspond to the ApplicationState.started state of the service lifecycle.
start - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState.started state of the container lifecycle.
start(ContainerContext, ServletContext) - Method in class org.gcube.smartgears.managers.ApplicationManager
Starts application management.
start(ContainerContext) - Method in class org.gcube.smartgears.managers.ContainerManager
Starts container management.
startTokens() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the tokens in which the application operates when it first starts.
startTokens(Set<String>) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the tokens in which the application operates when it first starts.
startTokens() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
startTokens(Set<String>) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
startTokens() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
startTokens(Set<String>) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
startTokens() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Returns the VOs in which the container initially operates.
startTokens(List<String>) - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Sets the VOs in which the container initially operates.
State(ApplicationState) - Constructor for class org.gcube.smartgears.extensions.resource.LifecycleResource.State
 
state() - Method in class org.gcube.smartgears.lifecycle.DefaultLifecycle
 
state() - Method in interface org.gcube.smartgears.lifecycle.Lifecycle
Returns the current state of this lifecycle.
State<S extends State<S>> - Interface in org.gcube.smartgears.lifecycle
 
Stop(ApplicationContext) - Constructor for class org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Stop
Creates an instance for a given ApplicationContext.
stop() - Method in class org.gcube.smartgears.handlers.application.RequestHandler
Terminates the handler.
Stop(ContainerContext) - Constructor for class org.gcube.smartgears.handlers.container.ContainerLifecycleEvent.Stop
Creates an instance for a given ContainerContext.
stop - Static variable in class org.gcube.smartgears.lifecycle.application.ApplicationLifecycle
The event qualifier that correspond to the ApplicationState#started#stopped state of the service lifecycle.
stop - Static variable in class org.gcube.smartgears.lifecycle.container.ContainerLifecycle
The event qualifier that correspond to the ContainerState.stopped state of the container lifecycle.
stop() - Method in class org.gcube.smartgears.managers.ApplicationManager
Stops application management.
stop() - Method in class org.gcube.smartgears.managers.ContainerManager
Stops container management on remote request.
stop(boolean) - Method in class org.gcube.smartgears.managers.ContainerManager
Stops container management on remote request or container shutdown.
supports(HttpExtension.Method) - Method in class org.gcube.smartgears.extensions.ApiResource
Returns true if this resource supports a given method.
supports(HttpExtension.Method) - Method in class org.gcube.smartgears.extensions.resource.LifecycleResource
 

T

testProvider(Provider) - Static method in class org.gcube.smartgears.provider.ProviderFactory
 
toException() - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
toException(String) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
toException(Throwable) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
toException(String, Throwable) - Method in enum org.gcube.smartgears.handlers.application.request.RequestError
 
token_header - Static variable in class org.gcube.smartgears.Constants
The name of the HTTP header that contains the authorization token of requests
token_registered - Static variable in class org.gcube.smartgears.Constants
The event for token registration for app.
token_removed - Static variable in class org.gcube.smartgears.Constants
The event for token removal for app.
toRead() - Method in interface org.gcube.smartgears.utils.Utils.ModeClause
 
toString() - Method in class org.gcube.smartgears.configuration.application.ApplicationExtensions
 
toString() - Method in class org.gcube.smartgears.configuration.application.Exclude
 
toString() - Method in class org.gcube.smartgears.configuration.application.Include
 
toString() - Method in class org.gcube.smartgears.configuration.application.ProxyAddress
 
toString() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
 
toString() - Method in class org.gcube.smartgears.context.Properties
 
toString() - Method in class org.gcube.smartgears.context.Property
 
toString() - Method in class org.gcube.smartgears.extensions.resource.RemoteResource
 
toString() - Method in class org.gcube.smartgears.handlers.AbstractHandler
 
toString() - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfileManager
 
toString() - Method in class org.gcube.smartgears.handlers.application.request.RequestAccounting
 
toString() - Method in class org.gcube.smartgears.handlers.application.request.RequestValidator
 
toString() - Method in class org.gcube.smartgears.handlers.application.RequestEvent
 
toString() - Method in class org.gcube.smartgears.handlers.container.lifecycle.AccountingManager
 
toString() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileManager
 
toString() - Method in class org.gcube.smartgears.handlers.Event
 
toString() - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
toString() - Method in class org.gcube.smartgears.utils.GcubeJwt
 
toWrite() - Method in interface org.gcube.smartgears.utils.Utils.ModeClause
 
tryMoveTo(S) - Method in class org.gcube.smartgears.lifecycle.DefaultLifecycle
 
tryMoveTo(S) - Method in interface org.gcube.smartgears.lifecycle.Lifecycle
Attempts to transition this lifecycle to a given state, but does not fail if the transition is illegal for this lifecycle.

U

unchecked(Throwable) - Static method in class org.gcube.smartgears.utils.Utils
 
update() - Method in class org.gcube.smartgears.handlers.application.lifecycle.ProfilePublisher
 
update(HostingNode, boolean) - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
update() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfilePublisher
Updates the current resource profile of the application in its current scopes.
update(T) - Method in class org.gcube.smartgears.provider.OfflinePublisher
 
uptime() - Method in class org.gcube.smartgears.handlers.container.lifecycle.ProfileBuilder
 
uri() - Method in class org.gcube.smartgears.handlers.application.RequestEvent
 
Utils - Class in org.gcube.smartgears.utils
Library-wide utils.
Utils() - Constructor for class org.gcube.smartgears.utils.Utils
 
Utils.ModeClause - Interface in org.gcube.smartgears.utils
 

V

valid(String, Object[]) - Static method in class org.gcube.smartgears.utils.Utils
 
valid(String, String) - Static method in class org.gcube.smartgears.utils.Utils
 
validate() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Validates this configuration.
validate() - Method in class org.gcube.smartgears.configuration.application.ApplicationExtensions
 
validate() - Method in class org.gcube.smartgears.configuration.application.ApplicationHandlers
 
validate() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
validate() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
validate() - Method in class org.gcube.smartgears.configuration.container.ContainerConfiguration
Validates this configuration
validate() - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
Validates this configuration
validate() - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
value() - Method in class org.gcube.smartgears.context.Property
Returns the value of this property.
value(Class<S>) - Method in class org.gcube.smartgears.context.Property
Returns the value of this property under a given type.
value - Variable in class org.gcube.smartgears.extensions.resource.LifecycleResource.State
 
valueOf(String) - Static method in enum org.gcube.smartgears.configuration.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.smartgears.extensions.HttpExtension.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.smartgears.handlers.application.request.RequestError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.smartgears.lifecycle.application.ApplicationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.smartgears.lifecycle.container.ContainerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.smartgears.configuration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.smartgears.extensions.HttpExtension.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.smartgears.handlers.application.request.RequestError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.smartgears.lifecycle.application.ApplicationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.smartgears.lifecycle.container.ContainerState
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Returns the version of the application.
version(String) - Method in interface org.gcube.smartgears.configuration.application.ApplicationConfiguration
Sets the version of the application.
version() - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
version(String) - Method in class org.gcube.smartgears.configuration.application.BridgedApplicationConfiguration
 
version() - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
version(String) - Method in class org.gcube.smartgears.configuration.application.DefaultApplicationConfiguration
 
version() - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
 
version(String) - Method in class org.gcube.smartgears.configuration.library.SmartGearsConfiguration
 

W

WILDCARD - Static variable in class org.gcube.smartgears.Constants
The wildcard exclude directive.
with(ApiMethodSignature) - Method in class org.gcube.smartgears.extensions.ApiSignature
 
writefile(String) - Method in class org.gcube.smartgears.persistence.DefaultPersistence
 
writefile(String) - Method in interface org.gcube.smartgears.persistence.Persistence
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All Rights Reserved.