space.yizhu.record.template.source.ISource Maven / Gradle / Ivy
package space.yizhu.record.template.source;
public interface ISource {
boolean isModified();
String getCacheKey();
StringBuilder getContent();
String getEncoding();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy