Uses of Class
io.siddhi.doc.gen.metadata.NamespaceMetaData
-
Packages that use NamespaceMetaData Package Description io.siddhi.doc.gen.core.utils io.siddhi.doc.gen.metadata -
-
Uses of NamespaceMetaData in io.siddhi.doc.gen.core.utils
Methods in io.siddhi.doc.gen.core.utils that return types with arguments of type NamespaceMetaData Modifier and Type Method Description static List<NamespaceMetaData>DocumentationUtils. getExtensionMetaData(String targetDirectoryPath, List<String> runtimeClasspathElements, org.apache.maven.plugin.logging.Log logger, boolean includeOrigin, boolean loadFromAllJars)Returns the extension extension meta data Gets the meta data from the siddhi managerMethod parameters in io.siddhi.doc.gen.core.utils with type arguments of type NamespaceMetaData Modifier and Type Method Description static voidDocumentationUtils. generateDocumentation(List<NamespaceMetaData> namespaceMetaDataList, String documentationBaseDirectory, String documentationVersion, org.apache.maven.plugin.logging.Log logger, String siddhiVersion, String mavenProjectGroupId)Generate documentation related files using metadatastatic voidDocumentationUtils. updateHeadingsInMarkdownFile(File inputFile, File outputFile, String extensionRepositoryName, String latestDocumentationVersion, List<NamespaceMetaData> namespaceMetaDataList, String groupId, String siddhiVersion)Update the documentation home page -
Uses of NamespaceMetaData in io.siddhi.doc.gen.metadata
Methods in io.siddhi.doc.gen.metadata with parameters of type NamespaceMetaData Modifier and Type Method Description intNamespaceMetaData. compareTo(NamespaceMetaData o)
-