All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.mongoose.api.common.supply.PatternDefinedSupplier Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha5
Show newest version
package com.emc.mongoose.api.common.supply;

/**
 Created by kurila on 11.03.16.
 */
public interface PatternDefinedSupplier
extends BatchSupplier {

	/**
	 * Special characters
	 */
	char PATTERN_CHAR = '%';
	char FORMAT_BRACKETS[] = {'{', '}'};

	String getPattern();

	String format(final StringBuilder result);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy