org.drools.resource.BaseResourceHandler Maven / Gradle / Ivy
package org.drools.resource;
/**
* This class is the base resource handler that includes attributes/methods that
* all sub-classes will need.
*
* @author James Williams ([email protected])
*
*/
public abstract class BaseResourceHandler {
//All implementations will be URL based
protected String repositoryUrl = "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy