public interface InterfaceCapableSource<T extends JavaSource<T>> extends InterfaceCapable
JavaSource that may implement one or more interfaces.| Modifier and Type | Method and Description |
|---|---|
T |
addInterface(Class<?> type) |
T |
addInterface(JavaInterface<?> type) |
T |
addInterface(String type) |
T |
removeInterface(Class<?> type) |
T |
removeInterface(JavaInterface<?> type) |
T |
removeInterface(String type) |
getInterfaces, hasInterface, hasInterface, hasInterfaceT addInterface(JavaInterface<?> type)
T removeInterface(JavaInterface<?> type)
Copyright © 2014 JBoss by Red Hat. All rights reserved.