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

org.drools.resource.BaseResourceHandler Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
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