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

org.ocpsoft.rewrite.param.ParameterizedRule Maven / Gradle / Ivy

/*
 * Copyright 2013 Red Hat, Inc. and/or its affiliates.
 *
 * Licensed under the Eclipse Public License version 1.0, available at
 * http://www.eclipse.org/legal/epl-v10.html
 */
package org.ocpsoft.rewrite.param;

import org.ocpsoft.rewrite.config.Rule;

/**
 * Represents a {@link Rule} that has a {@link ParameterStore}.
 * 
 * @author Lincoln Baxter, III
 */
public interface ParameterizedRule extends Rule, Parameterized
{
   /**
    * Return the {@link ParameterStore} for this {@link Rule}
    */
   ParameterStore getParameterStore();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy