@Immutable public static class DeployCrowdinMojo.MatchInfo extends Object
TranslationFileSet.| Constructor and Description |
|---|
DeployCrowdinMojo.MatchInfo(TranslationFileSet fileSet,
Pattern pattern,
List<PathPlaceholder> placeHolders)
Create a new instance with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
TranslationFileSet |
getFileSet() |
Pattern |
getPattern() |
List<PathPlaceholder> |
getPlaceHolders() |
String |
toString() |
public DeployCrowdinMojo.MatchInfo(@Nonnull TranslationFileSet fileSet, @Nonnull Pattern pattern, @Nonnull List<PathPlaceholder> placeHolders)
fileSet - the TranslationFileSet.pattern - the matching Pattern.placeHolders - the List of PathPlaceholders.i@Nonnull public TranslationFileSet getFileSet()
TranslationFileSet.@Nonnull public List<PathPlaceholder> getPlaceHolders()
List of PathPlaceholders.Copyright © 2024. All rights reserved.