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

space.yizhu.record.template.source.ISource Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version


package space.yizhu.record.template.source;


public interface ISource {

    
    boolean isModified();

    
    String getCacheKey();

    
    StringBuilder getContent();

    
    String getEncoding();
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy