Class StringSubstitutionComponent
java.lang.Object
dev.engine_room.flywheel.backend.compile.component.StringSubstitutionComponent
- All Implemented Interfaces:
SourceComponent
-
Constructor Summary
ConstructorsConstructorDescriptionStringSubstitutionComponent(SourceComponent source, String find, String replace) StringSubstitutionComponent(SourceComponent source, Map<String, String> replacements) -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends SourceComponent>included()name()remapFnName(String name) booleansource()
-
Constructor Details
-
StringSubstitutionComponent
-
StringSubstitutionComponent
-
-
Method Details
-
remapFnName
-
replaces
-
source
- Specified by:
sourcein interfaceSourceComponent
-
name
- Specified by:
namein interfaceSourceComponent
-
included
- Specified by:
includedin interfaceSourceComponent
-