Searched refs:Module (Results 1 – 4 of 4) sorted by relevance
25 public static final Module ARCHIVE = new Module.Builder(SVN_ROOT, "archive")32 public static final Module CRYPTO = new Module.Builder(SVN_ROOT, "crypto")43 public static final Module REGEX44 = new Module.Builder(SVN_ROOT, "regex").build();46 public static final Module SECURITY = new Module.Builder(SVN_ROOT, "security")55 public static final Module TEXT56 = new Module.Builder(SVN_ROOT, "text").build();58 public static final Module X_NET59 = new Module.Builder(SVN_ROOT, "x-net").build();
23 class Module { class41 private Module(Builder builder) { in Module() method in Module63 public Module build() { in build()64 return new Module(this); in build()
9 Module.java \
34 public void pull(Module module) { in pull()