com.ly.doc.plugin.constant.MojoConstants Maven / Gradle / Ivy
/*
* smart-doc
*
* Copyright (C) 2018-2023 smart-doc
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package com.ly.doc.plugin.constant;
/**
* @author yu 2021/10/30.
*/
public interface MojoConstants {
/**
* api-adoc
*/
String ADOC_MOJO = "adoc";
/**
* api-html
*/
String HTML_MOJO = "html";
/**
* api-markdown
*/
String MARKDOWN_MOJO = "markdown";
/**
* api-jmeter
*/
String JMETER_MOJO = "jmeter";
/**
* api-openapi
*/
String OPENAPI_MOJO = "openapi";
/**
* api-swagger
*/
String SWAGGER_MOJO = "swagger";
/**
* api-postman
*/
String POSTMAN_MOJO = "postman";
/**
* api-word
*/
String WORD_MOJO = "word";
/**
* rpc-adoc
*/
String RPC_ADOC_MOJO = "rpc-adoc";
/**
* rpc-html
*/
String RPC_HTML_MOJO = "rpc-html";
/**
* rpc-markdown
*/
String RPC_MARKDOWN_MOJO = "rpc-markdown";
/**
* torna-rest
*/
String TORNA_REST_MOJO = "torna-rest";
/**
* torna-rpc
*/
String TORNA_RPC_MOJO = "torna-rpc";
/**
* websocket markdown
*/
String WEBSOCKET_MARKDOWN_MOJO = "websocket-markdown";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy