All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.vgregion.liferay.PropsUtilWrapper Maven / Gradle / Ivy

The newest version!
package se.vgregion.liferay;

import com.liferay.portal.kernel.util.PropsUtil;

/**
 * Created by IntelliJ IDEA.
 * Created: 2011-11-21 16:11
 *
 * @author David Rosell
 */
public class PropsUtilWrapper {

    public String[] getArray(String key) {
        return PropsUtil.getArray(key);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy