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

org.jsoftware.impl.PatchStatement Maven / Gradle / Ivy

package org.jsoftware.impl;


public interface PatchStatement {
	
	boolean isDisplayable();
	
	boolean isExecutable();

	String getCode();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy