org.eclipse.higgins.iss
Interface IICardSelectorFactory
- All Superinterfaces:
- org.eclipse.higgins.registry.IServiceProvider
public interface IICardSelectorFactory
- extends org.eclipse.higgins.registry.IServiceProvider
| Methods inherited from interface org.eclipse.higgins.registry.IServiceProvider |
getConfiguration, getID, setID |
parsePolicy
org.eclipse.higgins.icard.IPolicy parsePolicy(String policy)
throws PolicyParseException
- Throws:
PolicyParseException
getICardSelector
IICardSelector getICardSelector(CallbackHandler handler,
org.eclipse.higgins.icard.IPolicy policy)
throws UnsatisfiablePolicyException
- Throws:
UnsatisfiablePolicyException
getICardSelector
IICardSelector getICardSelector(CallbackHandler handler,
String policy)
throws PolicyParseException,
UnsatisfiablePolicyException
- Throws:
PolicyParseException
UnsatisfiablePolicyException