com.vwo.Parser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vwo-java-sdk Show documentation
Show all versions of vwo-java-sdk Show documentation
Java library to initiate VWo instance for server side a/b testing
package com.vwo;
import com.vwo.config.ConfigParseException;
import com.vwo.models.SettingFileConfig;
public interface Parser {
SettingFileConfig isValid(String settingFile) throws ConfigParseException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy