- java.lang.Object
-
- org.trellisldp.app.DefaultConstraintServices
-
- All Implemented Interfaces:
Iterable<org.trellisldp.api.ConstraintService>,ConstraintServices
public class DefaultConstraintServices extends Object implements ConstraintServices
A default ConstraintServices implementation, using a backingCollection.
-
-
Constructor Summary
Constructors Constructor Description DefaultConstraintServices(Collection<org.trellisldp.api.ConstraintService> services)Create a ConstraintServices object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.trellisldp.api.ConstraintService>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
DefaultConstraintServices
public DefaultConstraintServices(Collection<org.trellisldp.api.ConstraintService> services)
Create a ConstraintServices object.- Parameters:
services- the constraint services.
-
-