ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.api
Interface Problems

All Superinterfaces:
Iterable<Problem>
All Known Implementing Classes:
JcrProblems

public interface Problems
extends Iterable<Problem>


Method Summary
 boolean hasProblems()
          Determine if there are any problems.
 int size()
          Get the number of problems.
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

size

int size()
Get the number of problems.

Returns:
the number of problems.

hasProblems

boolean hasProblems()
Determine if there are any problems.

Returns:
true if there is at least one problem, or false otherwise

ModeShape Distribution 3.0.0.Beta4

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