SourcecodeFormatter
public class GoogleSourcecodeFormatter extends java.lang.Object implements SourcecodeFormatter
Constructor | Description |
---|---|
GoogleSourcecodeFormatter() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
format(java.lang.String source) |
Reformats the passed source code into a pre-defined format (typically backed by a Styleguide
document).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
noop
@NonNull public java.lang.String format(@NonNull java.lang.String source)
format
in interface SourcecodeFormatter
source
- the full class source code.Copyright © 2018 Basin. All rights reserved.