public class BasicArtifactMirror extends AbstractMirror implements ArtifactMirror
ArtifactMirror
.Element.Attribute
Constructor and Description |
---|
BasicArtifactMirror(BatchMirror batch,
File contents)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
BatchMirror |
getBatch()
Returns the batch application mirror.
|
File |
getContents()
Returns the compiled contents.
|
addAttribute, getAttributes, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAttribute
public BasicArtifactMirror(BatchMirror batch, File contents)
batch
- the batchcontents
- the contents rootpublic BatchMirror getBatch()
ArtifactMirror
getBatch
in interface ArtifactMirror
public File getContents()
ArtifactMirror
CompilerSession
was closed.getContents
in interface ArtifactMirror
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.