|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.repository.CacheDescription.FileBased
public static class CacheDescription.FileBased
Default file based implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.bamboo.repository.CacheDescription |
---|
CacheDescription.FileBased |
Constructor Summary | |
---|---|
CacheDescription.FileBased(java.io.File cacheDir,
java.lang.String description,
java.util.Collection<Plan> plans)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Cache entry description, including all information that is necessary to distinguish one dir from another |
java.lang.String |
getKey()
Unique for given CacheHandler key that would be used to identify which cache the user wants to delete. |
java.lang.String |
getLocation()
Cache directory location |
java.util.Collection<Plan> |
getUsingPlans()
Collection of Plans that are currently configured to use this cache. |
boolean |
isExists()
Information whether the cache directory currently exists on the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheDescription.FileBased(java.io.File cacheDir, java.lang.String description, java.util.Collection<Plan> plans)
Method Detail |
---|
public java.lang.String getKey()
CacheDescription
CacheHandler
key that would be used to identify which cache the user wants to delete.
This should be human readable as it will be displayed in the UI to indicate which caches were deleted.
getKey
in interface CacheDescription
CacheHandler.deleteCaches(java.util.Collection, com.opensymphony.xwork.ValidationAware)
public java.lang.String getLocation()
CacheDescription
getLocation
in interface CacheDescription
public java.lang.String getDescription()
CacheDescription
getDescription
in interface CacheDescription
public boolean isExists()
CacheDescription
isExists
in interface CacheDescription
public java.util.Collection<Plan> getUsingPlans()
CacheDescription
getUsingPlans
in interface CacheDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |