Package org.gradle.platform.base
Interface TypeBuilder<T>
- Type Parameters:
- T- The registered type.
A TypeBuilder to configure the registration of a type.
- 
Method SummaryModifier and TypeMethodDescriptiondefaultImplementation(Class<?> implementation) Allows the plugin to register the implementation type.internalView(Class<?> internalView) Allows type registration rules to add internal views to the registered type.
- 
Method Details- 
defaultImplementationAllows the plugin to register the implementation type.- Parameters:
- implementation- the implementation class.
 
- 
internalViewAllows type registration rules to add internal views to the registered type.- Parameters:
- internalView- the internal view class
 
 
-