com.emc.mongoose.common.supply.PatternDefinedSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-common Show documentation
Show all versions of mongoose-common Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.common.supply;
import com.emc.mongoose.common.supply.BatchSupplier;
/**
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