Package net.stoerr.chatgpt.codevengine
Class ReplaceRegexAction
- java.lang.Object
 - 
- jakarta.servlet.GenericServlet
 - 
- jakarta.servlet.http.HttpServlet
 - 
- net.stoerr.chatgpt.codevengine.AbstractPluginAction
 - 
- net.stoerr.chatgpt.codevengine.ReplaceRegexAction
 
 
 
 
 
- 
- All Implemented Interfaces:
 jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
@Deprecated public class ReplaceRegexAction extends AbstractPluginAction
Deprecated.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringERRORMESSAGE_PATTERNNOTFOUNDDeprecated.- 
Fields inherited from class net.stoerr.chatgpt.codevengine.AbstractPluginAction
BINARY_FILES_PATTERN, gitIgnoreRules, gson 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ReplaceRegexAction()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voiddoPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)Deprecated.StringgetUrl()Deprecated.The URL it is deployed at, e.g.StringopenApiDescription()Deprecated.The OpenAPI description for this operation.- 
Methods inherited from class net.stoerr.chatgpt.codevengine.AbstractPluginAction
abbreviate, findMatchingFiles, getBodyParameter, getMandatoryQueryParam, getPath, getQueryParam, getSimilarFilesMessage, gitIgnored, isIgnored, isNotEmpty, sendError 
- 
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ERRORMESSAGE_PATTERNNOTFOUND
public static final String ERRORMESSAGE_PATTERNNOTFOUND
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getUrl
public String getUrl()
Deprecated.Description copied from class:AbstractPluginActionThe URL it is deployed at, e.g. /listFiles.- Specified by:
 getUrlin classAbstractPluginAction
 
- 
openApiDescription
public String openApiDescription()
Deprecated.Description copied from class:AbstractPluginActionThe OpenAPI description for this operation.- Specified by:
 openApiDescriptionin classAbstractPluginAction
 
- 
doPost
protected void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOExceptionDeprecated.- Overrides:
 doPostin classjakarta.servlet.http.HttpServlet- Throws:
 IOException
 
 - 
 
 -