public class ArtifactFiler extends java.lang.Object implements ArtifactMaker
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Artifact> |
artifacts |
protected javax.annotation.processing.Filer |
filer |
| Constructor and Description |
|---|
ArtifactFiler(javax.annotation.processing.Filer filer) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Artifact artifact) |
void |
close() |
void |
makeAll() |
protected final javax.annotation.processing.Filer filer
protected final java.util.Set<Artifact> artifacts
public void add(Artifact artifact)
add in interface ArtifactMakerpublic void makeAll()
makeAll in interface ArtifactMakerpublic void close()
close in interface ArtifactMaker