A B C D E F G H I K L M N O P R S T U V

A

accessConfigurationByHardcodedKey() - Method in class de.smartics.properties.tutorial.config.key. ConfigurationKeyTutorial
The configuration is created by a ConfigurationPropertiesFactory that is configured via the service API.
accessConfigurationByHardcodedKey() - Method in class de.smartics.properties.tutorial.config.key. MultiConfigurationKeyTutorial
In this example we assume that the test-module-announce module is deployed on the main server while test-module-mail is part of a mail server.
accessConfigurationByHardcodedKey() - Method in class de.smartics.properties.tutorial.config.key. NoConfigurationKeyTutorial
In this example we assume that there are multiple modules in a single application, but there is no need to handle different configurations.
accessEncryptedPropertyValues() - Method in class de.smartics.properties.tutorial.config.encrypted. EncryptedPropertyValueTutorial
The security implementation to en- and decrypt values is configured via the service API.
accessEnvironmentConfiguration() - Method in class de.smartics.properties.tutorial.tenant. TenantAndUserSupportTutorial
 
accessingAPropertyValue() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
There is also nothing special about accessing the property and it works exactly as shown in OneStringPropertyTutorial .
accessingProperties() - Method in class de.smartics.properties.tutorial.onestringproperty. OneStringPropertyTutorial
Finally we want to access this property from a client application.
accessingPropertyDocumentMetaData() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
Document meta data allows a documentation on a property to be inserted into the context of a project documentation.
accessJavadocComment() - Method in class de.smartics.properties.tutorial.config.doc. PropertyDocumentationTutorial
To access the Javadoc comment of a property, the properties definition bundle requires metadata information in it's META-INF folder.
accessPropertyRangeComment() - Method in class de.smartics.properties.tutorial.config.doc. PropertyDocumentationTutorial
accessTenantConfiguration() - Method in class de.smartics.properties.tutorial.tenant. TenantAndUserSupportTutorial
 
accessUserConfiguration() - Method in class de.smartics.properties.tutorial.tenant. TenantAndUserSupportTutorial
 
accessValueComment() - Method in class de.smartics.properties.tutorial.config.doc. PropertyDocumentationTutorial
If the value comment is an enumeration type, the comments of the elements is also accessible.
ApplicationProperties - Interface in de.smartics.properties.tutorial.onestringproperty
Defines simple application properties as an example.
ApplicationProperties - Interface in de.smartics.properties.tutorial.property
A sample property set for the PropertyTutorial.

B

backProperty() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
beanValidationConstraints() - Method in class de.smartics.properties.tutorial.property.constraints. ViolationMessagesTutorial
The next example shows how violations of constrains defined with Bean Validation are displayed.
blankAsSeparator() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Therefore the pipe is also a valid delimiter.
blankedListOfStrings() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
Separating by blanks.
bootProperties() - Method in class de.smartics.properties.tutorial.boot. BootPropertiesTutorial
BootProperties provide a simple interface to control the process of dealing with properties.
BootPropertiesTutorial - Class in de.smartics.properties.tutorial.boot
This tutorial shows how to use BootProperties.
BootPropertiesTutorial() - Constructor for class de.smartics.properties.tutorial.boot. BootPropertiesTutorial
 

C

calledWithUnknownGroup() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
If there are no constraints in the given group, every value is valid.
composedUrlValue() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
The URL property of homePageUrl is per default constructed by host and port.
ConfigurationKeyTutorial - Class in de.smartics.properties.tutorial.config.key
This tutorial shows how configuration keys can be provided at runtime.
ConfigurationKeyTutorial() - Constructor for class de.smartics.properties.tutorial.config.key. ConfigurationKeyTutorial
 
ConstraintsProperties - Interface in de.smartics.properties.tutorial.property.constraints
A sample property set for the PropertyConstraintsTutorial.
credentialList() - Method in interface de.smartics.properties.tutorial.property.custom. CustomTypeProperties
 
credentials() - Method in interface de.smartics.properties.tutorial.property.custom. CustomTypeProperties
 
CredentialsProperty - Class in de.smartics.properties.tutorial.property.custom
Sample to show how to construct instances of custom types.
customConstraints() - Method in class de.smartics.properties.tutorial.property.constraints. ViolationMessagesTutorial
Now we come to custom constraints.
customType() - Method in class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
The property's type is a custom type.
customTypeNotTranslatedFromString() - Method in class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
If you do not add the
CustomTypeProperties - Interface in de.smartics.properties.tutorial.property.custom
Example with a custom type.
CustomTypePropertyTutorial - Class in de.smartics.properties.tutorial.property.custom
This tutorial shows how a custom type can be integrated into smartics-properties.
CustomTypePropertyTutorial() - Constructor for class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
 

D

de.smartics.properties.tutorial.boot - package de.smartics.properties.tutorial.boot
Provides information on using BootProperties.
de.smartics.properties.tutorial.config.doc - package de.smartics.properties.tutorial.config.doc
 
de.smartics.properties.tutorial.config.encrypted - package de.smartics.properties.tutorial.config.encrypted
 
de.smartics.properties.tutorial.config.key - package de.smartics.properties.tutorial.config.key
Provides tutorials on providing the configuration key to the runtime.
de.smartics.properties.tutorial.dclxml - package de.smartics.properties.tutorial.dclxml
 
de.smartics.properties.tutorial.onestringproperty - package de.smartics.properties.tutorial.onestringproperty
 
de.smartics.properties.tutorial.property - package de.smartics.properties.tutorial.property
 
de.smartics.properties.tutorial.property.constraints - package de.smartics.properties.tutorial.property.constraints
 
de.smartics.properties.tutorial.property.custom - package de.smartics.properties.tutorial.property.custom
 
de.smartics.properties.tutorial.property.expressions - package de.smartics.properties.tutorial.property.expressions
 
de.smartics.properties.tutorial.property.key - package de.smartics.properties.tutorial.property.key
Provides tutorials on using a property key.
de.smartics.properties.tutorial.property.list - package de.smartics.properties.tutorial.property.list
 
de.smartics.properties.tutorial.property.metadata - package de.smartics.properties.tutorial.property.metadata
 
de.smartics.properties.tutorial.propertyset - package de.smartics.properties.tutorial.propertyset
 
de.smartics.properties.tutorial.resolve - package de.smartics.properties.tutorial.resolve
 
de.smartics.properties.tutorial.tenant - package de.smartics.properties.tutorial.tenant
Provides tutorials on tenant and user specific configurations.
declarationOfAProperty() - Method in class de.smartics.properties.tutorial.property.key. PropertyKeyAccessTutorial
We have shown how the descriptor of a property can be made available in the PropertyTutorial.
declarationOfAProperty() - Method in class de.smartics.properties.tutorial.property.key. PropertyKeyNamingTutorial
Instead of the default name storyPoint, the name is story-point.
declarationOfAProperty() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
The declaration states the purpose of a property.
DeclarationXmlTutorial - Class in de.smartics.properties.tutorial.dclxml
This tutorial provides information about the META-INF/declaration.xml file that describes the property declarations.
DeclarationXmlTutorial() - Constructor for class de.smartics.properties.tutorial.dclxml. DeclarationXmlTutorial
 
declaredDefaultGroup() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
Having no group or explicitly set the constraint in a default group has the same effect.
declaredDefaultGroupExplictCallWithDefaultGroup() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
And it is also the same if you call the validation using the default group.
defaultGroup() - Method in interface de.smartics.properties.tutorial.property.constraints. GroupConstraintsProperties
Min and Max are active in the default group.
defaultGroupPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. GroupConstraintsProperties
 
defaultMetaData() - Method in class de.smartics.properties.tutorial.property.metadata. PropertyMetaDataTutorial
If no further metadata is attached to a properties set, the following metadata is created per default.
definitionOfAPropertyValue() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
There is nothing new here according to the configuration shown in OneStringPropertyTutorial .
DescriptorAndKeyProperties - Interface in de.smartics.properties.tutorial.property.key
A sample property set for the PropertyKeyAccessTutorial.
determineSystemIdAutomatically() - Method in class de.smartics.properties.tutorial.config.key. ConfigurationKeyTutorial
Hardcoding the key is usually not what you want.
documentationMetaData() - Method in class de.smartics.properties.tutorial.property.metadata. PropertyMetaDataTutorial
PENDING: Show how to add documentation metadata.

E

element() - Method in interface de.smartics.properties.tutorial.propertyset. ForeignPropertySet
This property is part of the property set some.name.
element() - Method in interface de.smartics.properties.tutorial.propertyset. PropertySetWithName
The name of this property is propset.name.element
element() - Method in interface de.smartics.properties.tutorial.propertyset. VirtualPropertySet
This property is part of the virtual property set other.set, since this property set is never declared at type level.
EncryptedPropertyValueTutorial - Class in de.smartics.properties.tutorial.config.encrypted
This tutorial shows how property values can be encrypted.
EncryptedPropertyValueTutorial() - Constructor for class de.smartics.properties.tutorial.config.encrypted. EncryptedPropertyValueTutorial
 
equals(Object) - Method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
Returns true if the given object is semantically equal to the given object, false otherwise.
ExpressionsProperties - Interface in de.smartics.properties.tutorial.property.expressions
A sample property set for the PropertyExpressionsTutorial.
extremeListOfStrings() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
An example that shows how to specify strings with blanks an non alpha numeric characters.

F

foreignElement() - Method in interface de.smartics.properties.tutorial.propertyset. ForeignPropertySet
This property is part if the property set propset.name.
ForeignPropertySet - Interface in de.smartics.properties.tutorial.propertyset
This is an example where a property set contains a property of another property set.
fromString(String) - Static method in enum de.smartics.properties.tutorial.property.constraints. Priority
 
fromString(String) - Static method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
 
fromString(String) - Static method in enum de.smartics.properties.tutorial.property.list. Priority
 

G

getId() - Method in enum de.smartics.properties.tutorial.property.constraints. Priority
Returns the identifier of the priority.
getId() - Method in enum de.smartics.properties.tutorial.property.list. Priority
Returns the identifier of the priority.
getPassword() - Method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
 
getPriorityValue() - Method in enum de.smartics.properties.tutorial.property.constraints. Priority
Returns the value of the priority.
getPriorityValue() - Method in enum de.smartics.properties.tutorial.property.list. Priority
Returns the value of the priority.
getUserId() - Method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
 
getValues() - Method in enum de.smartics.properties.tutorial.property.constraints. Priority
 
getValues() - Method in enum de.smartics.properties.tutorial.property.list. Priority
 
GroupConstraintsProperties - Interface in de.smartics.properties.tutorial.property.constraints
A sample property set for the PropertyConstraintsWithGroupsTutorial.

H

happiness() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
A value with a minimum level.
happinessPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
hashCode() - Method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
Returns the hash code of the object.
homePageUrl() - Method in interface de.smartics.properties.tutorial.property.expressions. ExpressionsProperties
 
homePageUrl() - Method in interface de.smartics.properties.tutorial.property.expressions. OverridingExpressionsProperties
 
host() - Method in interface de.smartics.properties.tutorial.onestringproperty. ApplicationProperties
 
host() - Method in interface de.smartics.properties.tutorial.property. ApplicationProperties
Returns the name of the host.
host() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
The property must not be blank.
host() - Method in interface de.smartics.properties.tutorial.property.expressions. ExpressionsProperties
 
host() - Method in interface de.smartics.properties.tutorial.property.expressions. OverridingExpressionsProperties
 
host() - Method in interface de.smartics.properties.tutorial.property.key. DescriptorAndKeyProperties
Returns the name of the host.
host() - Method in interface de.smartics.properties.tutorial.property.metadata. MetaDataProperties
Returns the name of the host.
hostPropertyDescriptor() - Method in interface de.smartics.properties.tutorial.property. ApplicationProperties
Returns the property descriptor for the #host() property.
hostPropertyDescriptor() - Method in interface de.smartics.properties.tutorial.property.key. DescriptorAndKeyProperties
Returns the property descriptor for the #host() property.
hostPropertyDescriptor() - Method in interface de.smartics.properties.tutorial.property.metadata. MetaDataProperties
Returns the property descriptor for the #host() property.
hostPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
hostPropertyKey() - Method in interface de.smartics.properties.tutorial.property.expressions. OverridingExpressionsProperties
 
hostPropertyKey() - Method in interface de.smartics.properties.tutorial.property.key. DescriptorAndKeyProperties
Returns the property key for the #host() property.

I

illegalBackReference() - Method in class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
illegalBackReference() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
illegalUnknownReference() - Method in class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
illegalUnknownReference() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
initialize(RealHappiness) - Method in class de.smartics.properties.tutorial.property.constraints. RealHappinessValidator
No operation.
intList() - Method in interface de.smartics.properties.tutorial.property.list. ListPropertiesWithConstraints.ElementConstraints
 
intList() - Method in interface de.smartics.properties.tutorial.property.list. ListPropertiesWithConstraints
A simple list of Integers with two to four elements.
intListPropertyKey() - Method in interface de.smartics.properties.tutorial.property.list. ListPropertiesWithConstraints
 
invalidEnumValuedProperty() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
The following examples shows that setting the property to an invalid value throws an exception on validation.
invalidInStartupGroup() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
Let's have a look at some examples that use groups to activate and deactivate constraints for a particular validation.
invalidRangedValueProperty() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
The following examples shows that setting the property to an invalid value throws an exception on validation.
isCommented() - Method in enum de.smartics.properties.tutorial.property.constraints. Priority
 
isCommented() - Method in enum de.smartics.properties.tutorial.property.list. Priority
 
isValid(Integer, ConstraintValidatorContext) - Method in class de.smartics.properties.tutorial.property.constraints. RealHappinessValidator

K

KeyNameProperties - Interface in de.smartics.properties.tutorial.property.key
A sample property set for the PropertyKeyNamingTutorial.

L

listConstraintsAtWork() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyConstraintsTutorial
This example simply shows, that the constraint on a list as whole works.
listElementConstraintsAtWork() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyConstraintsTutorial
And this example simply shows, that the constraints on the elements work.
listofCustomTypes() - Method in class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
A list of custom types.
listOfInts() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
A simple list of Integers.
listOfNewLineUrls() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
An example that shows that the separator is optional.
listOfPriorities() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
A simple list of enum elements.
listOfStrings() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
A simple list of Strings.
listOfUrls() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
A simple list of URLs that shows the conversion with a complex type like an URL.
ListProperties - Interface in de.smartics.properties.tutorial.property.list
List constants to use for tests.
ListPropertiesWithConstraints - Interface in de.smartics.properties.tutorial.property.list
This example shows how to add constraints to lists and list elements.
ListPropertiesWithConstraints.ElementConstraints - Interface in de.smartics.properties.tutorial.property.list
The annotation at the nested interface that extends the interface that declares the list property, signals: Here are constraints on the list elements.
ListPropertyConstraintsTutorial - Class in de.smartics.properties.tutorial.property.list
This tutorial provides information about putting constraints on lists and list elements.
ListPropertyConstraintsTutorial() - Constructor for class de.smartics.properties.tutorial.property.list. ListPropertyConstraintsTutorial
 
ListPropertyTutorial - Class in de.smartics.properties.tutorial.property.list
This tutorial introduces how declare properties for list values.
ListPropertyTutorial() - Constructor for class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
 

M

mandatoryAndOptionalProperties() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
Per default all properties are optional.
MESSAGE_KEY - Static variable in annotation type de.smartics.properties.tutorial.property.constraints. RealHappiness
The key of the message rendered, if the constraint has been violated.
MetaDataProperties - Interface in de.smartics.properties.tutorial.property.metadata
A sample property set for the PropertyMetaDataTutorial.
missing() - Method in interface de.smartics.properties.tutorial.property. MissingProperties
 
MissingProperties - Interface in de.smartics.properties.tutorial.property
A sample property set with no properties file to show the exception raised on missing property definitions.
missingPropertySetName() - Method in interface de.smartics.properties.tutorial.property. MissingPropertySetNameProperties
 
MissingPropertySetNameProperties - Interface in de.smartics.properties.tutorial.property
A sample property set where the property definition file lacks the property set name.
MultiConfigurationKeyTutorial - Class in de.smartics.properties.tutorial.config.key
This tutorial shows how configurations for one environment with multiple nodes can be bundled.
MultiConfigurationKeyTutorial() - Constructor for class de.smartics.properties.tutorial.config.key. MultiConfigurationKeyTutorial
 

N

NoConfigurationKeyTutorial - Class in de.smartics.properties.tutorial.config.key
This tutorial shows how to use plain properties files and access it with a generic configuration key.
NoConfigurationKeyTutorial() - Constructor for class de.smartics.properties.tutorial.config.key. NoConfigurationKeyTutorial
 
noPropertiesFile() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
If the properties file to define the properties (associate the declarations with property values) cannot be found, the following exception is thrown: noValidationAtAppend() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
Any property value - valid or not - may be added at any time.
nullProperty() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 

O

omittingTheNameOfThePropertySet() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
If the name of the property set is not mentioned as a prefix to the name of the property, the property cannot be found.
OneStringPropertyTutorial - Class in de.smartics.properties.tutorial.onestringproperty
This tutorial shows how to declare a simple property of type String, provide a definition for it and then access it from a client application.
OneStringPropertyTutorial() - Constructor for class de.smartics.properties.tutorial.onestringproperty. OneStringPropertyTutorial
 
overrideValues() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
If the default values of properties are overridden, the expressions take the correct current value (as you would expect).
overrideValuesAtRuntime() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
So here is the example where we change a read-write property, using a properties key.
overrideValuesAtRuntimeFailsForReadOnlyProperties() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
If the property is changed, the composed property also reflects the change (as one would expect).
OverridingExpressionsProperties - Interface in de.smartics.properties.tutorial.property.expressions
A sample property set for the PropertyExpressionsTutorial it is identical to the ExpressionsProperties, but in this setup we override the default expressions to show, that URL is composed of the current property values.

P

pipeAsSeparator() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Therefore the pipe is also a valid delimiter.
pipedListOfStrings() - Method in interface de.smartics.properties.tutorial.property.list. ListProperties
Separating by pipes.
port() - Method in interface de.smartics.properties.tutorial.property.expressions. ExpressionsProperties
 
port() - Method in interface de.smartics.properties.tutorial.property.expressions. OverridingExpressionsProperties
 
priority() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
A value picked from an enumeration.
Priority - Enum in de.smartics.properties.tutorial.property.constraints
The valid priority values for user stories.
Priority - Enum in de.smartics.properties.tutorial.property.list
The valid priority values for user stories.
priorityPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
propertiesWithConstraints() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyConstraintsTutorial
Constraints on lists and their elements are declared like this: Accessing a list of values is straight forward.
property() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
PropertyConstraintsTutorial - Class in de.smartics.properties.tutorial.property.constraints
This tutorial introduces how to add constraints to the property declaration.
PropertyConstraintsTutorial() - Constructor for class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
 
PropertyConstraintsWithGroupsTutorial - Class in de.smartics.properties.tutorial.property.constraints
This tutorial introduces how to add constraints to the property declaration.
PropertyConstraintsWithGroupsTutorial() - Constructor for class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
 
PropertyDocumentationTutorial - Class in de.smartics.properties.tutorial.config.doc
This tutorial shows how documentation information is provided at runtime.
PropertyDocumentationTutorial() - Constructor for class de.smartics.properties.tutorial.config.doc. PropertyDocumentationTutorial
 
PropertyExpressionsTutorial - Class in de.smartics.properties.tutorial.property.expressions
This tutorial introduces how to add expressions to the property declaration.
PropertyExpressionsTutorial() - Constructor for class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
 
PropertyKeyAccessTutorial - Class in de.smartics.properties.tutorial.property.key
This tutorial introduces shows how to declare a property whose property key is required at runtime.
PropertyKeyAccessTutorial() - Constructor for class de.smartics.properties.tutorial.property.key. PropertyKeyAccessTutorial
 
PropertyKeyNamingTutorial - Class in de.smartics.properties.tutorial.property.key
This tutorial shows how to set the name of a property by overriding the default name derived from the method name.
PropertyKeyNamingTutorial() - Constructor for class de.smartics.properties.tutorial.property.key. PropertyKeyNamingTutorial
 
PropertyMetaDataTutorial - Class in de.smartics.properties.tutorial.property.metadata
This tutorial introduces to the document meta data that allows to integrate the documentation of properties into a project documentation.
PropertyMetaDataTutorial() - Constructor for class de.smartics.properties.tutorial.property.metadata. PropertyMetaDataTutorial
 
PropertyResolveTutorial - Class in de.smartics.properties.tutorial.resolve
This tutorial provides information about resolving .
PropertyResolveTutorial() - Constructor for class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
PropertySetTutorial - Class in de.smartics.properties.tutorial.propertyset
This tutorial explains the PropertySet annotation.
PropertySetTutorial() - Constructor for class de.smartics.properties.tutorial.propertyset. PropertySetTutorial
 
PropertySetWithDefaultName - Interface in de.smartics.properties.tutorial.propertyset
If no property set name is given in the declaration, the name defaults to the fully qualified type name: de.smartics.properties.tutorial.propertyset.PropertySetWithDefaultName
PropertySetWithName - Interface in de.smartics.properties.tutorial.propertyset
This is the declaration of a property with a given name.
PropertySetWithoutName - Interface in de.smartics.properties.tutorial.propertyset
The declaration shows a property set with no name.
PropertyTutorial - Class in de.smartics.properties.tutorial.property
This tutorial introduces the elements of a property and gives examples on how properties are declared.
PropertyTutorial() - Constructor for class de.smartics.properties.tutorial.property. PropertyTutorial
 
propertyWithAEnumValue() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
To specify a a property with a value from an enumeration, use an enum return type.
propertyWithARangeValue() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
To specify a a property with a value from a range, use PropertyIntValueRange.
propertyWithNullValue() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
propertyWithSpecialStrings() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Every non-alpha-numeric character serves as a delimiter.
propertyWithValueOfTypeListOfEnums() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Lists of enums are declared like this: Accessing a list of values is straight forward.
propertyWithValueOfTypeListOfInteger() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Lists of integers are declared like this: Accessing a list of values is straight forward.
propertyWithValueOfTypeListOfString() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Lists of strings are declared like this: Accessing a list of values is straight forward.
propertyWithValueOfTypeListOfUrl() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
Lists of URLs are declared like this: Accessing a list of values is straight forward.

R

rangedValueProperty() - Method in class de.smartics.properties.tutorial.property.constraints. ViolationMessagesTutorial
First let us examine the validation message if we set a property to an invalid value.
realHappiness() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
A value with a minimum and maximum level.
RealHappiness - Annotation Type in de.smartics.properties.tutorial.property.constraints
A sample custom constraint for this tutorial.
realHappinessPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
RealHappinessValidator - Class in de.smartics.properties.tutorial.property.constraints
Checks that the happiness value is within its constraints.
RealHappinessValidator() - Constructor for class de.smartics.properties.tutorial.property.constraints. RealHappinessValidator
 
referencedProperty() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
referenceToAPropertyWithANullValue() - Method in class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
ResolveProperties - Interface in de.smartics.properties.tutorial.resolve
A sample property set for the PropertyResolveTutorial.

S

separators() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
The elements are split by any non-alphanumeric character.
server() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
The property must not be null.
serverPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
serverUrl() - Method in interface de.smartics.properties.tutorial.property. ApplicationProperties
Returns a server URL.
setUp() - Method in class de.smartics.properties.tutorial.boot. BootPropertiesTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.config.doc. PropertyDocumentationTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.config.key. MultiConfigurationKeyTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.config.key. NoConfigurationKeyTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsWithGroupsTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.constraints. ViolationMessagesTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.key. PropertyKeyAccessTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.key. PropertyKeyNamingTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyConstraintsTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property.metadata. PropertyMetaDataTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
 
setUp() - Method in class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
setUpClass() - Static method in class de.smartics.properties.tutorial.tenant. TenantAndUserSupportTutorial
 
simpleIntValue() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
The property port defaults to 808.
simpleStringValue() - Method in class de.smartics.properties.tutorial.property.expressions. PropertyExpressionsTutorial
The property host defaults to localhost.
specifyEnvironmentNameAndNodePerSystemProperty() - Method in class de.smartics.properties.tutorial.config.key. ConfigurationKeyTutorial
You may also provide the name of the environment and the node within this environment via system properties.
specifyEnvironmentNameProgramatically() - Method in class de.smartics.properties.tutorial.config.key. ConfigurationKeyTutorial
If you determine the name and node of the environment by other means, you may still use the automatic determination of the application.
startupGroup() - Method in interface de.smartics.properties.tutorial.property.constraints. GroupConstraintsProperties
A value with a minimum and maximum level, but this time the constraint that checks the value is associated with the Startup constraint group.
startupGroupPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. GroupConstraintsProperties
 
storyPoint() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
A value to be picked from a range of values.
storyPoint() - Method in interface de.smartics.properties.tutorial.property.key. KeyNameProperties
The name of the property is set to story-point
storyPointPropertyKey() - Method in interface de.smartics.properties.tutorial.property.constraints. ConstraintsProperties
 
storyPointPropertyKey() - Method in interface de.smartics.properties.tutorial.property.key. KeyNameProperties
 

T

TenantAndUserSupportTutorial - Class in de.smartics.properties.tutorial.tenant
This tutorial shows tenant and user specific configurations at work.
TenantAndUserSupportTutorial() - Constructor for class de.smartics.properties.tutorial.tenant. TenantAndUserSupportTutorial
 
theMailServerConfiguration() - Method in class de.smartics.properties.tutorial.config.key. MultiConfigurationKeyTutorial
Basically access information is purely a matter of creating the correct configuration key.
theMainServerConfiguration() - Method in class de.smartics.properties.tutorial.config.key. MultiConfigurationKeyTutorial
The main server simply changes the name of the node and the name of the application.
toString(Locale) - Static method in enum de.smartics.properties.tutorial.property.constraints. Priority
 
toString() - Method in enum de.smartics.properties.tutorial.property.constraints. Priority
 
toString() - Method in class de.smartics.properties.tutorial.property.custom. CredentialsProperty
Returns the string representation of the object.
toString(Locale) - Static method in enum de.smartics.properties.tutorial.property.list. Priority
 
toString() - Method in enum de.smartics.properties.tutorial.property.list. Priority
 
transitiveReferencedProperty() - Method in interface de.smartics.properties.tutorial.resolve. ResolveProperties
 
transitiveReferences() - Method in class de.smartics.properties.tutorial.resolve. PropertyResolveTutorial
 
troubleShooting() - Method in class de.smartics.properties.tutorial.property.custom. CustomTypePropertyTutorial
You may encounter on of the following problems.
troubleShooting() - Method in class de.smartics.properties.tutorial.property. PropertyTutorial
You may encounter on of the following problems.

U

urlsSeparatedByNewlines() - Method in class de.smartics.properties.tutorial.property.list. ListPropertyTutorial
But you may also separate URLs by whitespaces alone.

V

validateMethod() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
To check is a configuration is valid, the ConfigurationProperties.validate() has to be called.
validationOnAccess() - Method in class de.smartics.properties.tutorial.property.constraints. PropertyConstraintsTutorial
But as soon as it is accessed, it is guaranteed to be validated.
valueOf(String) - Static method in enum de.smartics.properties.tutorial.property.constraints. Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.smartics.properties.tutorial.property.list. Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.smartics.properties.tutorial.property.constraints. Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.smartics.properties.tutorial.property.list. Priority
Returns an array containing the constants of this enum type, in the order they are declared.
ViolationMessagesTutorial - Class in de.smartics.properties.tutorial.property.constraints
This tutorial shows some of the validation messages.
ViolationMessagesTutorial() - Constructor for class de.smartics.properties.tutorial.property.constraints. ViolationMessagesTutorial
 
VirtualPropertySet - Interface in de.smartics.properties.tutorial.propertyset
A virtual property set is a property set that is given an name but is never registered.

A B C D E F G H I K L M N O P R S T U V

Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.