Uses of Class
jodd.props.PropsEntry
-
Uses of PropsEntry in jodd.props
Fields in jodd.props declared as PropsEntryModifier and TypeFieldDescriptionprotected PropsEntryPropsData.firstprotected PropsEntryPropsData.lastprivate PropsEntryPropsEntries.PropsIterator.nextprotected PropsEntryPropsEntry.nextFields in jodd.props with type parameters of type PropsEntryModifier and TypeFieldDescriptionprotected final HashMap<String, PropsEntry> PropsData.basePropertiesprotected final HashMap<String, Map<String, PropsEntry>> PropsData.profilePropertiesMethods in jodd.props that return PropsEntryModifier and TypeMethodDescriptionPropsData.getBaseProperty(String key) Returns base property ornullif it doesn't exist.PropsData.getProfileProperty(String profile, String key) Returns profile property.PropsEntries.PropsIterator.next()Methods in jodd.props that return types with arguments of type PropsEntryModifier and TypeMethodDescriptionProps.iterator()Returns iterator for active profiles.PropsEntries.iterator()Returns populated iterator.Methods in jodd.props with parameters of type PropsEntryModifier and TypeMethodDescriptionprivate booleanPropsEntries.PropsIterator.accept(PropsEntry entry) Accepts an entry and returnstrueif entry should appear in this iteration.Method parameters in jodd.props with type arguments of type PropsEntryModifier and TypeMethodDescriptionvoidPropsEntries.forEach(Consumer<PropsEntry> propsDataConsumer) Consumer all properties.protected voidPuts key-value pair into the map, with respect of appending duplicate propertiesConstructor parameters in jodd.props with type arguments of type PropsEntryModifierConstructorDescriptionprotectedPropsData(HashMap<String, PropsEntry> properties, HashMap<String, Map<String, PropsEntry>> profiles)