Class NodeJSAPIGenerator

    • Constructor Detail

      • NodeJSAPIGenerator

        public NodeJSAPIGenerator()
      • NodeJSAPIGenerator

        public NodeJSAPIGenerator​(java.lang.String path,
                                  boolean optional)
      • NodeJSAPIGenerator

        public NodeJSAPIGenerator​(java.lang.String path,
                                  boolean optional,
                                  java.util.ResourceBundle resourceBundle)
    • Method Detail

      • generateAPIFiles

        protected void generateAPIFiles​(ApiImplementor imp)
                                 throws java.io.IOException
        Description copied from class: AbstractAPIGenerator
        Generates the API client files of the given API implementor.
        Specified by:
        generateAPIFiles in class AbstractAPIGenerator
        Parameters:
        imp - the API implementor, must not be null
        Throws:
        java.io.IOException - if an error occurred while writing the API files
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception