- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {StringBuilder s =
new StringBuilder()
new StringBuilder(32)
String str;new StringBuilder(str)
- Smart code suggestions by Codota
}
/** * Get the home. * * @return the home. */ public String getLocalHome() { return getDelegate().getLocalHome(); }
/** * Get the type. * * @return the type. */ public String getType() { return getDelegate().getType(); }
/** * Get the local. * * @return the local. */ public String getLocal() { return getDelegate().getLocal(); }
/** * Get the name. * * @return the name. */ public String getName() { return getDelegate().getName(); }
/** * Get the name. * * @return the name. */ public String getName() { return getDelegate().getName(); }
/** * Get the jndiName. * * @return the jndiName. */ public String getJndiName() { return getDelegate().getMappedName(); }
/** * Get the local. * * @return the local. */ public String getLocal() { return getDelegate().getLocal(); }
/** * Get the link. * * @return the link. */ public String getLink() { return getDelegate().getLink(); }
/** * Get the link. * * @return the link. */ public String getLink() { return getDelegate().getLink(); }
/** * Get the type. * * @return the type. */ public String getType() { return getDelegate().getType(); }
/** * Get the home. * * @return the home. */ public String getLocalHome() { return getDelegate().getLocalHome(); }
/** * Get the jndiName. * * @return the jndiName. */ public String getJndiName() { String jndiName = getDelegate().getResolvedJndiName(); // this fallback to mapped/jndi-name should affect only local tests? // the AS tests pass without it if(jndiName == null) jndiName = getDelegate().getMappedName(); return jndiName; }