Package org.jrebirth.af.core.resource

Examples of org.jrebirth.af.core.resource.ParameterEntry


     * The parameter is wrapped into a parameterEntry
     *
     * @param entry the entry to store
     */
    private void storePropertiesParameter(final Map.Entry<Object, Object> entry) {
        this.propertiesParametersMap.put(entry.getKey().toString(), new ParameterEntry(entry.getValue().toString()));
    }
View Full Code Here

TOP

Related Classes of org.jrebirth.af.core.resource.ParameterEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.