Class SnippetsInternal
java.lang.Object
org.gradle.docs.snippets.internal.SnippetsInternal
- All Implemented Interfaces:
Snippets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.DomainObjectSet<? super SnippetBinary>org.gradle.api.NamedDomainObjectContainer<? extends SnippetInternal>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.docs.snippets.Snippets
getSnippetsRoot
-
Constructor Details
-
SnippetsInternal
@Inject public SnippetsInternal(org.gradle.api.model.ObjectFactory objectFactory)
-
-
Method Details
-
getPublishedSnippets
- Specified by:
getPublishedSnippetsin interfaceSnippets- Returns:
- Container of all published snippets. This is the primary configuration point for all snippets.
-
getBinaries
-