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

All Known Implementing Classes:
DefaultOptionHolder

public interface OptionHolder

The Interface OptionHolder.

Author:
Kevin Peterson

Method Summary
 Option<java.lang.Boolean> getBooleanOption(java.lang.String optionName)
          Gets the boolean option.
 java.util.List<Option<java.lang.Boolean>> getBooleanOptions()
          Gets the boolean options.
 Option<java.lang.Integer> getIntegerOption(java.lang.String optionName)
          Gets the integer option.
 java.util.List<Option<java.lang.Integer>> getIntegerOptions()
          Gets the integer options.
 java.util.List<java.lang.String> getResourceUriAllowedFileTypes()
          Gets the resource uri allowed file types.
 MultiValueOption<java.lang.String> getStringArrayOption(java.lang.String optionName)
           
 java.util.List<MultiValueOption<java.lang.String>> getStringArrayOptions()
           
 Option<java.lang.String> getStringOption(java.lang.String optionName)
          Gets the string option.
 java.util.List<Option<java.lang.String>> getStringOptions()
          Gets the string options.
 URIOption getURIOption(java.lang.String optionName)
          Gets the uRI option.
 java.util.List<URIOption> getURIOptions()
          Gets the uRI options.
 boolean isResourceUriFolder()
          Checks if is resource uri folder.
 void setIsResourceUriFolder(boolean isResourceUriFolder)
          Sets the checks if is resource uri folder.
 

Method Detail

getResourceUriAllowedFileTypes

java.util.List<java.lang.String> getResourceUriAllowedFileTypes()
Gets the resource uri allowed file types.

Returns:
the resource uri allowed file types

isResourceUriFolder

boolean isResourceUriFolder()
Checks if is resource uri folder.

Returns:
true, if is resource uri folder

setIsResourceUriFolder

void setIsResourceUriFolder(boolean isResourceUriFolder)
Sets the checks if is resource uri folder.

Parameters:
isResourceUriFolder - the new checks if is resource uri folder

getBooleanOption

Option<java.lang.Boolean> getBooleanOption(java.lang.String optionName)
Gets the boolean option.

Parameters:
optionName - the option name
Returns:
the boolean option

getStringOption

Option<java.lang.String> getStringOption(java.lang.String optionName)
Gets the string option.

Parameters:
optionName - the option name
Returns:
the string option

getStringArrayOption

MultiValueOption<java.lang.String> getStringArrayOption(java.lang.String optionName)

getIntegerOption

Option<java.lang.Integer> getIntegerOption(java.lang.String optionName)
Gets the integer option.

Parameters:
optionName - the option name
Returns:
the integer option

getURIOption

URIOption getURIOption(java.lang.String optionName)
Gets the uRI option.

Parameters:
optionName - the option name
Returns:
the uRI option

getBooleanOptions

java.util.List<Option<java.lang.Boolean>> getBooleanOptions()
Gets the boolean options.

Returns:
the boolean options

getIntegerOptions

java.util.List<Option<java.lang.Integer>> getIntegerOptions()
Gets the integer options.

Returns:
the integer options

getStringOptions

java.util.List<Option<java.lang.String>> getStringOptions()
Gets the string options.

Returns:
the string options

getStringArrayOptions

java.util.List<MultiValueOption<java.lang.String>> getStringArrayOptions()

getURIOptions

java.util.List<URIOption> getURIOptions()
Gets the uRI options.

Returns:
the uRI options

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.