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