Modifier and Type | Field and Description |
---|---|
static Property<Boolean> |
PropertyFrameworkGlobals.GlobalPropertyStaticCollection.replaceInlinedProperties |
Modifier and Type | Method and Description |
---|---|
Property<?> |
PropertyValidationVO.getProperty()
the property that has been validated.
|
Property<?> |
PropertyException.getProperty()
The Property involved if any was given to the exception.
|
Property<?> |
PropertyCollection.getPropertyByName(String propertyName)
Get a Property by name.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Property<?>> |
PropertyCollection.getIterator()
Property Iterator.
|
List<Property<?>> |
PropertyCollection.getList()
Property list sorted by name, as a
Collections.unmodifiableList . |
Modifier and Type | Method and Description |
---|---|
void |
PropertyChangeListener.changeFailed(Property<?> property,
String currentValue,
String failedValue,
PropertyException exception)
This method is called if setting an Property failed with a PropertyException.
The method is only called by the Property.setTypedValue() method. |
void |
PropertyChangeListener.changeSuccessfull(Property<?> property,
String beforeValue,
String afterValue)
The method that is called after succesfully changing the value of the
Property . |
int |
Property.compareTo(Property o)
Compare on names
|
Constructor and Description |
---|
PropertyException(Property<?> property,
String msg,
Throwable t)
Constructor with message and throwable
|
PropertyValidationVO(Property<?> property)
Constructor, where the exception is
null . |
PropertyValidationVO(Property<?> property,
Exception exception)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static Property<Class<?>> |
SystemPropertiesCollection.AWT_TOOLKIT |
Property<String> |
ManifestMainCollection.BUILD_BY
Name object for Build-By
|
Property<Date> |
ManifestMainCollection.BUILD_TIME
Name object for Build-Time
|
Property<VersionVO> |
ManifestMainCollection.BUILD_VERSION
Name object for Build-Version
|
Property<List<File>> |
ManifestMainCollection.CLASS_PATH
Name object for Class-Path manifest attribute.
|
Property<String> |
ManifestMainCollection.EXTENSION_INSTALLATION
|
Property<String> |
ManifestMainCollection.EXTENSION_LIST
This attribute indicates the optional packages that are needed by the applet.
|
Property<String> |
ManifestMainCollection.EXTENSION_NAME
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
http://docs.oracle.com/javase/7/docs/technotes/guides/extensions/spec.html#dependency Attributes.Name.EXTENSION_NAME |
static Property<Charset> |
SystemPropertiesCollection.FILE_ENCODING |
static Property<String> |
SystemPropertiesCollection.FILE_ENCODING_PKG |
static Property<String> |
SystemPropertiesCollection.FILE_SEPARATOR |
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_AUTO_ENCRYPT_PASSWORDS
Property name "global.auto.encrypt.passwords".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_AUTO_REGISTER_PROPERTY_COLLECTIONS
Property name "global.auto.register.property.collections".
|
static Property<Long> |
GlobalPropertiesStaticResourceCollection.GLOBAL_DEFAULT_PROPERTY_IO_CACHING_TIME
Property name "global.default.property.io.caching.time".
|
static Property<Proxy> |
GlobalPropertiesStaticResourceCollection.GLOBAL_DEFAULT_PROXY
Property name "global.default.proxy".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_DISCARD_VALUE_QUOTES
Property name "global.disard.value.quotes".
|
static Property<Double> |
GlobalPropertiesStaticResourceCollection.GLOBAL_DOUBLE_PRECISION
Property name "global.double.precision".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_LOG_DEBUG_FRAMEWORK_PERFORMANCE
Property name "global.log.debug.framework.performance".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_LOG_FILE_VALIDATIONS
Property name "global.log.file.validations".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_LOG_WARNING_IF_USING_DEFAULT_VALUES
Property name "global.log.warning.if.using.default.values".
|
static Property<Class<?>> |
GlobalPropertiesStaticResourceCollection.GLOBAL_PROPERTY_DESCRIPTION_LOCALIZER
Property name "global.property.description.localizer".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_REPLACE_INLINED_PROPERTIES
Property name "global.replace.inlined.properties".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_USE_DEFAULT_VALUES
Property name "global.use.default.values".
|
static Property<Boolean> |
GlobalPropertiesStaticResourceCollection.GLOBAL_VALIDATE_IPATH_PROPERTY_TYPES
Property name "".
|
Property<String> |
ManifestMainCollection.IMPLEMENTATION_TITLE
Name object for Implementation-Title manifest attribute used for package versioning.
See Also: Java Product Versioning Specification - http://docs.oracle.com/javase/7/docs/technotes/guides/versioning/spec/versioning2.html#wp90779 Attributes.Name.IMPLEMENTATION_TITLE |
Property<URL> |
ManifestMainCollection.IMPLEMENTATION_URL
Name object for Implementation-Vendor-URL manifest attribute used for package versioning.
See Also: Java Product Versioning Specification - http://docs.oracle.com/javase/7/docs/technotes/guides/versioning/spec/versioning2.html#wp90779 Attributes.Name.IMPLEMENTATION_URL |
Property<String> |
ManifestMainCollection.IMPLEMENTATION_VENDOR
Name object for Implementation-Vendor manifest attribute used for package versioning.
|
Property<String> |
ManifestMainCollection.IMPLEMENTATION_VENDOR_ID
Name object for Implementation-Vendor-Id manifest attribute used for package versioning.
|
Property<String> |
ManifestMainCollection.IMPLEMENTATION_VERSION
Name object for Implementation-Version manifest attribute used for package versioning.
|
static Property<Class<?>> |
SystemPropertiesCollection.JAVA_AWT_GRAPHICSENV |
static Property<List<File>> |
SystemPropertiesCollection.JAVA_CLASS_PATH |
static Property<Double> |
SystemPropertiesCollection.JAVA_CLASS_VERSION |
static Property<List<File>> |
SystemPropertiesCollection.JAVA_EXT_DIRS |
static Property<File> |
SystemPropertiesCollection.JAVA_HOME |
static Property<File> |
SystemPropertiesCollection.JAVA_IO_TMPDIR |
static Property<List<File>> |
SystemPropertiesCollection.JAVA_LIBRARY_PATH |
static Property<String> |
SystemPropertiesCollection.JAVA_RUNTIME_NAME |
static Property<String> |
SystemPropertiesCollection.JAVA_RUNTIME_VERSION |
static Property<String> |
SystemPropertiesCollection.JAVA_SPECIFICATION_NAME |
static Property<String> |
SystemPropertiesCollection.JAVA_SPECIFICATION_VENDOR |
static Property<Double> |
SystemPropertiesCollection.JAVA_SPECIFICATION_VERSION |
static Property<String> |
SystemPropertiesCollection.JAVA_VENDOR |
static Property<URL> |
SystemPropertiesCollection.JAVA_VENDOR_URL |
static Property<String> |
SystemPropertiesCollection.JAVA_VERSION |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_INFO |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_NAME |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_SPECIFICATION_NAME |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_SPECIFICATION_VENDOR |
static Property<Double> |
SystemPropertiesCollection.JAVA_VM_SPECIFICATION_VERSION |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_VENDOR |
static Property<String> |
SystemPropertiesCollection.JAVA_VM_VERSION |
static Property<String> |
SystemPropertiesCollection.LINE_SEPERATOR |
Property<Class<?>> |
ManifestMainCollection.MAIN_CLASS
Name object for Main-Class manifest attribute used for launching applications packaged in JAR files.
|
Property<String> |
ManifestMainCollection.MANIFEST_VERSION
Name object for Manifest-Version manifest attribute.
|
static Property<String> |
SystemPropertiesCollection.OS_ARCH |
static Property<String> |
SystemPropertiesCollection.OS_NAME |
static Property<Double> |
SystemPropertiesCollection.OS_VERSION |
static Property<String> |
SystemPropertiesCollection.PATH_SEPERATOR |
Property<Boolean> |
ManifestMainCollection.SEALED
Name object for Sealed manifest attribute used for sealing.
|
Property<String> |
ManifestMainCollection.SIGNATURE_VERSION
Name object for Signature-Version manifest attribute used when signing JAR files.
|
Property<String> |
ManifestMainCollection.SPECIFICATION_TITLE
Name object for Specification-Title manifest attribute used for package versioning.
|
Property<String> |
ManifestMainCollection.SPECIFICATION_VENDOR
Name object for Specification-Vendor manifest attribute used for package versioning.
|
Property<String> |
ManifestMainCollection.SPECIFICATION_VERSION
Name object for Specification-Version manifest attribute used for package versioning.
|
static Property<List<File>> |
SystemPropertiesCollection.SUN_BOTH_CLASS_PATH |
static Property<Charset> |
SystemPropertiesCollection.SUN_IO_UNICODE_ENCODING |
static Property<Locale> |
SystemPropertiesCollection.USER_COUNTRY |
static Property<String> |
SystemPropertiesCollection.USER_COUNTRY_FORMAT |
static Property<File> |
SystemPropertiesCollection.USER_DIR |
static Property<File> |
SystemPropertiesCollection.USER_HOME |
static Property<Locale> |
SystemPropertiesCollection.USER_LANGUAGE |
static Property<Locale> |
SystemPropertiesCollection.USER_LANGUAGE_FORMAT |
static Property<String> |
SystemPropertiesCollection.USER_NAME |
static Property<TimeZone> |
SystemPropertiesCollection.USER_TIMEZONE |
static Property<String> |
SystemPropertiesCollection.USER_VARIANT |
Modifier and Type | Method and Description |
---|---|
Property<?> |
PropertyListCollection.getPropertyByName(String propertyName) |
Property<?> |
PropertyFieldCollection.getPropertyByName(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Iterator<Property<?>> |
PropertyListCollection.getIterator() |
Iterator<Property<?>> |
PropertyFieldCollection.getIterator() |
List<Property<?>> |
PropertyListCollection.getList() |
List<Property<?>> |
PropertyFieldCollection.getList() |
protected List<Property<?>> |
PropertyFieldCollection.getProperties()
Gets the properties for the PropertyFieldCollection.
|
static List<Property<?>> |
PropertyCollectionUtil.getPropertyListStartWiths(PropertyCollection collection,
String name,
boolean caseSensitive)
Retrieves a list of properties which name starts with a specific string.
|
static List<Property<?>> |
PropertyCollectionFactory.initialize(List<Property<?>> properties,
PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler)
Initialize an list of Property's.
|
static List<Property<?>> |
PropertyCollectionFactory.initialize(Property<?>[] properties,
PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler)
Initialize an array of Property's.
|
static List<Property<?>> |
PropertyCollectionFactory.initializeFieldCollection(Object instance,
Class<?> clazz,
PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler,
PropertyFieldFilter propertyFieldFilter)
Initialize all fields in class of type Property and parses the accept method of "propertyFieldFilter".
|
Modifier and Type | Method and Description |
---|---|
int |
PropertyInitializationPriorityComparator.compare(Property<?> o1,
Property<?> o2) |
int |
PropertyInitializationPriorityComparator.compare(Property<?> o1,
Property<?> o2) |
static String |
PropertyCollectionUtil.getPropertyGroupName(Property<?> property)
Gets the "group" of the property name using the default divider.
|
static String |
PropertyCollectionUtil.getPropertyGroupName(Property<?> property,
char subNameDivider)
Gets the "group" of the property name
|
static List<Property<?>> |
PropertyCollectionFactory.initialize(Property<?>[] properties,
PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler)
Initialize an array of Property's.
|
void |
PropertyValidationHandler.invalidProperty(org.apache.commons.logging.Log logger,
Property<?> property,
Exception exception)
A handle of a property which is INVALID.
|
boolean |
ActivationValidator.isDefinedAndValid(Property<?> property)
Determines if a Property is defined and valid.
|
void |
ActivationValidator.validate(boolean given,
Property<?>... thanMustBeDefined)
Validates a when a certain condition is
true , all provided properties must be defined. |
void |
ActivationValidator.validate(Property<?> givenPropertyDefined,
Object shouldEquals,
Property<?>... thanMustBeDefined)
Validates that a Property typed value is equal a value; if so ; than all the properties in the array must be weel defined.
|
void |
ActivationValidator.validate(Property<?> givenPropertyDefined,
Object shouldEquals,
Property<?>... thanMustBeDefined)
Validates that a Property typed value is equal a value; if so ; than all the properties in the array must be weel defined.
|
void |
ActivationValidator.validate(Property<?> givenPropertyDefined,
Property<?>... thanMustBeDefined)
Validates that if the Property givenPropertyDefined is not
null AND is valid, all the other Properties thanMustBeDefined must be not null and well defined. |
void |
ActivationValidator.validate(Property<?> givenPropertyDefined,
Property<?>... thanMustBeDefined)
Validates that if the Property givenPropertyDefined is not
null AND is valid, all the other Properties thanMustBeDefined must be not null and well defined. |
void |
ActivationValidator.validateMustBeDefined(Property<?>... thanMustBeDefined)
Validates an array of Property's that they all are weel defined.
|
void |
PropertyValidationHandler.validProperty(org.apache.commons.logging.Log logger,
Property<?> property)
A handle of a property that is valid
|
Modifier and Type | Method and Description |
---|---|
static List<Property<?>> |
PropertyCollectionFactory.initialize(List<Property<?>> properties,
PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler)
Initialize an list of Property's.
|
protected void |
PropertyFieldCollection.setProperties(List<Property<?>> properties) |
Constructor and Description |
---|
PropertyListCollection(PropertyIO io,
org.apache.commons.logging.Log logger,
Property<?>[] propertyArray,
PropertyValidationHandler validationHandler)
Constructor.
|
PropertyListCollection(PropertyIO io,
org.apache.commons.logging.Log logger,
PropertyValidationHandler validationHandler,
Property<?>... propertyArray)
Constructor.
|
Constructor and Description |
---|
PropertyListCollection(PropertyIO io,
org.apache.commons.logging.Log logger,
List<Property<?>> propertyList,
PropertyValidationHandler propertyValidationHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Property<Date> |
UpdateLastChangedPropertyChangeListener.getDateProperty()
Gets the Property that holds the date.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
OnChangePropertyChangeListener.changed(Property<?> property)
What to do when the property has been succesfully changed.
|
void |
UpdateLastChangedPropertyChangeListener.changeFailed(Property<?> property,
String currentValue,
String failedValue,
PropertyException exception) |
void |
OnChangePropertyChangeListener.changeFailed(Property<?> property,
String currentValue,
String failedValue,
PropertyException exception) |
void |
LoggingPropertyChangeListener.changeFailed(Property<?> property,
String currentValue,
String failedValue,
PropertyException exception) |
void |
UpdateLastChangedPropertyChangeListener.changeSuccessfull(Property<?> property,
String beforeValue,
String afterValue)
Will set the DateProperty to "new Date()".
|
void |
OnChangePropertyChangeListener.changeSuccessfull(Property<?> property,
String beforeValue,
String afterValue) |
void |
LoggingPropertyChangeListener.changeSuccessfull(Property<?> property,
String beforeValue,
String afterValue)
Logs the change of the property.
Name, before and after value. |
Constructor and Description |
---|
OnChangePropertyChangeListener(Property<?> property) |
UpdateLastChangedPropertyChangeListener(Property<Date> dateProperty)
Constructor where you provide the Property that will automatically be updated.
|
Modifier and Type | Method and Description |
---|---|
static String |
PropertyValidationHandlerUtils.getPropertyInvalidMessage(Property<?> property,
Exception exception)
Builds a message for an invalid
Property . |
static String |
PropertyValidationHandlerUtils.getPropertyValidMessage(Property<?> property)
Builds a message for a valid
Property . |
void |
SendMessagePropertyValidationHandler.invalidProperty(org.apache.commons.logging.Log logger,
Property<?> property,
Exception exception) |
void |
LoggingPropertyValidationHandler.invalidProperty(org.apache.commons.logging.Log logger,
Property<?> property,
Exception exception) |
void |
LoggingPropertyValidationHandler.validProperty(org.apache.commons.logging.Log logger,
Property<?> property) |
Constructor and Description |
---|
SendMessagePropertyValidationHandler(Property<List<String>> sendToList,
Property<String> validationFailedSubject,
ValidationMessenger messenger)
Constructor.
|
SendMessagePropertyValidationHandler(Property<List<String>> sendToList,
Property<String> validationFailedSubject,
ValidationMessenger messenger)
Constructor.
|
SendMessagePropertyValidationHandler(Property<List<String>> sendToList,
Property<String> validationFailedSubject,
ValidationMessenger messenger,
boolean doSystemExitIfAnythingNotInvalid)
Constructor.
|
SendMessagePropertyValidationHandler(Property<List<String>> sendToList,
Property<String> validationFailedSubject,
ValidationMessenger messenger,
boolean doSystemExitIfAnythingNotInvalid)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Property<?>[] |
DerivedPropertyType.getDerivedFrom()
Gets the array of Property's which this PropertyType is dependent on.
|
Property<K> |
DerivedFromSinglePropertyType.getDerivedFromProperty()
Gets the one Property which this PropertyType is dependent on.
|
Property<?> |
DerivedPropertyType.getDerivedFromProperty(int index)
Gets a specific dependent Property in the array.
|
Property<K> |
DerivedFromTypePropertyType.getDerivedFromType()
Gets the one Property which this PropertyType is dependent on.
|
Constructor and Description |
---|
DerivedFromSinglePropertyType(String typeName,
Property<K> derivedFromType)
Constructor where the default value is
null . |
DerivedFromSinglePropertyType(String typeName,
Property<K> derivedFromType,
T defaultValue)
Constructor.
|
DerivedFromTypePropertyType(Property<K> derivedFromType,
TypeFromGeneric<K,T> fromType)
Constructor where defaultValue is
null . |
DerivedFromTypePropertyType(Property<K> derivedFromType,
TypeFromGeneric<K,T> fromType,
T defaultValue)
Constructor.
|
DerivedPropertyType(String typeName,
Integer minDerivedFrom,
Integer maxDerivedFrom,
Property<?>... derivedFrom)
Constructor.
|
DerivedPropertyType(String typeName,
Integer derivedFromCount,
Property<?>... derivedFrom)
Constructor.
|
DerivedPropertyType(String typeName,
Property<?>... derivedFrom)
Constructor.
|
DerivedPropertyType(String typeName,
Property<?> derivedFromType)
Constructs a DerivedPropertyType where the type only has one Property it derives from and default value is
null . |
DerivedPropertyType(String typeName,
Property<?> derivedFromType,
T defaultValue)
Constructs a DerivedPropertyType where the type only has one Property it derives from.
|
DerivedPropertyType(String typeName,
T defaultValue,
Integer minDerivedFrom,
Integer maxDerivedFrom,
Property<?>... derivedFrom)
Constructor.
|
DerivedPropertyType(String typeName,
T defaultValue,
Integer derivedFromCount,
Property<?>... derivedFrom)
Constructor.
|
DerivedPropertyType(String typeName,
T defaultValue,
Property<?>... derivedFrom)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static HttpCookiesPropertyIO |
HttpPropertyIOFactory.constructForCookies(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Property<?>... properties)
Static Constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.servlet.http.Cookie |
HttpCookiesPropertyIO.getCookie(Property<?> property)
Gets a Cookie by its Property .
|
javax.servlet.http.Cookie |
HttpCookiesPropertyIO.getCookieForUpdate(Property<?> property)
Gets a Cookie by its name and adds it to the HttpServletResponse if found.
|
Modifier and Type | Method and Description |
---|---|
Property<String> |
CertificateKeyStoredPropertyType.getAliasProperty()
Gets the Alias Property.
|
Property<Certificate> |
CertificateSignedFilePropertyType.getCertificateProperty()
Gets the certificate which has the public key.
|
Property<File> |
KeyStoreFilePropertyType.getKeyStoreFile() |
Property<PasswordTypeVO> |
KeyStoreFilePropertyType.getKeyStorePassword() |
Property<KeyStore> |
CertificateKeyStoredPropertyType.getKeyStoreProperty()
Gets the Keystore Property.
|
Property<PublicKey> |
KeySignedFilePropertyType.getPublicKeyProperty() |
Property<byte[]> |
KeySignedFilePropertyType.getSignatureProperty() |
Property<Signature> |
CertificateSignedFilePropertyType.getSignatureProperty()
The signature file generate with the private key.
|
Property<File> |
KeySignedFilePropertyType.getSignedFileProperty() |
Property<File> |
CertificateSignedFilePropertyType.getSignedFileProperty()
Gets the signed file
|
Constructor and Description |
---|
AbstractKeyPropertyType(String typeName,
Property<File> derivedFromType,
KeyFactoryAlgorithms algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
AbstractKeyPropertyType(String typeName,
Property<File> derivedFromType,
KeyFactoryAlgorithms algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass,
T defaultValue)
Constructor.
|
AbstractKeyPropertyType(String typeName,
Property<File> derivedFromType,
String algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
AbstractKeyPropertyType(String typeName,
Property<File> derivedFromType,
String algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass,
T defaultValue)
Constructor.
|
BytesFromFilePropertyType(Property<File> derivedFromFile)
Loads a property value into a byte array, derived from a File.
|
CertificateKeyStoredPropertyType(Property<KeyStore> keystoreProperty,
Property<String> aliasProperty)
Constructor.
|
CertificateKeyStoredPropertyType(Property<KeyStore> keystoreProperty,
Property<String> aliasProperty)
Constructor.
|
CertificateKeyStoredPropertyType(Property<KeyStore> keystoreProperty,
String alias)
Constructor.
|
CertificatesFilePropertyType(Property<File> certificatesFileProperty)
Constructor using default type and provider.
|
CertificatesFilePropertyType(Property<File> certificatesFileProperty,
String certificateType)
Constructor using default provider.
|
CertificatesFilePropertyType(Property<File> certificatesFileProperty,
String certificateType,
String provider)
Constructor.
|
CertificateSignedFilePropertyType(Property<File> signedFileProperty,
Property<Certificate> certificateProperty,
Property<byte[]> signatureProperty)
Constructor.
|
CertificateSignedFilePropertyType(Property<File> signedFileProperty,
Property<Certificate> certificateProperty,
Property<byte[]> signatureProperty)
Constructor.
|
CertificateSignedFilePropertyType(Property<File> signedFileProperty,
Property<Certificate> certificateProperty,
Property<byte[]> signatureProperty)
Constructor.
|
ImageFromFilePropertyType(Property<File> derivedFromFile)
Constructor where default value is
null . |
ImageFromFilePropertyType(Property<File> derivedFromFile,
BufferedImage defaultValue)
Constructor.
|
ImageFromURLPropertyType(Property<URL> derivedFromUrl)
Constructor where default value is
null . |
ImageFromURLPropertyType(Property<URL> derivedFromUrl,
BufferedImage defaultValue)
Constructor.
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty)
Constructor using default algorithm "SHA1withDSA" and default provider "SUN".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty)
Constructor using default algorithm "SHA1withDSA" and default provider "SUN".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty)
Constructor using default algorithm "SHA1withDSA" and default provider "SUN".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm)
Constructor using default algorithm "SHA1withDSA".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm)
Constructor using default algorithm "SHA1withDSA".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm)
Constructor using default algorithm "SHA1withDSA".
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm,
String provider)
Constructor.
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm,
String provider)
Constructor.
|
KeySignedFilePropertyType(Property<File> signedFileProperty,
Property<PublicKey> publicKeyProperty,
Property<byte[]> signatureFileProperty,
String algorithm,
String provider)
Constructor.
|
KeyStoreFilePropertyType(Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor, using one of the preferred registered security Providers, starting with the most preferred Provider.
|
KeyStoreFilePropertyType(Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor, using one of the preferred registered security Providers, starting with the most preferred Provider.
|
KeyStoreFilePropertyType(String keyStoreType,
Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor, using one of the preferred registered security Providers, starting with the most preferred Provider.
|
KeyStoreFilePropertyType(String keyStoreType,
Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor, using one of the preferred registered security Providers, starting with the most preferred Provider.
|
KeyStoreFilePropertyType(String keyStoreType,
String provider,
Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor.
|
KeyStoreFilePropertyType(String keyStoreType,
String provider,
Property<File> keyStoreFile,
Property<PasswordTypeVO> keyStorePasswordProperty)
Constructor.
|
PrivateKeyFilePropertyType(Property<File> derivedFromFile,
KeyFactoryAlgorithms algorithm)
Constructor.
|
PrivateKeyFilePropertyType(Property<File> derivedFromFile,
KeyFactoryAlgorithms algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
PrivateKeyFilePropertyType(Property<File> derivedFromFile,
String algorithm)
Constructor.
|
PrivateKeyFilePropertyType(Property<File> derivedFromFile,
String algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
PublicKeyFilePropertyType(Property<File> derivedFromFile,
KeyFactoryAlgorithms algorithm)
Constructor using the "X509EncodedKeySpec" for encodedKeySpecClass.
|
PublicKeyFilePropertyType(Property<File> derivedFromFile,
KeyFactoryAlgorithms algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
PublicKeyFilePropertyType(Property<File> derivedFromFile,
String algorithm)
Constructor using the "X509EncodedKeySpec" for encodedKeySpecClass.
|
PublicKeyFilePropertyType(Property<File> derivedFromFile,
String algorithm,
Class<? extends EncodedKeySpec> encodedKeySpecClass)
Constructor.
|
TextFromFilePropertyType(Property<File> derivedFromFile)
Loads a property value into a String, derived from a File using the Charset.defaultCharset() encoding.
|
TextFromFilePropertyType(Property<File> derivedFromFile,
Charset encoding)
Loads a property value into a String, derived from a File.
|
TextFromFilePropertyType(Property<File> derivedFromFile,
Charset encoding,
String defaultValue)
Loads a property value into a String, derived from a File.
|
TextFromFilePropertyType(Property<File> derivedFromFile,
String encoding)
Loads a property value into a String, derived from a File.
|
TextFromFilePropertyType(Property<File> derivedFromFile,
String encoding,
String defaultValue)
Loads a property value into a String, derived from a File.
|
Constructor and Description |
---|
FileDerivedPropertyType(Property<File> derivedFromFile,
TypeFromGeneric<File,T> fromFile)
Constructor, where the default value is
null . |
FileDerivedPropertyType(Property<File> derivedFromFile,
TypeFromGeneric<File,T> fromFile,
T defaultValue)
Constructor.
|
TypeListFromTextFilePropertyType(Property<File> derivedFromFile,
PropertyType<T> propertyType)
Constructor using default enconding and
null |
TypeListFromTextFilePropertyType(Property<File> derivedFromFile,
PropertyType<T> propertyType,
Charset encoding)
Constructor using
null |
TypeListFromTextFilePropertyType(Property<File> derivedFromFile,
PropertyType<T> propertyType,
String ignoreLineRegex)
Constructor using default enconding
|
TypeListFromTextFilePropertyType(Property<File> derivedFromFile,
PropertyType<T> propertyType,
String ignoreLineRegex,
Charset encoding) |
TypeListFromTextFilePropertyType(Property<File> derivedFromFile,
PropertyType<T> propertyType,
String ignoreLineRegex,
String encoding)
Constructor
|
URLDerivedPropertyType(Property<URL> derivedFromURL,
TypeFromGeneric<URL,T> fromURL)
Constructor, where the default value is
null . |
URLDerivedPropertyType(Property<URL> derivedFromURL,
TypeFromGeneric<URL,T> fromURL,
T defaultValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyNameStartsWithFilter.accept(Property<?> obj) |
int |
PropertyNameComparator.compare(Property<?> o1,
Property<?> o2) |
int |
PropertyNameComparator.compare(Property<?> o1,
Property<?> o2) |
static boolean |
PropertyUtils.isPropertyOfDerivedPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property is a DerivedPropertyType or and extensions thereof. |
static boolean |
PropertyUtils.isPropertyOfEnumPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface EnumPropertyType . |
static boolean |
PropertyUtils.isPropertyOfMarkerListPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface MarkerListPropertyType . |
static boolean |
PropertyUtils.isPropertyOfMarkerPasswordPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface MarkerPasswordPropertyType . |
static boolean |
PropertyUtils.isPropertyOfMarkerPathPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface MarkerPathPropertyType . |
static boolean |
PropertyUtils.isPropertyOfMarkerProxyDependentPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface MarkerProxyDependent . |
static boolean |
PropertyUtils.isPropertyOfMarkerSubPropertyType(Property<?> property)
Evaluates if the
PropertyType of a Property implements the interface MarkerSubPropertyType . |