|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| com.atlassian.confluence.cache.option | |
| com.atlassian.confluence.pages | |
| Uses of Option in com.atlassian.confluence.cache.option |
|---|
| Classes in com.atlassian.confluence.cache.option that implement Option | |
|---|---|
class |
None<T>
Deprecated. Since 5.6. Use Option.none() |
class |
Some<T>
Deprecated. since 5.6 Use Option.some(Object) |
| Methods in com.atlassian.confluence.cache.option that return Option | ||
|---|---|---|
static
|
Option.Builder.build(T value)
|
|
| Constructor parameters in com.atlassian.confluence.cache.option with type arguments of type Option | |
|---|---|
OptionalReadThroughCache(com.atlassian.cache.Cache<K,Option<V>> cache,
com.google.common.base.Function<K,V> factory)
Deprecated. |
|
| Uses of Option in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages that return Option | |
|---|---|
Option<java.lang.String> |
AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
|
| Methods in com.atlassian.confluence.pages with parameters of type Option | |
|---|---|
void |
AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key,
Option<java.lang.String> path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||