org.jboss.deployers.plugins.attachments
Class DefaultAttachmentsFactory

java.lang.Object
  extended by org.jboss.deployers.spi.attachments.AttachmentsFactory
      extended by org.jboss.deployers.plugins.attachments.DefaultAttachmentsFactory

public class DefaultAttachmentsFactory
extends AttachmentsFactory

DefaultAttachmentsBuilder.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
DefaultAttachmentsFactory()
           
 
Method Summary
 Attachments newAttachments()
          Create an attachments object
 MutableAttachments newMutableAttachments()
          Create a mutable attachments object
 
Methods inherited from class org.jboss.deployers.spi.attachments.AttachmentsFactory
createAttachments, createMutableAttachments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttachmentsFactory

public DefaultAttachmentsFactory()
Method Detail

newAttachments

public Attachments newAttachments()
Description copied from class: AttachmentsFactory
Create an attachments object

Specified by:
newAttachments in class AttachmentsFactory
Returns:
the attachments

newMutableAttachments

public MutableAttachments newMutableAttachments()
Description copied from class: AttachmentsFactory
Create a mutable attachments object

Specified by:
newMutableAttachments in class AttachmentsFactory
Returns:
the attachments


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