public interface JavaScriptFormatter
A particular implementation of adapter should be registered as an extension.
Modifier and Type | Interface and Description |
---|---|
static class |
JavaScriptFormatter.Access
Provides a standard mean of getting a single implementation of this interface.
|
static interface |
JavaScriptFormatter.Result
Represents formatting result.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptFormatter.Result |
format(java.lang.String sourceString) |
JavaScriptFormatter.Result format(java.lang.String sourceString)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.