jar

net.sf.prefixedproperties : pp-spring

Maven & Gradle

Oct 16, 2016
1 stars

PrefixedProperties-Spring · Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Table Of Contents

Latest Version

Download net.sf.prefixedproperties : pp-spring JAR file - Latest Versions:

All Versions

Download net.sf.prefixedproperties : pp-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pp-spring-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.prefixedproperties.spring.environmentfactories

├─ net.sf.prefixedproperties.spring.environmentfactories.CombinedEnvironmentFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.environmentfactories.FallbackEnvironmentFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.environmentfactories.PropertiesFileEnvironmentFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.environmentfactories.SpringEnvironmentAwareFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.environmentfactories.StaticEnvironmentFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.environmentfactories.SystemEnvironmentFactory.class - [JAR]

net.sf.prefixedproperties.spring

├─ net.sf.prefixedproperties.spring.Constants.class - [JAR]

├─ net.sf.prefixedproperties.spring.EnvironmentFactory.class - [JAR]

├─ net.sf.prefixedproperties.spring.PrefixedPropertiesFactoryBean.class - [JAR]

├─ net.sf.prefixedproperties.spring.PrefixedPropertiesPersister.class - [JAR]

├─ net.sf.prefixedproperties.spring.PrefixedPropertiesPlaceholderConfigurer.class - [JAR]

├─ net.sf.prefixedproperties.spring.PrefixedPropertyOverrideConfigurer.class - [JAR]