public class BaseVOMSESLookupStrategy extends java.lang.Object implements VOMSESLookupStrategy
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.String> |
checkedPaths |
| Constructor and Description |
|---|
BaseVOMSESLookupStrategy() |
BaseVOMSESLookupStrategy(java.util.List<java.lang.String> checkedPaths) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(java.lang.String vomsesPath) |
java.util.List<java.io.File> |
lookupVomsesInfo() |
java.util.List<java.lang.String> |
searchedPaths() |
public BaseVOMSESLookupStrategy()
public BaseVOMSESLookupStrategy(java.util.List<java.lang.String> checkedPaths)
public java.util.List<java.io.File> lookupVomsesInfo()
lookupVomsesInfo in interface VOMSESLookupStrategyList of File objects that can be used to parse
VOMSES information.public java.util.List<java.lang.String> searchedPaths()
searchedPaths in interface VOMSESLookupStrategyList of the paths that have been looked up to find
File objects that can be used to parse VOMSES information.public void addPath(java.lang.String vomsesPath)