- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
/** * Get a reference to the {@link ResourceSpecifierFactory}. This factory is used when * constructing {@link ResourceSpecifier}s from scratch. * <p> * * @return the <code>ResourceSpecifierFactory</code> to be used by the application. */ public static ResourceSpecifierFactory getResourceSpecifierFactory() { return getInstance()._getResourceSpecifierFactory(); }