sonification.dataimport.visbards_resourcetoolkit.repository.resource
Class ResourceInfoASCII
java.lang.Object
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ResourceInfoBase
sonification.dataimport.visbards_resourcetoolkit.repository.resource.ResourceInfoASCII
- All Implemented Interfaces:
- ResourceInfo
public class ResourceInfoASCII
- extends ResourceInfoBase
- implements ResourceInfo
| Methods inherited from class sonification.dataimport.visbards_resourcetoolkit.repository.resource.ResourceInfoBase |
equals, getCentricity, getExtension, getName, getOptionalAttribute, getOptionalChild, getParameters, getRequiredAttribute, getRequiredChild, getWebServicesName, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceInfoASCII
public ResourceInfoASCII(org.jdom.Element root,
java.lang.String name)
throws SonificationException
- Throws:
SonificationException
getHeaderLinesToSkip
public int getHeaderLinesToSkip()
getHeaderLine
public int getHeaderLine()
getCentricityLine
public int getCentricityLine()
getAllDescribedColumns
public Column[] getAllDescribedColumns()
- Returns the list of columns
- Specified by:
getAllDescribedColumns in interface ResourceInfo
identify
public boolean identify(java.lang.String filename)
throws SonificationException
- Description copied from interface:
ResourceInfo
- Returns true if the file identifies as this resource info
- Specified by:
identify in interface ResourceInfo
- Throws:
SonificationException