Uses of Class
de.codecentric.reedelk.module.descriptor.model.component.ComponentOutputDescriptor
-
Packages that use ComponentOutputDescriptor Package Description de.codecentric.reedelk.module.descriptor.analyzer.component de.codecentric.reedelk.module.descriptor.model.component -
-
Uses of ComponentOutputDescriptor in de.codecentric.reedelk.module.descriptor.analyzer.component
Methods in de.codecentric.reedelk.module.descriptor.analyzer.component that return ComponentOutputDescriptor Modifier and Type Method Description ComponentOutputDescriptorComponentOutputAnalyzer. analyze() -
Uses of ComponentOutputDescriptor in de.codecentric.reedelk.module.descriptor.model.component
Methods in de.codecentric.reedelk.module.descriptor.model.component that return ComponentOutputDescriptor Modifier and Type Method Description ComponentOutputDescriptorComponentDescriptor. getOutput()Methods in de.codecentric.reedelk.module.descriptor.model.component with parameters of type ComponentOutputDescriptor Modifier and Type Method Description ComponentDescriptor.BuilderComponentDescriptor.Builder. output(ComponentOutputDescriptor output)voidComponentDescriptor. setOutput(ComponentOutputDescriptor output)
-