public class ConsumerProfile extends Object
| Modifier and Type | Method and Description |
|---|---|
Consumer |
getConsumer() |
List<int[]> |
getFilters() |
String |
getName() |
static ConsumerProfile |
makeConsumerProfile(String name)
Factory method, create new profile from configuration.
|
public static ConsumerProfile makeConsumerProfile(String name) throws IllegalArgumentException, ClassNotFoundException, InstantiationException, IllegalAccessException
name - configuration name of the consumer profileIllegalArgumentExceptionClassNotFoundExceptionInstantiationExceptionIllegalAccessExceptionpublic Consumer getConsumer()
public List<int[]> getFilters()
public String getName()
Copyright © 2013 DuraSpace. All Rights Reserved.