public class FilePatternBlock extends Object
FilePattern
.
Examples:
Modifier and Type | Field and Description |
---|---|
static String |
BLOCK_END |
static String |
BLOCK_START |
Constructor and Description |
---|
FilePatternBlock(String block) |
Modifier and Type | Method and Description |
---|---|
String |
getBlock() |
String[] |
getElements() |
BigInteger |
getFirst() |
BigInteger |
getLast() |
BigInteger |
getStep() |
boolean |
isFixed() |
public static final String BLOCK_START
public static final String BLOCK_END
public FilePatternBlock(String block)
public String[] getElements()
public String getBlock()
public boolean isFixed()
public BigInteger getFirst()
public BigInteger getLast()
public BigInteger getStep()
Copyright © 2014 Open Microscopy Environment