Package org.codelibs.fess.mylasta.mail
Class CrawlerPostcard
java.lang.Object
org.lastaflute.core.mail.LaTypicalPostcard
org.codelibs.fess.mylasta.mail.CrawlerPostcard
- All Implemented Interfaces:
org.lastaflute.core.mail.LaMailPostcard
public class CrawlerPostcard
extends org.lastaflute.core.mail.LaTypicalPostcard
The postcard for MailFlute on LastaFlute.
- Author:
- FreeGen
-
Field Summary
FieldsFields inherited from class org.lastaflute.core.mail.LaTypicalPostcard
bodyFileOption, postcard, strictAddress, variableMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidaddReplyTo(String replyTo) voidaddReplyTo(String replyTo, String personal) voidvoidstatic CrawlerPostcarddroppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<CrawlerPostcard> postcardLambda) protected Stringprotected String[]voidsetCrawlerEndTime(String crawlerEndTime) Set the value of crawlerEndTime, used in parameter comment.voidsetCrawlerExecTime(String crawlerExecTime) Set the value of crawlerExecTime, used in parameter comment.voidsetCrawlerStartTime(String crawlerStartTime) Set the value of crawlerStartTime, used in parameter comment.voidsetDataCrawlEndTime(String dataCrawlEndTime) Set the value of dataCrawlEndTime, used in parameter comment.voidsetDataCrawlExecTime(String dataCrawlExecTime) Set the value of dataCrawlExecTime, used in parameter comment.voidsetDataCrawlStartTime(String dataCrawlStartTime) Set the value of dataCrawlStartTime, used in parameter comment.voidsetDataIndexExecTime(String dataIndexExecTime) Set the value of dataIndexExecTime, used in parameter comment.voidsetDataIndexSize(String dataIndexSize) Set the value of dataIndexSize, used in parameter comment.voidvoidsetHostname(String hostname) Set the value of hostname, used in parameter comment.voidsetJobname(String jobname) Set the value of jobname, used in parameter comment.voidSet the value of status, used in parameter comment.voidsetWebFsCrawlEndTime(String webFsCrawlEndTime) Set the value of webFsCrawlEndTime, used in parameter comment.voidsetWebFsCrawlExecTime(String webFsCrawlExecTime) Set the value of webFsCrawlExecTime, used in parameter comment.voidsetWebFsCrawlStartTime(String webFsCrawlStartTime) Set the value of webFsCrawlStartTime, used in parameter comment.voidsetWebFsIndexExecTime(String webFsIndexExecTime) Set the value of webFsIndexExecTime, used in parameter comment.voidsetWebFsIndexSize(String webFsIndexSize) Set the value of webFsIndexSize, used in parameter comment.Methods inherited from class org.lastaflute.core.mail.LaTypicalPostcard
actuallyAddBcc, actuallyAddCc, actuallyAddReplyTo, actuallyAddTo, asDeliveryCategory, asReceiverLocale, assertArgumentNotEmpty, assertArgumentNotNull, async, attachPlainText, attachVarious, createAddress, createNativePostcard, createVariableMap, definitelySync, doAddBcc, doAddBcc, doAddCc, doAddCc, doAddReplyTo, doAddReplyTo, doAddTo, doAddTo, doSetFrom, dryrun, dryrunByGivenText, dryrunByGivenText, forcedlyDirect, getPostingDiscloser, getVariableMap, isStrictAddress, newNativePostcard, pushLogging, pushUlterior, registerVariable, retry, suppressSendFailure, suppressStrictAddress, toNativePostcard, toString, useBodyFile, writeAuthor
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
CrawlerPostcard
public CrawlerPostcard()
-
-
Method Details
-
droppedInto
public static CrawlerPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<CrawlerPostcard> postcardLambda) -
getBodyFile
- Specified by:
getBodyFilein classorg.lastaflute.core.mail.LaTypicalPostcard
-
getPropertyNames
- Specified by:
getPropertyNamesin classorg.lastaflute.core.mail.LaTypicalPostcard
-
setFrom
-
addTo
-
addTo
-
addCc
-
addCc
-
addBcc
-
addBcc
-
addReplyTo
-
addReplyTo
-
setHostname
Set the value of hostname, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
hostname- The parameter value of hostname. (NotNull)
-
setJobname
Set the value of jobname, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
jobname- The parameter value of jobname. (NotNull)
-
setWebFsCrawlStartTime
Set the value of webFsCrawlStartTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
webFsCrawlStartTime- The parameter value of webFsCrawlStartTime. (NotNull)
-
setWebFsCrawlEndTime
Set the value of webFsCrawlEndTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
webFsCrawlEndTime- The parameter value of webFsCrawlEndTime. (NotNull)
-
setWebFsCrawlExecTime
Set the value of webFsCrawlExecTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
webFsCrawlExecTime- The parameter value of webFsCrawlExecTime. (NotNull)
-
setWebFsIndexExecTime
Set the value of webFsIndexExecTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
webFsIndexExecTime- The parameter value of webFsIndexExecTime. (NotNull)
-
setWebFsIndexSize
Set the value of webFsIndexSize, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
webFsIndexSize- The parameter value of webFsIndexSize. (NotNull)
-
setDataCrawlStartTime
Set the value of dataCrawlStartTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
dataCrawlStartTime- The parameter value of dataCrawlStartTime. (NotNull)
-
setDataCrawlEndTime
Set the value of dataCrawlEndTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
dataCrawlEndTime- The parameter value of dataCrawlEndTime. (NotNull)
-
setDataCrawlExecTime
Set the value of dataCrawlExecTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
dataCrawlExecTime- The parameter value of dataCrawlExecTime. (NotNull)
-
setDataIndexExecTime
Set the value of dataIndexExecTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
dataIndexExecTime- The parameter value of dataIndexExecTime. (NotNull)
-
setDataIndexSize
Set the value of dataIndexSize, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
dataIndexSize- The parameter value of dataIndexSize. (NotNull)
-
setCrawlerStartTime
Set the value of crawlerStartTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
crawlerStartTime- The parameter value of crawlerStartTime. (NotNull)
-
setCrawlerEndTime
Set the value of crawlerEndTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
crawlerEndTime- The parameter value of crawlerEndTime. (NotNull)
-
setCrawlerExecTime
Set the value of crawlerExecTime, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
crawlerExecTime- The parameter value of crawlerExecTime. (NotNull)
-
setStatus
Set the value of status, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
status- The parameter value of status. (NotNull)
-