public class BatchString
extends java.lang.Object
BatchStringPrms.batchSize instances are in batch 0, the second are
in batch 1, etc.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIXER |
| Constructor and Description |
|---|
BatchString() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getIndex(java.lang.String str) |
static java.lang.String |
getRegex(int batchNum)
Return a regular expression that matches the keys in the given batch.
|
static java.lang.String |
init(int index) |
static void |
validate(int index,
java.lang.String str) |
public static final java.lang.String PREFIXER
public static java.lang.String init(int index)
public static int getIndex(java.lang.String str)
public static void validate(int index,
java.lang.String str)
public static java.lang.String getRegex(int batchNum)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.