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