|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.attachments.AttachmentsFactory
public abstract class AttachmentsFactory
AttachmentsFactory.
Constructor Summary | |
---|---|
AttachmentsFactory()
|
Method Summary | |
---|---|
static Attachments |
createAttachments()
Create an attachments object |
static MutableAttachments |
createMutableAttachments()
Create a mutable attachments object |
protected abstract Attachments |
newAttachments()
Create an attachments object |
protected abstract MutableAttachments |
newMutableAttachments()
Create a mutable attachments object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachmentsFactory()
Method Detail |
---|
public static Attachments createAttachments()
public static MutableAttachments createMutableAttachments()
protected abstract Attachments newAttachments()
protected abstract MutableAttachments newMutableAttachments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |