org.apache.ivy.core.cache

Class CacheUtil

public final class CacheUtil extends Object

Utility class providing some cache related facilities.
Method Summary
static voidcheckCachePattern(String cachePattern)
Checks that the given pattern is acceptable as a cache pattern

Method Detail

checkCachePattern

public static void checkCachePattern(String cachePattern)
Checks that the given pattern is acceptable as a cache pattern

Parameters: cachePattern the pattern to check

Throws: IllegalArgumentException if the pattern isn't acceptable as cache pattern