- All Superinterfaces:
PropertyResolver<Long,String, String>
-
Field Summary
Fields inherited from interface net.foxgenesis.property.PropertyResolver
MAX_CATEGORY_LENGTH, MAX_KEY_LENGTH -
Method Summary
Modifier and TypeMethodDescriptiongetInternal(Long lookup, PropertyInfo info) Get an internal property inside the configuration.Methods inherited from interface net.foxgenesis.property.PropertyResolver
createPropertyInfo, getPropertyByID, getPropertyInfo, getPropertyList, isPresent, isRegistered, putInternal, removeInternal, removePropertyInfo, removePropertyInfo
-
Method Details
-
getInternal
Description copied from interface:PropertyResolverGet an internal property inside the configuration.- Specified by:
getInternalin interfacePropertyResolver<Long,String, String> - Parameters:
lookup- - property lookupinfo- - property information- Returns:
- Returns an
Optionalcontaining raw value data - Throws:
PropertyException- Thrown if an internal error occurs- See Also:
-