Class TsFmtRestService


  • public class TsFmtRestService
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.diffplug.spotless.npm.SimpleRestClient restClient  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.String fileContent, java.util.Map<java.lang.String,​java.lang.Object> configOptions)  
      java.lang.String shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • restClient

        protected final com.diffplug.spotless.npm.SimpleRestClient restClient
    • Method Detail

      • format

        public java.lang.String format​(java.lang.String fileContent,
                                       java.util.Map<java.lang.String,​java.lang.Object> configOptions)
      • shutdown

        public java.lang.String shutdown()