public class RawArgs extends Object implements Iterable<RawArgs.Entry>
| Modifier and Type | Class and Description |
|---|---|
class |
RawArgs.Entry |
| Constructor and Description |
|---|
RawArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(List<String> lines,
Path sourceFile) |
void |
addArg(String rawline,
String source) |
Iterator<RawArgs.Entry> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<RawArgs.Entry> iterator()
iterator in interface Iterable<RawArgs.Entry>public int size()
Copyright © 1995–2017 Webtide. All rights reserved.