public class ItemListConfig extends Object
| Constructor and Description |
|---|
ItemListConfig()
Create a new instance of the Item list configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMetadata(int col)
What metadata is to go in the given column number?
|
String[] |
interpretField(String mfield,
String init)
Take a string representation of a metadata field, and return it as an array.
|
int |
numCols()
how many columns are there?
|
public ItemListConfig()
throws BrowseException
BrowseException - if count errorpublic int numCols()
public String[] getMetadata(int col)
col - columnpublic final String[] interpretField(String mfield, String init) throws IOException
mfield - the string representation of the metadatainit - the default value of the array elementsIOException - if IO errorCopyright © 2016 DuraSpace. All rights reserved.