T
- V
- public abstract class ResourceSecurityWrapperStore<T extends AbstractResourceSecurityWrapper<V>,V> extends Object
Constructor and Description |
---|
ResourceSecurityWrapperStore() |
Modifier and Type | Method and Description |
---|---|
abstract T |
create(GlobusResource resource) |
Collection<V> |
getCollection() |
abstract FilenameFilter |
getDefaultFilenameFilter() |
protected abstract org.apache.commons.logging.Log |
getLog() |
Map<String,T> |
getWrapperMap() |
void |
loadWrappers(String locationPattern) |
void |
loadWrappers(String[] locations) |
public void loadWrappers(String[] locations) throws ResourceStoreException
ResourceStoreException
public void loadWrappers(String locationPattern) throws ResourceStoreException
ResourceStoreException
public abstract T create(GlobusResource resource) throws ResourceStoreException
ResourceStoreException
public abstract FilenameFilter getDefaultFilenameFilter()
public Collection<V> getCollection()
protected abstract org.apache.commons.logging.Log getLog()
Copyright © 2016. All rights reserved.