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

org.kohsuke.stapler.jelly.JellyCompatibleFacet Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
package org.kohsuke.stapler.jelly;

import org.apache.commons.jelly.Script;
import org.kohsuke.stapler.AbstractTearOff;
import org.kohsuke.stapler.Facet;

import java.util.Collection;

/**
 * {@link Facet} subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts.
 *
 * @author Kohsuke Kawaguchi
 */
public interface JellyCompatibleFacet {
    /**
     *
     */
    Collection>> getClassTearOffTypes();

    /**
     * Gets the list of view script extensions, such as ".jelly".
     */
    Collection getScriptExtensions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy