Interface ApplicationCache.Loader
-
- Enclosing interface:
- ApplicationCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ApplicationCache.Loader
Cannot useFunction
here, since we need to propagate checked exceptions.- Since:
- 7.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.atlassian.crowd.model.application.Application
getApplication(String name)
-
-
-
Method Detail
-
getApplication
com.atlassian.crowd.model.application.Application getApplication(String name) throws com.atlassian.crowd.exception.ApplicationNotFoundException
- Throws:
com.atlassian.crowd.exception.ApplicationNotFoundException
-
-