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.LaTypicalPostcardThe postcard for MailFlute on LastaFlute.- Author:
- FreeGen
-
-
Constructor Summary
Constructors Constructor Description CrawlerPostcard()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBcc(String bcc)voidaddBcc(String bcc, String personal)voidaddCc(String cc)voidaddCc(String cc, String personal)voidaddReplyTo(String replyTo)voidaddReplyTo(String replyTo, String personal)voidaddTo(String to)voidaddTo(String to, String personal)static CrawlerPostcarddroppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<CrawlerPostcard> postcardLambda)protected StringgetBodyFile()protected String[]getPropertyNames()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.voidsetFrom(String from, String personal)voidsetHostname(String hostname)Set the value of hostname, used in parameter comment.voidsetStatus(String status)Set 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, 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 Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
droppedInto
public static CrawlerPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<CrawlerPostcard> postcardLambda)
-
getBodyFile
protected String getBodyFile()
- Specified by:
getBodyFilein classorg.lastaflute.core.mail.LaTypicalPostcard
-
getPropertyNames
protected String[] getPropertyNames()
- Specified by:
getPropertyNamesin classorg.lastaflute.core.mail.LaTypicalPostcard
-
addTo
public void addTo(String to)
-
addCc
public void addCc(String cc)
-
addBcc
public void addBcc(String bcc)
-
addReplyTo
public void addReplyTo(String replyTo)
-
setHostname
public void setHostname(String hostname)
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)
-
setWebFsCrawlStartTime
public void setWebFsCrawlStartTime(String webFsCrawlStartTime)
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
public void setWebFsCrawlEndTime(String webFsCrawlEndTime)
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
public void setWebFsCrawlExecTime(String webFsCrawlExecTime)
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
public void setWebFsIndexExecTime(String webFsIndexExecTime)
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
public void setWebFsIndexSize(String webFsIndexSize)
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
public void setDataCrawlStartTime(String dataCrawlStartTime)
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
public void setDataCrawlEndTime(String dataCrawlEndTime)
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
public void setDataCrawlExecTime(String dataCrawlExecTime)
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
public void setDataIndexExecTime(String dataIndexExecTime)
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
public void setDataIndexSize(String dataIndexSize)
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
public void setCrawlerStartTime(String crawlerStartTime)
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
public void setCrawlerEndTime(String crawlerEndTime)
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
public void setCrawlerExecTime(String crawlerExecTime)
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
public void setStatus(String status)
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)
-
-