Searched defs:CommandMap (Results 1 - 1 of 1) sorted by relevance

/javamail/android/activation/src/main/java/javax/activation/
H A DCommandMap.java48 * The CommandMap class provides an interface to a registry of
50 * Developers are expected to either use the CommandMap
55 public abstract class CommandMap { class
56 private static CommandMap defaultCommandMap = null;
57 private static Map<ClassLoader,CommandMap> map =
58 new WeakHashMap<ClassLoader,CommandMap>();
62 * Get the default CommandMap.
66 * <li> In cases where a CommandMap instance has been previously set
68 * return the CommandMap.
70 * In cases where no CommandMap ha
[all...]

Completed in 258 milliseconds