Uses of Class
cz.mendelu.xotradov.RegexWithParams
-
Uses of RegexWithParams in cz.mendelu.xotradov
Methods in cz.mendelu.xotradov that return RegexWithParamsModifier and TypeMethodDescriptionstatic RegexWithParamsRegexWithParams.exact(String regex, List<ItemTarget> itemTargets) static RegexWithParamsRegexWithParams.groovyLikeRegexWithParams(String futureRegex) static RegexWithParamsRegexWithParams.javaLikeRegexWithParams(String futureRegex) Methods in cz.mendelu.xotradov with parameters of type RegexWithParamsModifier and TypeMethodDescriptionprotected Queue.ItemMoveActionWorker.findItemByName(Queue queue, String idParam, RegexWithParams params) protected Queue.Item[]MoveActionWorker.findItemsByPattern(Queue queue, Pattern idParamPattern, RegexWithParams rp) Finds items in the queue that match the given pattern.