Uses of Class
org.praxislive.core.ComponentInfo
Packages that use ComponentInfo
Package
Description
-
Uses of ComponentInfo in org.praxislive.base
Methods in org.praxislive.base that return ComponentInfoMethods in org.praxislive.base with parameters of type ComponentInfo -
Uses of ComponentInfo in org.praxislive.code
Fields in org.praxislive.code declared as ComponentInfoModifier and TypeFieldDescriptionstatic final ComponentInfoCodeCompilerService.API_INFOstatic final ComponentInfoSharedCodeProtocol.API_INFOMethods in org.praxislive.code that return ComponentInfoModifier and TypeMethodDescriptionCodeComponent.getInfo()CodeContainer.getInfo()protected ComponentInfoCodeContext.getInfo()Get component info. -
Uses of ComponentInfo in org.praxislive.core
Methods in org.praxislive.core that return ComponentInfoModifier and TypeMethodDescriptionInfo.ComponentInfoBuilder.build()static ComponentInfoInfo.component(UnaryOperator<Info.ComponentInfoBuilder> cmp) Apply the provided function to a new ComponentInfoBuilder and return the resulting ComponentInfo.Component.getInfo()Get the ComponentInfo object for this component.static ComponentInfoParse the provided String into a ComponentInfo if possible.Methods in org.praxislive.core that return types with arguments of type ComponentInfoModifier and TypeMethodDescriptionstatic Optional<ComponentInfo> Coerce the provided Value into a ComponentInfo if possible.Methods in org.praxislive.core with parameters of type ComponentInfoModifier and TypeMethodDescriptionInfo.ComponentInfoBuilder.merge(ComponentInfo info) Merge all elements of the provided ComponentInfo.TreeWriter.writeInfo(ComponentInfo info) Write the component info. -
Uses of ComponentInfo in org.praxislive.core.protocols
Fields in org.praxislive.core.protocols declared as ComponentInfoModifier and TypeFieldDescriptionstatic final ComponentInfoComponentProtocol.API_INFOA component info for this protocol.static final ComponentInfoContainerProtocol.API_INFOA component info for this protocol.static final ComponentInfoSerializableProtocol.API_INFOA component info for this protocol.static final ComponentInfoStartableProtocol.API_INFOA component info for this protocol. -
Uses of ComponentInfo in org.praxislive.core.services
Fields in org.praxislive.core.services declared as ComponentInfo