public class LinterConfigs extends Object implements Iterable<LinterConfig>
Constructor and Description |
---|
LinterConfigs(Config config) |
Modifier and Type | Method and Description |
---|---|
void |
add(LinterConfig linterConfig) |
List<LinterConfig> |
getLinterConfigs() |
Iterator<LinterConfig> |
iterator() |
int |
size() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public LinterConfigs(Config config)
public void add(LinterConfig linterConfig)
public List<LinterConfig> getLinterConfigs()
public Iterator<LinterConfig> iterator()
iterator
in interface Iterable<LinterConfig>
public int size()
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.