Interface IDataSetContentProvider
public interface IDataSetContentProvider
Interface for classes providing
IHierarchicalContent of a data set.-
Method Summary
Modifier and TypeMethodDescriptionch.systemsx.cisd.openbis.common.io.hierarchical_content.api.IHierarchicalContentgetContent(String dataSetCode) Returns the content of the specified data set.
-
Method Details
-
getContent
ch.systemsx.cisd.openbis.common.io.hierarchical_content.api.IHierarchicalContent getContent(String dataSetCode) Returns the content of the specified data set.- Throws:
IllegalArgumentException- if data set doesn't exist.
-