<?xml version="1.0" encoding="UTF-8"?>
<!--
semanticcms-autogit-taglib - SemanticCMS automatic Git in a JSP environment.
Copyright (C) 2016, 2019, 2021, 2022, 2025, 2026  AO Industries, Inc.
    support@aoindustries.com
    7262 Bull Pen Cir
    Mobile, AL 36695

This file is part of semanticcms-autogit-taglib.

semanticcms-autogit-taglib is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

semanticcms-autogit-taglib is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with semanticcms-autogit-taglib.  If not, see <https://www.gnu.org/licenses/>.
-->
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
                      https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_1.xsd"
  version="3.1">
  <!-- datePublished="2016-08-25T10:29:47-05:00" -->
  <!-- dateModified="2016-11-11T13:03:17-06:00" -->
  <description><![CDATA[
    <p><a target="_top" href="https://semanticcms.com/autogit/">SemanticCMS automatic Git</a> in a JSP environment.</p>
  ]]></description>
  <display-name>SemanticCMS AutoGit Taglib</display-name>
  <tlib-version>
    <!-- Release: 2.0.1-POST-SNAPSHOT -->
    2.0.1
  </tlib-version>
  <short-name>autogit</short-name>
  <uri>https://semanticcms.com/autogit/taglib/</uri>
  <function>
    <!-- datePublished="2016-08-25T11:26:05-05:00" -->
    <!-- dateModified="2016-11-11T13:03:17-06:00" -->
    <description><![CDATA[
      <p>
        Gets all possible states.
      </p>
    ]]></description>
    <name>getStates</name>
    <function-class>com.semanticcms.autogit.model.State</function-class>
    <function-signature>com.semanticcms.autogit.model.State[] values()</function-signature>
    <example><![CDATA[<code>${autogit:getStates()}</code>]]></example>
  </function>
  <function>
    <!-- datePublished="2016-08-25T11:26:05-05:00" -->
    <!-- dateModified="2016-11-11T13:03:17-06:00" -->
    <description><![CDATA[
      <p>
        Gets all possible changes.
      </p>
    ]]></description>
    <name>getChanges</name>
    <function-class>com.semanticcms.autogit.model.Change</function-class>
    <function-signature>com.semanticcms.autogit.model.Change[] values()</function-signature>
    <example><![CDATA[<code>${autogit:getChanges()}</code>]]></example>
  </function>
  <function>
    <!-- datePublished="2016-08-25T11:26:05-05:00" -->
    <!-- dateModified="2016-11-11T13:03:17-06:00" -->
    <description><![CDATA[
      <p>
        Gets all possible meanings.
      </p>
    ]]></description>
    <name>getMeanings</name>
    <function-class>com.semanticcms.autogit.model.Meaning</function-class>
    <function-signature>com.semanticcms.autogit.model.Meaning[] values()</function-signature>
    <example><![CDATA[<code>${autogit:getMeanings()}</code>]]></example>
  </function>
  <function>
    <!-- datePublished="2016-08-25T10:29:47-05:00" -->
    <!-- dateModified="2016-11-11T13:19:17-06:00" -->
    <description><![CDATA[
      <p>
        Gets the current Git status.  Results are cached per request so
        multiple calls within a single request will always get the Git
        status from the same moment in time.
      </p>
    ]]></description>
    <name>getGitStatus</name>
    <function-class>com.semanticcms.autogit.taglib.Functions</function-class>
    <function-signature>com.semanticcms.autogit.model.GitStatus getGitStatus()</function-signature>
    <example><![CDATA[<code>${autogit:getGitStatus()}</code>]]></example>
  </function>
</taglib>
