Class AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule
- java.lang.Object
-
- com.composum.ai.aem.core.impl.autotranslate.AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- AutoPageTranslateServiceImpl
protected static class AutoPageTranslateServiceImpl.AutoTranslateRuleConfigContentRule extends Object implements AutoTranslateRuleConfig
Simple implementation of this for content translation rules.
-
-
Constructor Summary
Constructors Constructor Description AutoTranslateRuleConfigContentRule(String contentPattern, String additionalInstructions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
additionalInstructions()
Class<? extends Annotation>
annotationType()
String
comment()
String
contentPattern()
String
pathRegex()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
-
-
-
-
Method Detail
-
pathRegex
public String pathRegex()
-
contentPattern
public String contentPattern()
-
additionalInstructions
public String additionalInstructions()
-
comment
public String comment()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
-