public class SimpleRestrictionsFactory extends Object implements OptionRestrictionFactory, ArgumentsRestrictionFactory
| Constructor and Description |
|---|
SimpleRestrictionsFactory() |
| Modifier and Type | Method and Description |
|---|---|
ArgumentsRestriction |
createArgumentsRestriction(Annotation annotation)
Tries to create an arguments restriction from the given annotation
|
OptionRestriction |
createOptionRestriction(Annotation annotation)
Try and create an option restriction from the given annotation
|
protected List<Class<? extends Annotation>> |
supportedAnnotations() |
List<Class<? extends Annotation>> |
supportedArgumentsAnnotations()
Gets a list of annotations that this factory can convert into arguments
restrictions
|
List<Class<? extends Annotation>> |
supportedOptionAnnotations()
Gets a list of annotations that this factory can convert into option
restrictions
|
public ArgumentsRestriction createArgumentsRestriction(Annotation annotation)
ArgumentsRestrictionFactorycreateArgumentsRestriction in interface ArgumentsRestrictionFactoryannotation - Annotationnull if this factory cannot
create a restriction from the given annotationpublic OptionRestriction createOptionRestriction(Annotation annotation)
OptionRestrictionFactorycreateOptionRestriction in interface OptionRestrictionFactoryannotation - Annotationnull if this factory cannot create
a restriction from the given annotationprotected List<Class<? extends Annotation>> supportedAnnotations()
public List<Class<? extends Annotation>> supportedArgumentsAnnotations()
ArgumentsRestrictionFactorysupportedArgumentsAnnotations in interface ArgumentsRestrictionFactorypublic List<Class<? extends Annotation>> supportedOptionAnnotations()
OptionRestrictionFactorysupportedOptionAnnotations in interface OptionRestrictionFactoryCopyright © 2012–2022. All rights reserved.