Class PathMapping
java.lang.Object
org.codelibs.fess.es.config.allcommon.EsAbstractEntity
org.codelibs.fess.es.config.bsentity.BsPathMapping
org.codelibs.fess.es.config.exentity.PathMapping
- All Implemented Interfaces:
Serializable,Cloneable,org.dbflute.Entity
- Author:
- FreeGen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BiFunction<String,Matcher, String> protected Patternprotected PatternFields inherited from class org.codelibs.fess.es.config.bsentity.BsPathMapping
createdBy, createdTime, processType, regex, replacement, sortOrder, suppressUnusedImportLocalDateTime, updatedBy, updatedTime, userAgentFields inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
__createdBySelect, __modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getUAMatcher(CharSequence input) booleanprocess(PathMappingHelper pathMappingHelper, String input) voidvoidsetVersionNo(Long version) toString()Methods inherited from class org.codelibs.fess.es.config.bsentity.BsPathMapping
addFieldToSource, asDBMeta, asTableDbName, doBuildColumnString, getCreatedBy, getCreatedTime, getProcessType, getRegex, getReplacement, getSortOrder, getUpdatedBy, getUpdatedTime, getUserAgent, setCreatedBy, setCreatedTime, setProcessType, setRegex, setReplacement, setSortOrder, setUpdatedBy, setUpdatedTime, setUserAgent, toSourceMethods inherited from class org.codelibs.fess.es.config.allcommon.EsAbstractEntity
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearMarkAsSelect, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toStringWithRelation
-
Field Details
-
userAgentPattern
-
regexPattern
-
pathMapper
-
-
Constructor Details
-
PathMapping
public PathMapping()
-
-
Method Details
-
getId
-
setId
-
getVersionNo
-
setVersionNo
-
process
-
hasUAMathcer
public boolean hasUAMathcer() -
getUAMatcher
-
toString
- Overrides:
toStringin classEsAbstractEntity
-