1: /** 2: * 3: */package org.drools.scm.log; 4: 5: public interface ScmLogEntryItem { 6: public char getPathType(); 7: 8: public char getActionType(); 9: }