Package net.anotheria.anosite.guard
Class GuardFactory
- java.lang.Object
-
- net.anotheria.anosite.guard.GuardFactory
-
public final class GuardFactory extends Object
A utility for guard instantiation.- Author:
- another
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConditionalGuardgetConditionalGuard(String id)Creates a new conditional guards (or returns an existing one) by guards id.
-
-
-
Method Detail
-
getConditionalGuard
public static ConditionalGuard getConditionalGuard(String id)
Creates a new conditional guards (or returns an existing one) by guards id.- Parameters:
id- of the guard.- Returns:
- conditional guard.
-
-