public class InMemoryCompiler extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryCompiler.Unit |
| Constructor and Description |
|---|
InMemoryCompiler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<InMemoryCompiler.Unit> |
compile(Collection<InMemoryCompiler.Unit> units) |
InMemoryCompiler |
setSourceTarget(String source,
String target) |
public InMemoryCompiler setSourceTarget(String source, String target)
public Collection<InMemoryCompiler.Unit> compile(Collection<InMemoryCompiler.Unit> units)
Copyright © 1995–2025 Mort Bay Consulting. All rights reserved.