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

org.objectweb.celtix.tools.common.Generator Maven / Gradle / Ivy

The newest version!
package org.objectweb.celtix.tools.common;

import org.objectweb.celtix.configuration.CommandlineConfiguration;

/**
 * Interface for code generators used by the tools
 * 
 * @author codea
 */
public interface Generator {

    void setConfiguration(CommandlineConfiguration config);
    void generate();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy