public class HandlerChainAnnot extends Object implements HandlerChain
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static HandlerChainAnnot |
createFromAnnotation(Annotation annotation) |
static HandlerChainAnnot |
createHandlerChainAnnotImpl() |
String |
file() |
String |
name() |
void |
setFile(String file) |
void |
setName(String name) |
String |
toString()
Convenience method for unit testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static HandlerChainAnnot createHandlerChainAnnotImpl()
public static HandlerChainAnnot createFromAnnotation(Annotation annotation)
public String file()
public String name()
public void setFile(String file)
file
- The file to set.public void setName(String name)
name
- The name to set.public Class<Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.