- Cacheable - Interface in org.uberfire.commons.data
-
- checkCondition(String, boolean) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is marked as valid by the condition passed as parameter.
- checkEachParameterNotNull(String, T...) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not null, as also each item of the array is not null.
- checkInstanceOf(String, Object, Class<T>) - Static method in class org.uberfire.commons.validation.Preconditions
-
- checkNotEmpty(String, T) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not empty.
- checkNotEmpty(String, Map<?, ?>) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not empty.
- checkNotEmpty(String, String) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not empty.
- checkNotEmpty(String, T[]) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not empty.
- checkNotNull(String, T) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is not null.
- checkNullMandatory(String, Object) - Static method in class org.uberfire.commons.validation.PortablePreconditions
-
Assert that this parameter is null.
- clear() - Static method in class org.uberfire.commons.lifecycle.PriorityDisposableRegistry
-
- ClusterService - Interface in org.uberfire.commons.cluster
-
- ClusterServiceFactory - Interface in org.uberfire.commons.cluster
-
- ConfigProperties - Class in org.uberfire.commons.config
-
Encapsulates a collection of Java System Properties by name and value.
- ConfigProperties(Map<String, String>) - Constructor for class org.uberfire.commons.config.ConfigProperties
-
Creates a new container of configured values from which specific config properties can be obtained.
- ConfigProperties(Properties) - Constructor for class org.uberfire.commons.config.ConfigProperties
-
Creates a new container of configured values from which specific config properties can be obtained.
- ConfigProperties.ConfigProperty - Class in org.uberfire.commons.config
-