org.LexGrid.LexBIG.Extensions.Load.options
Interface URIOption

All Superinterfaces:
BaseOption<java.net.URI>, Option<java.net.URI>
All Known Implementing Classes:
URIOption

public interface URIOption
extends Option<java.net.URI>

The Interface URIOption.

Author:
Kevin Peterson

Method Summary
 void addAllowedFileExtensions(java.lang.String allowedFileExtensions)
          Adds the allowed file extensions.
 java.util.List<java.lang.String> getAllowedFileExtensions()
          Gets the allowed file extensions.
 boolean isFolder()
          Checks if is folder.
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.options.Option
getPickList
 
Methods inherited from interface org.LexGrid.LexBIG.Extensions.Load.options.BaseOption
getHelpText, getOptionName, getOptionValue, setOptionValue
 

Method Detail

getAllowedFileExtensions

java.util.List<java.lang.String> getAllowedFileExtensions()
Gets the allowed file extensions.

Returns:
the allowed file extensions

addAllowedFileExtensions

void addAllowedFileExtensions(java.lang.String allowedFileExtensions)
Adds the allowed file extensions.

Parameters:
allowedFileExtensions - the allowed file extensions

isFolder

boolean isFolder()
Checks if is folder.

Returns:
true, if is folder

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.