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

org.jboss.windup.rules.apps.javaee.TechnologyIdentifiedWithName Maven / Gradle / Ivy

The newest version!
package org.jboss.windup.rules.apps.javaee;

import org.jboss.windup.config.operation.GraphOperation;
import org.ocpsoft.rewrite.config.OperationBuilder;

/**
 * @author Jesse Sightler
 */
public interface TechnologyIdentifiedWithName extends OperationBuilder {
    TechnologyIdentifiedWithName withTag(String tag);

    TechnologyIdentifiedWithCount numberFound(int count);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy