public class FilePatternBlock extends Object
FilePattern
.
Examples:
Modifier and Type | Field and Description |
---|---|
private BigInteger |
begin |
private String |
block
String representation of this block.
|
static String |
BLOCK_END |
static String |
BLOCK_START |
private String[] |
elements
Elements within this block, e.g.
|
private BigInteger |
end |
private boolean |
fixed
Whether or not this is a fixed-width block.
|
private BigInteger |
step |
private int |
zeroes
The number of leading zeroes.
|
Constructor and Description |
---|
FilePatternBlock(String block) |
Modifier and Type | Method and Description |
---|---|
private void |
explode() |
String |
getBlock() |
String[] |
getElements() |
BigInteger |
getFirst() |
BigInteger |
getLast() |
BigInteger |
getStep() |
boolean |
isFixed() |
public static final String BLOCK_START
public static final String BLOCK_END
private String[] elements
private boolean fixed
private int zeroes
private String block
private BigInteger begin
private BigInteger end
private BigInteger step
public FilePatternBlock(String block)
public String[] getElements()
public String getBlock()
public boolean isFixed()
public BigInteger getFirst()
public BigInteger getLast()
public BigInteger getStep()
private void explode()
Copyright © 2015 Open Microscopy Environment