package org.openhab.domain.util; import java.util.List; import java.util.regex.Matcher; /** * Created by Tony Alpskog in 2014. */ public class RegExResult { public Matcher Matcher; public List<String> GroupList; }