public class ProjSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjSettings.Tool1 |
static class |
ProjSettings.Tool2 |
| Modifier and Type | Field and Description |
|---|---|
boolean |
bar |
int |
foo |
ProjSettings.Tool1 |
tool1 |
ProjSettings.Tool2 |
tool2 |
java.lang.String |
wow |
| Constructor and Description |
|---|
ProjSettings() |
| Modifier and Type | Method and Description |
|---|---|
static void |
test() |
void |
write() |
public int foo
public boolean bar
public java.lang.String wow
public ProjSettings.Tool1 tool1
public ProjSettings.Tool2 tool2