org.jboss.deployers.spi.attachments
Class AttachmentsFactory

java.lang.Object
  extended by org.jboss.deployers.spi.attachments.AttachmentsFactory
Direct Known Subclasses:
DefaultAttachmentsFactory

public abstract class AttachmentsFactory
extends Object

AttachmentsFactory.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

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

AttachmentsFactory

public AttachmentsFactory()
Method Detail

createAttachments

public static Attachments createAttachments()
Create an attachments object

Returns:
the attachments

createMutableAttachments

public static MutableAttachments createMutableAttachments()
Create a mutable attachments object

Returns:
the attachments

newAttachments

protected abstract Attachments newAttachments()
Create an attachments object

Returns:
the attachments

newMutableAttachments

protected abstract MutableAttachments newMutableAttachments()
Create a mutable attachments object

Returns:
the attachments


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.