org.jboss.dna.graph.connectors
Interface RepositorySourceCapabilities


public interface RepositorySourceCapabilities

The capabilities of a RepositorySource.

Author:
Randall Hauch

Method Summary
 boolean supportsSameNameSiblings()
          Return whether the source supports same name siblings.
 boolean supportsUpdates()
          Return whether the source supports updates.
 

Method Detail

supportsSameNameSiblings

boolean supportsSameNameSiblings()
Return whether the source supports same name siblings. If not, then no two siblings may share the same name.

Returns:
true if same name siblings are supported, or false otherwise

supportsUpdates

boolean supportsUpdates()
Return whether the source supports updates.

Returns:
true if updates are supported, or false if the source only supports reads.


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