org.modeshape.repository
Interface ModeShapeConfiguration.Removable<ReturnType>

Type Parameters:
ReturnType - the configuration interface returned from these methods
All Known Subinterfaces:
JcrConfiguration.RepositoryDefinition<ReturnType>, ModeShapeConfiguration.MimeTypeDetectorDefinition<ReturnType>, ModeShapeConfiguration.RepositorySourceDefinition<ReturnType>, ModeShapeConfiguration.SequencerDefinition<ReturnType>
All Known Implementing Classes:
JcrConfiguration.RepositoryBuilder, ModeShapeConfiguration.GraphComponentBuilder, ModeShapeConfiguration.GraphReturnable, ModeShapeConfiguration.MimeTypeDetectorBuilder, ModeShapeConfiguration.SequencerBuilder, ModeShapeConfiguration.SourceBuilder
Enclosing class:
ModeShapeConfiguration

public static interface ModeShapeConfiguration.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-2010 JBoss, a division of Red Hat. All Rights Reserved.