Uses of Class
jodd.props.PropsEntry
-
-
Uses of PropsEntry in jodd.props
Fields in jodd.props declared as PropsEntry Modifier and Type Field Description protected PropsEntryPropsData. firstprotected PropsEntryPropsData. lastprivate PropsEntryPropsEntries.PropsIterator. nextprotected PropsEntryPropsEntry. nextFields in jodd.props with type parameters of type PropsEntry Modifier and Type Field Description protected java.util.HashMap<java.lang.String,PropsEntry>PropsData. basePropertiesprotected java.util.HashMap<java.lang.String,java.util.Map<java.lang.String,PropsEntry>>PropsData. profilePropertiesMethods in jodd.props that return PropsEntry Modifier and Type Method Description PropsEntryPropsData. getBaseProperty(java.lang.String key)Returns base property ornullif it doesn't exist.PropsEntryPropsData. getProfileProperty(java.lang.String profile, java.lang.String key)Returns profile property.PropsEntryPropsEntries.PropsIterator. next()Methods in jodd.props that return types with arguments of type PropsEntry Modifier and Type Method Description java.util.Iterator<PropsEntry>Props. iterator()Returns iterator for active profiles.java.util.Iterator<PropsEntry>PropsEntries. iterator()Returns populated iterator.Methods in jodd.props with parameters of type PropsEntry Modifier and Type Method Description private 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 PropsEntry Modifier and Type Method Description voidPropsEntries. forEach(java.util.function.Consumer<PropsEntry> propsDataConsumer)Consumer all properties.protected voidPropsData. put(java.lang.String profile, java.util.Map<java.lang.String,PropsEntry> map, java.lang.String key, java.lang.String value, boolean append)Puts key-value pair into the map, with respect of appending duplicate propertiesConstructor parameters in jodd.props with type arguments of type PropsEntry Constructor Description PropsData(java.util.HashMap<java.lang.String,PropsEntry> properties, java.util.HashMap<java.lang.String,java.util.Map<java.lang.String,PropsEntry>> profiles)
-