Uses of Class
bb.util.Properties2

Packages that use Properties2
bb.io Provides classes and interfaces for Input/Output (I/O) operations. 
bb.net Provides classes and interfaces for network operations. 
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of Properties2 in bb.io
 

Methods in bb.io with parameters of type Properties2
private static int EncryptUtil.extractOperation(Properties2 switches)
           
private static PBEKeySpec EncryptUtil.extractPbeKeySpec(Properties2 switches, PBEParameterSpec pbeParamSpec)
           
private static PBEParameterSpec EncryptUtil.extractPbeParameterSpec(Properties2 switches)
           
(package private) static File ZipUtil.getArchiveFile(Properties2 switches, String key, String extension)
           
(package private) static FileFilter ZipUtil.getFileFilter(Properties2 switches)
           
(package private) static File[] ZipUtil.getPathsToArchive(Properties2 switches)
           
 

Uses of Properties2 in bb.net
 

Methods in bb.net with parameters of type Properties2
static Emailer Emailer.make(Properties2 properties)
          Inspects the value of the "mail.transport.protocol" key in properties (which must be defined), and then returns the result of calling the appropriate makeXXX method (e.g.
static Emailer Emailer.makeForSmtpSsl(Properties2 properties)
          Creates a new instance that is configured to use SMTP with SSL.
 

Uses of Properties2 in bb.util
 

Methods in bb.util that return Properties2
 Properties2 Properties2.checkKeys(Collection<String> keysLegal)
          Checks if this instance contains any keys which are not elements of keysLegal.
 

Methods in bb.util with parameters of type Properties2
private static Set<Pattern> JUnitExecutor.parseList(String key, Properties2 switches)