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

/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DTranslatedConfigView.java10 * obtain a copy of the License at
16 * file and include the License file at packager/legal/LICENSE.txt.
169 public static String getRealPasswordFromAlias(MasterPassword masterPasswordHelper,final String at) throws argument
173 final String an = getAlias(at);
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DRelativePathResolver.java10 * obtain a copy of the License at
16 * file and include the License file at packager/legal/LICENSE.txt.
258 //Now parse through the given string one character at a time looking for the
266 //keep track of whether we have found at least one occurrence of "${". The
292 if (foundOne) { // we have found at least one occurrence of ${
303 //may be defined at the server or config level and set only
369 * @param at is the aliased token of the form "${ALIAS=string}"
376 public static String getRealPasswordFromAlias(final String at) throws argument
380 if (at == null || RelativePathResolver.getAlias(at)
[all...]

Completed in 56 milliseconds