Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

samtkit/example-java-plugin

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAMT Example Java Plugin

This repository contains a sample SAMT plugin written in Java. you should read the accompanying tutorial to understand how to create your own plugin.

Sample Generator - PlantUML

This plugin contains a very basic PlantUML generator to show how to use the SAMT API. It is not feature complete in any way, but it should be enough to get you started.

Sample Transport - STP

This plugin contains a custom parser for the fictional Simple Transport Protocol (STP). The following is a sample configuration file for the STP transport:

transport STP {
    paths: {
    ^^^^^ Top-level field name

        FooService: {
        ^^^^^^^^^^ Service name

            fooOperation: "Whatever",
            ^^^^^^^^^^^^ Operation name
        },

        ...
    }
}

About

A sample SAMT plugin written in Java

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.