Package eos
Class Eos
- java.lang.Object
-
- eos.Eos
-
public class Eos extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEos.Builderstatic classEos.Cache
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCESstatic StringSECURITYTAG
-
Constructor Summary
Constructors Constructor Description Eos(Eos.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanregisterInterceptor(Interceptor interceptor)booleanregisterPointcut(Pointcut pointcut)Eosrun()
-
-
-
Field Detail
-
SECURITYTAG
public static final String SECURITYTAG
- See Also:
- Constant Field Values
-
RESOURCES
public static final String RESOURCES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Eos
public Eos(Eos.Builder builder)
-
-
Method Detail
-
registerPointcut
public boolean registerPointcut(Pointcut pointcut)
-
registerInterceptor
public boolean registerInterceptor(Interceptor interceptor)
-
-