public abstract class AbstractCapsuleFactory extends java.lang.Object implements ArtifactFactory<Capsule>
| Constructor and Description |
|---|
AbstractCapsuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
generateContent() |
protected abstract java.lang.String |
getQualifiedName() |
SourceFile |
make(Capsule capsule) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGeneratedAnnopublic SourceFile make(Capsule capsule)
make in interface ArtifactFactory<Capsule>protected abstract java.lang.String getQualifiedName()
protected abstract java.lang.String generateContent()