org.jboss.dna.repository
Interface DnaConfiguration.Removable<ReturnType>

Type Parameters:
ReturnType - the configuration interface returned from these methods
All Known Subinterfaces:
DnaConfiguration.MimeTypeDetectorDefinition<ReturnType>, DnaConfiguration.RepositorySourceDefinition<ReturnType>, DnaConfiguration.SequencerDefinition<ReturnType>, JcrConfiguration.RepositoryDefinition<ReturnType>
Enclosing class:
DnaConfiguration

public static interface DnaConfiguration.Removable<ReturnType>

Interface that defines the ability to remove the configuration component.


Method Summary
 ReturnType remove()
          Remove this configuration component.
 

Method Detail

remove

ReturnType remove()
Remove this configuration component.

Returns:
the configuration; never null


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.