- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for utils (0.02 sec)
-
AbstractScriptEngine.java
WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.script; L17: L18:import org.codelibs.fess.util.ComponentUtil; L19: L20:public abstract class AbstractScriptEngine implements ScriptEngine { L21: L22: public void register() { L23: ComponentUtil.getScriptEngineFactory().add(getName(), this); L24: } L25: L26: protected abstract String...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 920 bytes