| Package | Description |
|---|---|
| com.cosium.code.format.formatter |
| Modifier and Type | Method and Description |
|---|---|
static LineRanges |
LineRanges.all() |
static LineRanges |
LineRanges.concat(LineRanges lineRanges1,
LineRanges lineRanges2) |
static LineRanges |
LineRanges.of(Set<com.google.common.collect.Range<Integer>> ranges) |
static LineRanges |
LineRanges.singleton(com.google.common.collect.Range<Integer> range) |
| Modifier and Type | Method and Description |
|---|---|
static LineRanges |
LineRanges.concat(LineRanges lineRanges1,
LineRanges lineRanges2) |
void |
GoogleJavaFormatter.format(InputStream content,
LineRanges lineRanges,
OutputStream formattedContent) |
void |
CodeFormatter.format(InputStream content,
LineRanges lineRanges,
OutputStream formattedContent) |
Copyright © 2019 Cosium. All rights reserved.